Shades of Cardinal #BB0E2F
Tints of Cardinal #BB0E2F
RGB
CMYK
RGB Variations
Color information
#BB0E2F (or 0xBB0E2F) is known color: Cardinal. HEX triplet: BB, 0E and 2F. RGB value is (187,14,47). Sum of RGB (Red+Green+Blue) = 187+14+47=248 (32% of max value = 765). Red value is 187 (73.44% from 255 or 75.40% from 248); Green value is 14 (5.86% from 255 or 5.65% from 248); Blue value is 47 (18.75% from 255 or 18.95% from 248); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0E2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0E2F is #44F1D0. Grayscale: #454545. Windows color (decimal): -4518353 or 3083963. OLE color: 3083963.
HSL color Cylindrical-coordinate representation of color #BB0E2F: hue angle of 348.55º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB0E2F is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 14 | 47 | - |
| CMYK | 0 | 0.93 | 0.75 | 0.27 |
| HSL | 348.55º | 0.86% | 0.39% | - |
| HSV(B) | 348.55º | 0.93% | 0.73% | - |
| XYZ | 21.16 | 11.08 | 3.71 | - |
| YUV | 69.49 | 115.31 | 211.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 14 | 47 | 0 | 0.93 | 0.75 | 0.27 | 348.55 | 0.86 | 0.39 |
| Hex | BB | E | 2F | 0 | 5D | 4B | 1B | 15D | 56 | 27 |
| Octal | 273 | 16 | 57 | 0 | 135 | 113 | 33 | 535 | 126 | 47 |
| Binary | 10111011 | 1110 | 101111 | 0 | 1011101 | 1001011 | 11011 | 101011101 | 1010110 | 100111 |
Color Harmonies of #BB0E2F
Complementary color
Monochromatic Colors of #BB0E2F
Black with #BB0E2F
Text Example
Text Example
White with #BB0E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0E2F; }
p { color: rgb(187,14,47); }
H1.HeaderClassName
{
color: #BB0E2F;
}
.AnyTagClassName
{
color: #BB0E2F;
}
</style>
background-color css
<style>
a { background-color: #BB0E2F; }
a { background-color: rgb(187,14,47); }
div.DivClassName
{
background-color: #BB0E2F;
}
.BgClassName
{
background-color: #BB0E2F;
}
</style>
border-color css
<style>
span { border-color: #BB0E2F; }
span { border-color: rgb(187,14,47); }
td.TdClassName
{
border-color: #BB0E2F;
}
.TagClassName
{
border-color: #BB0E2F;
}
</style>