Shades of Brick Red #BB2A42
Tints of Brick Red #BB2A42
RGB
CMYK
RGB Variations
Color information
#BB2A42 (or 0xBB2A42) is known color: Brick Red. HEX triplet: BB, 2A and 42. RGB value is (187,42,66). Sum of RGB (Red+Green+Blue) = 187+42+66=295 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.39% from 295); Green value is 42 (16.80% from 255 or 14.24% from 295); Blue value is 66 (26.17% from 255 or 22.37% from 295); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2A42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2A42 is #44D5BD. Grayscale: #585858. Windows color (decimal): -4511166 or 4336315. OLE color: 4336315.
HSL color Cylindrical-coordinate representation of color #BB2A42: hue angle of 350.07º 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 #BB2A42 is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 42 | 66 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.27 |
| HSL | 350.07º | 0.63% | 0.45% | - |
| HSV(B) | 350.07º | 0.78% | 0.73% | - |
| XYZ | 22.3 | 12.61 | 6.41 | - |
| YUV | 88.09 | 115.54 | 198.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 42 | 66 | 0 | 0.78 | 0.65 | 0.27 | 350.07 | 0.63 | 0.45 |
| Hex | BB | 2A | 42 | 0 | 4E | 41 | 1B | 15E | 3F | 2D |
| Octal | 273 | 52 | 102 | 0 | 116 | 101 | 33 | 536 | 77 | 55 |
| Binary | 10111011 | 101010 | 1000010 | 0 | 1001110 | 1000001 | 11011 | 101011110 | 111111 | 101101 |
Color Harmonies of #BB2A42
Complementary color
Monochromatic Colors of #BB2A42
Black with #BB2A42
Text Example
Text Example
White with #BB2A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2A42; }
p { color: rgb(187,42,66); }
H1.HeaderClassName
{
color: #BB2A42;
}
.AnyTagClassName
{
color: #BB2A42;
}
</style>
background-color css
<style>
a { background-color: #BB2A42; }
a { background-color: rgb(187,42,66); }
div.DivClassName
{
background-color: #BB2A42;
}
.BgClassName
{
background-color: #BB2A42;
}
</style>
border-color css
<style>
span { border-color: #BB2A42; }
span { border-color: rgb(187,42,66); }
td.TdClassName
{
border-color: #BB2A42;
}
.TagClassName
{
border-color: #BB2A42;
}
</style>