Shades of Brick Red #BC3945
Tints of Brick Red #BC3945
RGB
CMYK
RGB Variations
Color information
#BC3945 (or 0xBC3945) is known color: Brick Red. HEX triplet: BC, 39 and 45. RGB value is (188,57,69). Sum of RGB (Red+Green+Blue) = 188+57+69=314 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.87% from 314); Green value is 57 (22.66% from 255 or 18.15% from 314); Blue value is 69 (27.34% from 255 or 21.97% from 314); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3945 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3945 is #43C6BA. Grayscale: #616161. Windows color (decimal): -4441787 or 4536764. OLE color: 4536764.
HSL color Cylindrical-coordinate representation of color #BC3945: hue angle of 354.5º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC3945 is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 57 | 69 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.26 |
| HSL | 354.5º | 0.53% | 0.48% | - |
| HSV(B) | 354.5º | 0.7% | 0.74% | - |
| XYZ | 23.28 | 14.05 | 7.11 | - |
| YUV | 97.54 | 111.9 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 57 | 69 | 0 | 0.70 | 0.63 | 0.26 | 354.5 | 0.53 | 0.48 |
| Hex | BC | 39 | 45 | 0 | 46 | 3F | 1A | 163 | 35 | 30 |
| Octal | 274 | 71 | 105 | 0 | 106 | 77 | 32 | 543 | 65 | 60 |
| Binary | 10111100 | 111001 | 1000101 | 0 | 1000110 | 111111 | 11010 | 101100011 | 110101 | 110000 |
Color Harmonies of #BC3945
Complementary color
Monochromatic Colors of #BC3945
Black with #BC3945
Text Example
Text Example
White with #BC3945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3945; }
p { color: rgb(188,57,69); }
H1.HeaderClassName
{
color: #BC3945;
}
.AnyTagClassName
{
color: #BC3945;
}
</style>
background-color css
<style>
a { background-color: #BC3945; }
a { background-color: rgb(188,57,69); }
div.DivClassName
{
background-color: #BC3945;
}
.BgClassName
{
background-color: #BC3945;
}
</style>
border-color css
<style>
span { border-color: #BC3945; }
span { border-color: rgb(188,57,69); }
td.TdClassName
{
border-color: #BC3945;
}
.TagClassName
{
border-color: #BC3945;
}
</style>