Shades of Brick Red #BB2C3E
Tints of Brick Red #BB2C3E
RGB
CMYK
RGB Variations
Color information
#BB2C3E (or 0xBB2C3E) is known color: Brick Red. HEX triplet: BB, 2C and 3E. RGB value is (187,44,62). Sum of RGB (Red+Green+Blue) = 187+44+62=293 (38% of max value = 765). Red value is 187 (73.44% from 255 or 63.82% from 293); Green value is 44 (17.58% from 255 or 15.02% from 293); Blue value is 62 (24.61% from 255 or 21.16% from 293); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2C3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2C3E is #44D3C1. Grayscale: #585858. Windows color (decimal): -4510658 or 4074683. OLE color: 4074683.
HSL color Cylindrical-coordinate representation of color #BB2C3E: hue angle of 352.45º 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 #BB2C3E is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 44 | 62 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.27 |
| HSL | 352.45º | 0.62% | 0.45% | - |
| HSV(B) | 352.45º | 0.76% | 0.73% | - |
| XYZ | 22.26 | 12.71 | 5.84 | - |
| YUV | 88.81 | 112.88 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 44 | 62 | 0 | 0.76 | 0.67 | 0.27 | 352.45 | 0.62 | 0.45 |
| Hex | BB | 2C | 3E | 0 | 4C | 43 | 1B | 160 | 3E | 2D |
| Octal | 273 | 54 | 76 | 0 | 114 | 103 | 33 | 540 | 76 | 55 |
| Binary | 10111011 | 101100 | 111110 | 0 | 1001100 | 1000011 | 11011 | 101100000 | 111110 | 101101 |
Color Harmonies of #BB2C3E
Complementary color
Monochromatic Colors of #BB2C3E
Black with #BB2C3E
Text Example
Text Example
White with #BB2C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2C3E; }
p { color: rgb(187,44,62); }
H1.HeaderClassName
{
color: #BB2C3E;
}
.AnyTagClassName
{
color: #BB2C3E;
}
</style>
background-color css
<style>
a { background-color: #BB2C3E; }
a { background-color: rgb(187,44,62); }
div.DivClassName
{
background-color: #BB2C3E;
}
.BgClassName
{
background-color: #BB2C3E;
}
</style>
border-color css
<style>
span { border-color: #BB2C3E; }
span { border-color: rgb(187,44,62); }
td.TdClassName
{
border-color: #BB2C3E;
}
.TagClassName
{
border-color: #BB2C3E;
}
</style>