Shades of Brick Red #BB2940
Tints of Brick Red #BB2940
RGB
CMYK
RGB Variations
Color information
#BB2940 (or 0xBB2940) is known color: Brick Red. HEX triplet: BB, 29 and 40. RGB value is (187,41,64). Sum of RGB (Red+Green+Blue) = 187+41+64=292 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.04% from 292); Green value is 41 (16.41% from 255 or 14.04% from 292); Blue value is 64 (25.39% from 255 or 21.92% from 292); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2940 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2940 is #44D6BF. Grayscale: #575757. Windows color (decimal): -4511424 or 4204987. OLE color: 4204987.
HSL color Cylindrical-coordinate representation of color #BB2940: hue angle of 350.55º degrees, saturation: 0.64, 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 #BB2940 is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 41 | 64 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.27 |
| HSL | 350.55º | 0.64% | 0.45% | - |
| HSV(B) | 350.55º | 0.78% | 0.73% | - |
| XYZ | 22.21 | 12.52 | 6.1 | - |
| YUV | 87.28 | 114.87 | 199.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 41 | 64 | 0 | 0.78 | 0.66 | 0.27 | 350.55 | 0.64 | 0.45 |
| Hex | BB | 29 | 40 | 0 | 4E | 42 | 1B | 15F | 40 | 2D |
| Octal | 273 | 51 | 100 | 0 | 116 | 102 | 33 | 537 | 100 | 55 |
| Binary | 10111011 | 101001 | 1000000 | 0 | 1001110 | 1000010 | 11011 | 101011111 | 1000000 | 101101 |
Color Harmonies of #BB2940
Complementary color
Monochromatic Colors of #BB2940
Black with #BB2940
Text Example
Text Example
White with #BB2940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2940; }
p { color: rgb(187,41,64); }
H1.HeaderClassName
{
color: #BB2940;
}
.AnyTagClassName
{
color: #BB2940;
}
</style>
background-color css
<style>
a { background-color: #BB2940; }
a { background-color: rgb(187,41,64); }
div.DivClassName
{
background-color: #BB2940;
}
.BgClassName
{
background-color: #BB2940;
}
</style>
border-color css
<style>
span { border-color: #BB2940; }
span { border-color: rgb(187,41,64); }
td.TdClassName
{
border-color: #BB2940;
}
.TagClassName
{
border-color: #BB2940;
}
</style>