Shades of Brick Red #BB2C37
Tints of Brick Red #BB2C37
RGB
CMYK
RGB Variations
Color information
#BB2C37 (or 0xBB2C37) is known color: Brick Red. HEX triplet: BB, 2C and 37. RGB value is (187,44,55). Sum of RGB (Red+Green+Blue) = 187+44+55=286 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.38% from 286); Green value is 44 (17.58% from 255 or 15.38% from 286); Blue value is 55 (21.88% from 255 or 19.23% from 286); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2C37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2C37 is #44D3C8. Grayscale: #585858. Windows color (decimal): -4510665 or 3615931. OLE color: 3615931.
HSL color Cylindrical-coordinate representation of color #BB2C37: hue angle of 355.38º 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 #BB2C37 is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 44 | 55 | - |
| CMYK | 0 | 0.76 | 0.71 | 0.27 |
| HSL | 355.38º | 0.62% | 0.45% | - |
| HSV(B) | 355.38º | 0.76% | 0.73% | - |
| XYZ | 22.08 | 12.64 | 4.89 | - |
| YUV | 88.01 | 109.38 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 44 | 55 | 0 | 0.76 | 0.71 | 0.27 | 355.38 | 0.62 | 0.45 |
| Hex | BB | 2C | 37 | 0 | 4C | 47 | 1B | 163 | 3E | 2D |
| Octal | 273 | 54 | 67 | 0 | 114 | 107 | 33 | 543 | 76 | 55 |
| Binary | 10111011 | 101100 | 110111 | 0 | 1001100 | 1000111 | 11011 | 101100011 | 111110 | 101101 |
Color Harmonies of #BB2C37
Complementary color
Monochromatic Colors of #BB2C37
Black with #BB2C37
Text Example
Text Example
White with #BB2C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2C37; }
p { color: rgb(187,44,55); }
H1.HeaderClassName
{
color: #BB2C37;
}
.AnyTagClassName
{
color: #BB2C37;
}
</style>
background-color css
<style>
a { background-color: #BB2C37; }
a { background-color: rgb(187,44,55); }
div.DivClassName
{
background-color: #BB2C37;
}
.BgClassName
{
background-color: #BB2C37;
}
</style>
border-color css
<style>
span { border-color: #BB2C37; }
span { border-color: rgb(187,44,55); }
td.TdClassName
{
border-color: #BB2C37;
}
.TagClassName
{
border-color: #BB2C37;
}
</style>