Shades of Brick Red #BC2B40
Tints of Brick Red #BC2B40
RGB
CMYK
RGB Variations
Color information
#BC2B40 (or 0xBC2B40) is known color: Brick Red. HEX triplet: BC, 2B and 40. RGB value is (188,43,64). Sum of RGB (Red+Green+Blue) = 188+43+64=295 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.73% from 295); Green value is 43 (17.19% from 255 or 14.58% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2B40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2B40 is #43D4BF. Grayscale: #585858. Windows color (decimal): -4445376 or 4205500. OLE color: 4205500.
HSL color Cylindrical-coordinate representation of color #BC2B40: hue angle of 351.31º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC2B40 is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 43 | 64 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.26 |
| HSL | 351.31º | 0.63% | 0.45% | - |
| HSV(B) | 351.31º | 0.77% | 0.74% | - |
| XYZ | 22.53 | 12.79 | 6.13 | - |
| YUV | 88.75 | 114.04 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 43 | 64 | 0 | 0.77 | 0.66 | 0.26 | 351.31 | 0.63 | 0.45 |
| Hex | BC | 2B | 40 | 0 | 4D | 42 | 1A | 15F | 3F | 2D |
| Octal | 274 | 53 | 100 | 0 | 115 | 102 | 32 | 537 | 77 | 55 |
| Binary | 10111100 | 101011 | 1000000 | 0 | 1001101 | 1000010 | 11010 | 101011111 | 111111 | 101101 |
Color Harmonies of #BC2B40
Complementary color
Monochromatic Colors of #BC2B40
Black with #BC2B40
Text Example
Text Example
White with #BC2B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2B40; }
p { color: rgb(188,43,64); }
H1.HeaderClassName
{
color: #BC2B40;
}
.AnyTagClassName
{
color: #BC2B40;
}
</style>
background-color css
<style>
a { background-color: #BC2B40; }
a { background-color: rgb(188,43,64); }
div.DivClassName
{
background-color: #BC2B40;
}
.BgClassName
{
background-color: #BC2B40;
}
</style>
border-color css
<style>
span { border-color: #BC2B40; }
span { border-color: rgb(188,43,64); }
td.TdClassName
{
border-color: #BC2B40;
}
.TagClassName
{
border-color: #BC2B40;
}
</style>