Shades of Brick Red #BB2941
Tints of Brick Red #BB2941
RGB
CMYK
RGB Variations
Color information
#BB2941 (or 0xBB2941) is known color: Brick Red. HEX triplet: BB, 29 and 41. RGB value is (187,41,65). Sum of RGB (Red+Green+Blue) = 187+41+65=293 (38% of max value = 765). Red value is 187 (73.44% from 255 or 63.82% from 293); Green value is 41 (16.41% from 255 or 13.99% from 293); Blue value is 65 (25.78% from 255 or 22.18% from 293); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2941 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2941 is #44D6BE. Grayscale: #575757. Windows color (decimal): -4511423 or 4270523. OLE color: 4270523.
HSL color Cylindrical-coordinate representation of color #BB2941: hue angle of 350.14º 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 #BB2941 is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 41 | 65 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.27 |
| HSL | 350.14º | 0.64% | 0.45% | - |
| HSV(B) | 350.14º | 0.78% | 0.73% | - |
| XYZ | 22.24 | 12.53 | 6.25 | - |
| YUV | 87.39 | 115.37 | 199.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 41 | 65 | 0 | 0.78 | 0.65 | 0.27 | 350.14 | 0.64 | 0.45 |
| Hex | BB | 29 | 41 | 0 | 4E | 41 | 1B | 15E | 40 | 2D |
| Octal | 273 | 51 | 101 | 0 | 116 | 101 | 33 | 536 | 100 | 55 |
| Binary | 10111011 | 101001 | 1000001 | 0 | 1001110 | 1000001 | 11011 | 101011110 | 1000000 | 101101 |
Color Harmonies of #BB2941
Complementary color
Monochromatic Colors of #BB2941
Black with #BB2941
Text Example
Text Example
White with #BB2941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2941; }
p { color: rgb(187,41,65); }
H1.HeaderClassName
{
color: #BB2941;
}
.AnyTagClassName
{
color: #BB2941;
}
</style>
background-color css
<style>
a { background-color: #BB2941; }
a { background-color: rgb(187,41,65); }
div.DivClassName
{
background-color: #BB2941;
}
.BgClassName
{
background-color: #BB2941;
}
</style>
border-color css
<style>
span { border-color: #BB2941; }
span { border-color: rgb(187,41,65); }
td.TdClassName
{
border-color: #BB2941;
}
.TagClassName
{
border-color: #BB2941;
}
</style>