Shades of Brick Red #BC2A40
Tints of Brick Red #BC2A40
RGB
CMYK
RGB Variations
Color information
#BC2A40 (or 0xBC2A40) is known color: Brick Red. HEX triplet: BC, 2A and 40. RGB value is (188,42,64). Sum of RGB (Red+Green+Blue) = 188+42+64=294 (38% of max value = 765). Red value is 188 (73.83% from 255 or 63.95% from 294); Green value is 42 (16.80% from 255 or 14.29% from 294); Blue value is 64 (25.39% from 255 or 21.77% from 294); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2A40 is #43D5BF. Grayscale: #585858. Windows color (decimal): -4445632 or 4205244. OLE color: 4205244.
HSL color Cylindrical-coordinate representation of color #BC2A40: hue angle of 350.96º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC2A40 is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 42 | 64 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.26 |
| HSL | 350.96º | 0.63% | 0.45% | - |
| HSV(B) | 350.96º | 0.78% | 0.74% | - |
| XYZ | 22.49 | 12.72 | 6.12 | - |
| YUV | 88.16 | 114.37 | 199.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 42 | 64 | 0 | 0.78 | 0.66 | 0.26 | 350.96 | 0.63 | 0.45 |
| Hex | BC | 2A | 40 | 0 | 4E | 42 | 1A | 15F | 3F | 2D |
| Octal | 274 | 52 | 100 | 0 | 116 | 102 | 32 | 537 | 77 | 55 |
| Binary | 10111100 | 101010 | 1000000 | 0 | 1001110 | 1000010 | 11010 | 101011111 | 111111 | 101101 |
Color Harmonies of #BC2A40
Complementary color
Monochromatic Colors of #BC2A40
Black with #BC2A40
Text Example
Text Example
White with #BC2A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2A40; }
p { color: rgb(188,42,64); }
H1.HeaderClassName
{
color: #BC2A40;
}
.AnyTagClassName
{
color: #BC2A40;
}
</style>
background-color css
<style>
a { background-color: #BC2A40; }
a { background-color: rgb(188,42,64); }
div.DivClassName
{
background-color: #BC2A40;
}
.BgClassName
{
background-color: #BC2A40;
}
</style>
border-color css
<style>
span { border-color: #BC2A40; }
span { border-color: rgb(188,42,64); }
td.TdClassName
{
border-color: #BC2A40;
}
.TagClassName
{
border-color: #BC2A40;
}
</style>