Shades of Brick Red #BB2F40
Tints of Brick Red #BB2F40
RGB
CMYK
RGB Variations
Color information
#BB2F40 (or 0xBB2F40) is known color: Brick Red. HEX triplet: BB, 2F and 40. RGB value is (187,47,64). Sum of RGB (Red+Green+Blue) = 187+47+64=298 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.75% from 298); Green value is 47 (18.75% from 255 or 15.77% from 298); Blue value is 64 (25.39% from 255 or 21.48% from 298); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2F40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2F40 is #44D0BF. Grayscale: #5A5A5A. Windows color (decimal): -4509888 or 4206523. OLE color: 4206523.
HSL color Cylindrical-coordinate representation of color #BB2F40: hue angle of 352.71º degrees, saturation: 0.6, 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 #BB2F40 is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 47 | 64 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.27 |
| HSL | 352.71º | 0.6% | 0.46% | - |
| HSV(B) | 352.71º | 0.75% | 0.73% | - |
| XYZ | 22.44 | 12.97 | 6.17 | - |
| YUV | 90.8 | 112.88 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 47 | 64 | 0 | 0.75 | 0.66 | 0.27 | 352.71 | 0.6 | 0.46 |
| Hex | BB | 2F | 40 | 0 | 4B | 42 | 1B | 161 | 3C | 2E |
| Octal | 273 | 57 | 100 | 0 | 113 | 102 | 33 | 541 | 74 | 56 |
| Binary | 10111011 | 101111 | 1000000 | 0 | 1001011 | 1000010 | 11011 | 101100001 | 111100 | 101110 |
Color Harmonies of #BB2F40
Complementary color
Monochromatic Colors of #BB2F40
Black with #BB2F40
Text Example
Text Example
White with #BB2F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2F40; }
p { color: rgb(187,47,64); }
H1.HeaderClassName
{
color: #BB2F40;
}
.AnyTagClassName
{
color: #BB2F40;
}
</style>
background-color css
<style>
a { background-color: #BB2F40; }
a { background-color: rgb(187,47,64); }
div.DivClassName
{
background-color: #BB2F40;
}
.BgClassName
{
background-color: #BB2F40;
}
</style>
border-color css
<style>
span { border-color: #BB2F40; }
span { border-color: rgb(187,47,64); }
td.TdClassName
{
border-color: #BB2F40;
}
.TagClassName
{
border-color: #BB2F40;
}
</style>