Shades of Brick Red #BC3442
Tints of Brick Red #BC3442
RGB
CMYK
RGB Variations
Color information
#BC3442 (or 0xBC3442) is known color: Brick Red. HEX triplet: BC, 34 and 42. RGB value is (188,52,66). Sum of RGB (Red+Green+Blue) = 188+52+66=306 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.44% from 306); Green value is 52 (20.70% from 255 or 16.99% from 306); Blue value is 66 (26.17% from 255 or 21.57% from 306); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3442 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3442 is #43CBBD. Grayscale: #5E5E5E. Windows color (decimal): -4443070 or 4338876. OLE color: 4338876.
HSL color Cylindrical-coordinate representation of color #BC3442: hue angle of 353.82º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC3442 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 52 | 66 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.26 |
| HSL | 353.82º | 0.57% | 0.47% | - |
| HSV(B) | 353.82º | 0.72% | 0.74% | - |
| XYZ | 22.95 | 13.54 | 6.56 | - |
| YUV | 94.26 | 112.06 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 52 | 66 | 0 | 0.72 | 0.65 | 0.26 | 353.82 | 0.57 | 0.47 |
| Hex | BC | 34 | 42 | 0 | 48 | 41 | 1A | 162 | 39 | 2F |
| Octal | 274 | 64 | 102 | 0 | 110 | 101 | 32 | 542 | 71 | 57 |
| Binary | 10111100 | 110100 | 1000010 | 0 | 1001000 | 1000001 | 11010 | 101100010 | 111001 | 101111 |
Color Harmonies of #BC3442
Complementary color
Monochromatic Colors of #BC3442
Black with #BC3442
Text Example
Text Example
White with #BC3442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3442; }
p { color: rgb(188,52,66); }
H1.HeaderClassName
{
color: #BC3442;
}
.AnyTagClassName
{
color: #BC3442;
}
</style>
background-color css
<style>
a { background-color: #BC3442; }
a { background-color: rgb(188,52,66); }
div.DivClassName
{
background-color: #BC3442;
}
.BgClassName
{
background-color: #BC3442;
}
</style>
border-color css
<style>
span { border-color: #BC3442; }
span { border-color: rgb(188,52,66); }
td.TdClassName
{
border-color: #BC3442;
}
.TagClassName
{
border-color: #BC3442;
}
</style>