Shades of Cardinal #BB0031
Tints of Cardinal #BB0031
RGB
CMYK
RGB Variations
Color information
#BB0031 (or 0xBB0031) is known color: Cardinal. HEX triplet: BB, 00 and 31. RGB value is (187,0,49). Sum of RGB (Red+Green+Blue) = 187+0+49=236 (31% of max value = 765). Red value is 187 (73.44% from 255 or 79.24% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 49 (19.53% from 255 or 20.76% from 236); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0031 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0031 is #44FFCE. Grayscale: #3D3D3D. Windows color (decimal): -4521935 or 3211451. OLE color: 3211451.
HSL color Cylindrical-coordinate representation of color #BB0031: hue angle of 344.28º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB0031 is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 0 | 49 | - |
| CMYK | 0 | 1 | 0.74 | 0.27 |
| HSL | 344.28º | 1% | 0.37% | - |
| HSV(B) | 344.28º | 1% | 0.73% | - |
| XYZ | 21.05 | 10.79 | 3.88 | - |
| YUV | 61.5 | 120.95 | 217.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 0 | 49 | 0 | 1 | 0.74 | 0.27 | 344.28 | 1 | 0.37 |
| Hex | BB | 0 | 31 | 0 | 64 | 4A | 1B | 158 | 64 | 25 |
| Octal | 273 | 0 | 61 | 0 | 144 | 112 | 33 | 530 | 144 | 45 |
| Binary | 10111011 | 0 | 110001 | 0 | 1100100 | 1001010 | 11011 | 101011000 | 1100100 | 100101 |
Color Harmonies of #BB0031
Complementary color
Monochromatic Colors of #BB0031
Black with #BB0031
Text Example
Text Example
White with #BB0031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0031; }
p { color: rgb(187,0,49); }
H1.HeaderClassName
{
color: #BB0031;
}
.AnyTagClassName
{
color: #BB0031;
}
</style>
background-color css
<style>
a { background-color: #BB0031; }
a { background-color: rgb(187,0,49); }
div.DivClassName
{
background-color: #BB0031;
}
.BgClassName
{
background-color: #BB0031;
}
</style>
border-color css
<style>
span { border-color: #BB0031; }
span { border-color: rgb(187,0,49); }
td.TdClassName
{
border-color: #BB0031;
}
.TagClassName
{
border-color: #BB0031;
}
</style>