Shades of Brick Red #BB293E
Tints of Brick Red #BB293E
RGB
CMYK
RGB Variations
Color information
#BB293E (or 0xBB293E) is known color: Brick Red. HEX triplet: BB, 29 and 3E. RGB value is (187,41,62). Sum of RGB (Red+Green+Blue) = 187+41+62=290 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.48% from 290); Green value is 41 (16.41% from 255 or 14.14% from 290); Blue value is 62 (24.61% from 255 or 21.38% from 290); Max value from RGB is 187 - color contains mainly: red. Hex color #BB293E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB293E is #44D6C1. Grayscale: #575757. Windows color (decimal): -4511426 or 4073915. OLE color: 4073915.
HSL color Cylindrical-coordinate representation of color #BB293E: hue angle of 351.37º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB293E is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 41 | 62 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.27 |
| HSL | 351.37º | 0.64% | 0.45% | - |
| HSV(B) | 351.37º | 0.78% | 0.73% | - |
| XYZ | 22.16 | 12.5 | 5.8 | - |
| YUV | 87.05 | 113.87 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 41 | 62 | 0 | 0.78 | 0.67 | 0.27 | 351.37 | 0.64 | 0.45 |
| Hex | BB | 29 | 3E | 0 | 4E | 43 | 1B | 15F | 40 | 2D |
| Octal | 273 | 51 | 76 | 0 | 116 | 103 | 33 | 537 | 100 | 55 |
| Binary | 10111011 | 101001 | 111110 | 0 | 1001110 | 1000011 | 11011 | 101011111 | 1000000 | 101101 |
Color Harmonies of #BB293E
Complementary color
Monochromatic Colors of #BB293E
Black with #BB293E
Text Example
Text Example
White with #BB293E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB293E; }
p { color: rgb(187,41,62); }
H1.HeaderClassName
{
color: #BB293E;
}
.AnyTagClassName
{
color: #BB293E;
}
</style>
background-color css
<style>
a { background-color: #BB293E; }
a { background-color: rgb(187,41,62); }
div.DivClassName
{
background-color: #BB293E;
}
.BgClassName
{
background-color: #BB293E;
}
</style>
border-color css
<style>
span { border-color: #BB293E; }
span { border-color: rgb(187,41,62); }
td.TdClassName
{
border-color: #BB293E;
}
.TagClassName
{
border-color: #BB293E;
}
</style>