Shades of Brick Red #BB2C40
Tints of Brick Red #BB2C40
RGB
CMYK
RGB Variations
Color information
#BB2C40 (or 0xBB2C40) is known color: Brick Red. HEX triplet: BB, 2C and 40. RGB value is (187,44,64). Sum of RGB (Red+Green+Blue) = 187+44+64=295 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.39% from 295); Green value is 44 (17.58% from 255 or 14.92% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2C40 is #44D3BF. Grayscale: #595959. Windows color (decimal): -4510656 or 4205755. OLE color: 4205755.
HSL color Cylindrical-coordinate representation of color #BB2C40: hue angle of 351.61º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB2C40 is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 44 | 64 | - |
| CMYK | 0 | 0.76 | 0.66 | 0.27 |
| HSL | 351.61º | 0.62% | 0.45% | - |
| HSV(B) | 351.61º | 0.76% | 0.73% | - |
| XYZ | 22.32 | 12.74 | 6.13 | - |
| YUV | 89.04 | 113.88 | 197.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 44 | 64 | 0 | 0.76 | 0.66 | 0.27 | 351.61 | 0.62 | 0.45 |
| Hex | BB | 2C | 40 | 0 | 4C | 42 | 1B | 160 | 3E | 2D |
| Octal | 273 | 54 | 100 | 0 | 114 | 102 | 33 | 540 | 76 | 55 |
| Binary | 10111011 | 101100 | 1000000 | 0 | 1001100 | 1000010 | 11011 | 101100000 | 111110 | 101101 |
Color Harmonies of #BB2C40
Complementary color
Monochromatic Colors of #BB2C40
Black with #BB2C40
Text Example
Text Example
White with #BB2C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2C40; }
p { color: rgb(187,44,64); }
H1.HeaderClassName
{
color: #BB2C40;
}
.AnyTagClassName
{
color: #BB2C40;
}
</style>
background-color css
<style>
a { background-color: #BB2C40; }
a { background-color: rgb(187,44,64); }
div.DivClassName
{
background-color: #BB2C40;
}
.BgClassName
{
background-color: #BB2C40;
}
</style>
border-color css
<style>
span { border-color: #BB2C40; }
span { border-color: rgb(187,44,64); }
td.TdClassName
{
border-color: #BB2C40;
}
.TagClassName
{
border-color: #BB2C40;
}
</style>