#bc3d35 color RGB value is (11, 195, 211).
#bc3d35 hex color red value is 11, green value is 195, and blue value is 211.
Cylindrical-coordinate representations (HSL) of color #bc3d35
hue: 184.8,
saturation: 0.9 and lightness: 0.44.
The process color (four-color CMYK) of #bc3d35 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #bc3d35 is #ff9999. Color #bc3d35 contains mainly RED.
| Color spaces of #bc3d35 | Value |
|---|---|
| RGB | 188, 61, 53 |
| HSL | 0.01, 0.56, 0.47 |
| HSV | 4°, 72°, 74° |
| XYZ | 23.05, 14.29, 4.91 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10111100 | 111101 | 110101 |
| Octal | 274 | 75 | 65 |
| Decimal | 188 | 61 | 53 |
| Hex | BC | 3D | 35 |
Shades of #bc3d35
Tints of #bc3d35
.mybgColor {background-color: #bc3d35;}
.myforeColor {color: #bc3d35;}
.myborderColor {border:3px solid #bc3d35;}
<p style="color:#bc3d35">Text here</p>
This sample text is styled with the font color #bc3d35. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#bc3d35">Div content here</div>
<div style="border:3px solid #bc3d35">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(188, 61, 53, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #bc3d35; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #bc3d35;
-webkit-box-shadow: 1px 1px 3px #bc3d35;
box-shadow: 1px 1px 3px #bc3d35; }
<p style="text-shadow: 4px 4px 2px rgba(188, 61, 53, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #bc3d35;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #bc3d35;
-webkit-box-shadow: 1px 1px 3px #bc3d35;
box-shadow: 1px 1px 3px #bc3d35;">Div content here</div>
