Shades of Cardinal #BB0E45
Tints of Cardinal #BB0E45
RGB
CMYK
RGB Variations
Color information
#BB0E45 (or 0xBB0E45) is known color: Cardinal. HEX triplet: BB, 0E and 45. RGB value is (187,14,69). Sum of RGB (Red+Green+Blue) = 187+14+69=270 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.26% from 270); Green value is 14 (5.86% from 255 or 5.19% from 270); Blue value is 69 (27.34% from 255 or 25.56% from 270); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0E45 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0E45 is #44F1BA. Grayscale: #474747. Windows color (decimal): -4518331 or 4525755. OLE color: 4525755.
HSL color Cylindrical-coordinate representation of color #BB0E45: hue angle of 340.92º 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 #BB0E45 is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 14 | 69 | - |
| CMYK | 0 | 0.93 | 0.63 | 0.27 |
| HSL | 340.92º | 0.86% | 0.39% | - |
| HSV(B) | 340.92º | 0.93% | 0.73% | - |
| XYZ | 21.72 | 11.31 | 6.67 | - |
| YUV | 72 | 126.31 | 210.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 14 | 69 | 0 | 0.93 | 0.63 | 0.27 | 340.92 | 0.86 | 0.39 |
| Hex | BB | E | 45 | 0 | 5D | 3F | 1B | 155 | 56 | 27 |
| Octal | 273 | 16 | 105 | 0 | 135 | 77 | 33 | 525 | 126 | 47 |
| Binary | 10111011 | 1110 | 1000101 | 0 | 1011101 | 111111 | 11011 | 101010101 | 1010110 | 100111 |
Color Harmonies of #BB0E45
Complementary color
Monochromatic Colors of #BB0E45
Black with #BB0E45
Text Example
Text Example
White with #BB0E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0E45; }
p { color: rgb(187,14,69); }
H1.HeaderClassName
{
color: #BB0E45;
}
.AnyTagClassName
{
color: #BB0E45;
}
</style>
background-color css
<style>
a { background-color: #BB0E45; }
a { background-color: rgb(187,14,69); }
div.DivClassName
{
background-color: #BB0E45;
}
.BgClassName
{
background-color: #BB0E45;
}
</style>
border-color css
<style>
span { border-color: #BB0E45; }
span { border-color: rgb(187,14,69); }
td.TdClassName
{
border-color: #BB0E45;
}
.TagClassName
{
border-color: #BB0E45;
}
</style>