Shades of Brick Red #BC2842
Tints of Brick Red #BC2842
RGB
CMYK
RGB Variations
Color information
#BC2842 (or 0xBC2842) is known color: Brick Red. HEX triplet: BC, 28 and 42. RGB value is (188,40,66). Sum of RGB (Red+Green+Blue) = 188+40+66=294 (38% of max value = 765). Red value is 188 (73.83% from 255 or 63.95% from 294); Green value is 40 (16.02% from 255 or 13.61% from 294); Blue value is 66 (26.17% from 255 or 22.45% from 294); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2842 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2842 is #43D7BD. Grayscale: #575757. Windows color (decimal): -4446142 or 4335804. OLE color: 4335804.
HSL color Cylindrical-coordinate representation of color #BC2842: hue angle of 349.46º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC2842 is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 40 | 66 | - |
| CMYK | 0 | 0.79 | 0.65 | 0.26 |
| HSL | 349.46º | 0.65% | 0.45% | - |
| HSV(B) | 349.46º | 0.79% | 0.74% | - |
| XYZ | 22.48 | 12.6 | 6.4 | - |
| YUV | 87.22 | 116.03 | 199.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 40 | 66 | 0 | 0.79 | 0.65 | 0.26 | 349.46 | 0.65 | 0.45 |
| Hex | BC | 28 | 42 | 0 | 4F | 41 | 1A | 15D | 41 | 2D |
| Octal | 274 | 50 | 102 | 0 | 117 | 101 | 32 | 535 | 101 | 55 |
| Binary | 10111100 | 101000 | 1000010 | 0 | 1001111 | 1000001 | 11010 | 101011101 | 1000001 | 101101 |
Color Harmonies of #BC2842
Complementary color
Monochromatic Colors of #BC2842
Black with #BC2842
Text Example
Text Example
White with #BC2842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2842; }
p { color: rgb(188,40,66); }
H1.HeaderClassName
{
color: #BC2842;
}
.AnyTagClassName
{
color: #BC2842;
}
</style>
background-color css
<style>
a { background-color: #BC2842; }
a { background-color: rgb(188,40,66); }
div.DivClassName
{
background-color: #BC2842;
}
.BgClassName
{
background-color: #BC2842;
}
</style>
border-color css
<style>
span { border-color: #BC2842; }
span { border-color: rgb(188,40,66); }
td.TdClassName
{
border-color: #BC2842;
}
.TagClassName
{
border-color: #BC2842;
}
</style>