Shades of Brick Red #BB2A40
Tints of Brick Red #BB2A40
RGB
CMYK
RGB Variations
Color information
#BB2A40 (or 0xBB2A40) is known color: Brick Red. HEX triplet: BB, 2A and 40. RGB value is (187,42,64). Sum of RGB (Red+Green+Blue) = 187+42+64=293 (38% of max value = 765). Red value is 187 (73.44% from 255 or 63.82% from 293); Green value is 42 (16.80% from 255 or 14.33% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2A40 is #44D5BF. Grayscale: #575757. Windows color (decimal): -4511168 or 4205243. OLE color: 4205243.
HSL color Cylindrical-coordinate representation of color #BB2A40: hue angle of 350.9º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB2A40 is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 42 | 64 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.27 |
| HSL | 350.9º | 0.63% | 0.45% | - |
| HSV(B) | 350.9º | 0.78% | 0.73% | - |
| XYZ | 22.25 | 12.59 | 6.11 | - |
| YUV | 87.86 | 114.54 | 198.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 42 | 64 | 0 | 0.78 | 0.66 | 0.27 | 350.9 | 0.63 | 0.45 |
| Hex | BB | 2A | 40 | 0 | 4E | 42 | 1B | 15F | 3F | 2D |
| Octal | 273 | 52 | 100 | 0 | 116 | 102 | 33 | 537 | 77 | 55 |
| Binary | 10111011 | 101010 | 1000000 | 0 | 1001110 | 1000010 | 11011 | 101011111 | 111111 | 101101 |
Color Harmonies of #BB2A40
Complementary color
Monochromatic Colors of #BB2A40
Black with #BB2A40
Text Example
Text Example
White with #BB2A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2A40; }
p { color: rgb(187,42,64); }
H1.HeaderClassName
{
color: #BB2A40;
}
.AnyTagClassName
{
color: #BB2A40;
}
</style>
background-color css
<style>
a { background-color: #BB2A40; }
a { background-color: rgb(187,42,64); }
div.DivClassName
{
background-color: #BB2A40;
}
.BgClassName
{
background-color: #BB2A40;
}
</style>
border-color css
<style>
span { border-color: #BB2A40; }
span { border-color: rgb(187,42,64); }
td.TdClassName
{
border-color: #BB2A40;
}
.TagClassName
{
border-color: #BB2A40;
}
</style>