Shades of Brick Red #BB2D3E
Tints of Brick Red #BB2D3E
RGB
CMYK
RGB Variations
Color information
#BB2D3E (or 0xBB2D3E) is known color: Brick Red. HEX triplet: BB, 2D and 3E. RGB value is (187,45,62). Sum of RGB (Red+Green+Blue) = 187+45+62=294 (38% of max value = 765). Red value is 187 (73.44% from 255 or 63.61% from 294); Green value is 45 (17.97% from 255 or 15.31% from 294); Blue value is 62 (24.61% from 255 or 21.09% from 294); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2D3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2D3E is #44D2C1. Grayscale: #595959. Windows color (decimal): -4510402 or 4074939. OLE color: 4074939.
HSL color Cylindrical-coordinate representation of color #BB2D3E: hue angle of 352.82º degrees, saturation: 0.61, 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 #BB2D3E is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 45 | 62 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.27 |
| HSL | 352.82º | 0.61% | 0.45% | - |
| HSV(B) | 352.82º | 0.76% | 0.73% | - |
| XYZ | 22.3 | 12.79 | 5.85 | - |
| YUV | 89.4 | 112.54 | 197.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 45 | 62 | 0 | 0.76 | 0.67 | 0.27 | 352.82 | 0.61 | 0.45 |
| Hex | BB | 2D | 3E | 0 | 4C | 43 | 1B | 161 | 3D | 2D |
| Octal | 273 | 55 | 76 | 0 | 114 | 103 | 33 | 541 | 75 | 55 |
| Binary | 10111011 | 101101 | 111110 | 0 | 1001100 | 1000011 | 11011 | 101100001 | 111101 | 101101 |
Color Harmonies of #BB2D3E
Complementary color
Monochromatic Colors of #BB2D3E
Black with #BB2D3E
Text Example
Text Example
White with #BB2D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2D3E; }
p { color: rgb(187,45,62); }
H1.HeaderClassName
{
color: #BB2D3E;
}
.AnyTagClassName
{
color: #BB2D3E;
}
</style>
background-color css
<style>
a { background-color: #BB2D3E; }
a { background-color: rgb(187,45,62); }
div.DivClassName
{
background-color: #BB2D3E;
}
.BgClassName
{
background-color: #BB2D3E;
}
</style>
border-color css
<style>
span { border-color: #BB2D3E; }
span { border-color: rgb(187,45,62); }
td.TdClassName
{
border-color: #BB2D3E;
}
.TagClassName
{
border-color: #BB2D3E;
}
</style>