Shades of Brick Red #BB2E42
Tints of Brick Red #BB2E42
RGB
CMYK
RGB Variations
Color information
#BB2E42 (or 0xBB2E42) is known color: Brick Red. HEX triplet: BB, 2E and 42. RGB value is (187,46,66). Sum of RGB (Red+Green+Blue) = 187+46+66=299 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.54% from 299); Green value is 46 (18.36% from 255 or 15.38% from 299); Blue value is 66 (26.17% from 255 or 22.07% from 299); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2E42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2E42 is #44D1BD. Grayscale: #5A5A5A. Windows color (decimal): -4510142 or 4337339. OLE color: 4337339.
HSL color Cylindrical-coordinate representation of color #BB2E42: hue angle of 351.49º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB2E42 is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 46 | 66 | - |
| CMYK | 0 | 0.75 | 0.65 | 0.27 |
| HSL | 351.49º | 0.61% | 0.46% | - |
| HSV(B) | 351.49º | 0.75% | 0.73% | - |
| XYZ | 22.45 | 12.91 | 6.46 | - |
| YUV | 90.44 | 114.21 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 46 | 66 | 0 | 0.75 | 0.65 | 0.27 | 351.49 | 0.61 | 0.46 |
| Hex | BB | 2E | 42 | 0 | 4B | 41 | 1B | 15F | 3D | 2E |
| Octal | 273 | 56 | 102 | 0 | 113 | 101 | 33 | 537 | 75 | 56 |
| Binary | 10111011 | 101110 | 1000010 | 0 | 1001011 | 1000001 | 11011 | 101011111 | 111101 | 101110 |
Color Harmonies of #BB2E42
Complementary color
Monochromatic Colors of #BB2E42
Black with #BB2E42
Text Example
Text Example
White with #BB2E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2E42; }
p { color: rgb(187,46,66); }
H1.HeaderClassName
{
color: #BB2E42;
}
.AnyTagClassName
{
color: #BB2E42;
}
</style>
background-color css
<style>
a { background-color: #BB2E42; }
a { background-color: rgb(187,46,66); }
div.DivClassName
{
background-color: #BB2E42;
}
.BgClassName
{
background-color: #BB2E42;
}
</style>
border-color css
<style>
span { border-color: #BB2E42; }
span { border-color: rgb(187,46,66); }
td.TdClassName
{
border-color: #BB2E42;
}
.TagClassName
{
border-color: #BB2E42;
}
</style>