Shades of Brick Red #BB2E43
Tints of Brick Red #BB2E43
RGB
CMYK
RGB Variations
Color information
#BB2E43 (or 0xBB2E43) is known color: Brick Red. HEX triplet: BB, 2E and 43. RGB value is (187,46,67). Sum of RGB (Red+Green+Blue) = 187+46+67=300 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.33% from 300); Green value is 46 (18.36% from 255 or 15.33% from 300); Blue value is 67 (26.56% from 255 or 22.33% from 300); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2E43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2E43 is #44D1BC. Grayscale: #5A5A5A. Windows color (decimal): -4510141 or 4402875. OLE color: 4402875.
HSL color Cylindrical-coordinate representation of color #BB2E43: hue angle of 351.06º 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 #BB2E43 is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 46 | 67 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.27 |
| HSL | 351.06º | 0.61% | 0.46% | - |
| HSV(B) | 351.06º | 0.75% | 0.73% | - |
| XYZ | 22.48 | 12.92 | 6.62 | - |
| YUV | 90.55 | 114.71 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 46 | 67 | 0 | 0.75 | 0.64 | 0.27 | 351.06 | 0.61 | 0.46 |
| Hex | BB | 2E | 43 | 0 | 4B | 40 | 1B | 15F | 3D | 2E |
| Octal | 273 | 56 | 103 | 0 | 113 | 100 | 33 | 537 | 75 | 56 |
| Binary | 10111011 | 101110 | 1000011 | 0 | 1001011 | 1000000 | 11011 | 101011111 | 111101 | 101110 |
Color Harmonies of #BB2E43
Complementary color
Monochromatic Colors of #BB2E43
Black with #BB2E43
Text Example
Text Example
White with #BB2E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2E43; }
p { color: rgb(187,46,67); }
H1.HeaderClassName
{
color: #BB2E43;
}
.AnyTagClassName
{
color: #BB2E43;
}
</style>
background-color css
<style>
a { background-color: #BB2E43; }
a { background-color: rgb(187,46,67); }
div.DivClassName
{
background-color: #BB2E43;
}
.BgClassName
{
background-color: #BB2E43;
}
</style>
border-color css
<style>
span { border-color: #BB2E43; }
span { border-color: rgb(187,46,67); }
td.TdClassName
{
border-color: #BB2E43;
}
.TagClassName
{
border-color: #BB2E43;
}
</style>