Shades of Cardinal #BB0E49
Tints of Cardinal #BB0E49
RGB
CMYK
RGB Variations
Color information
#BB0E49 (or 0xBB0E49) is known color: Cardinal. HEX triplet: BB, 0E and 49. RGB value is (187,14,73). Sum of RGB (Red+Green+Blue) = 187+14+73=274 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.25% from 274); Green value is 14 (5.86% from 255 or 5.11% from 274); Blue value is 73 (28.91% from 255 or 26.64% from 274); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0E49 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0E49 is #44F1B6. Grayscale: #484848. Windows color (decimal): -4518327 or 4787899. OLE color: 4787899.
HSL color Cylindrical-coordinate representation of color #BB0E49: hue angle of 339.54º 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 #BB0E49 is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 14 | 73 | - |
| CMYK | 0 | 0.93 | 0.61 | 0.27 |
| HSL | 339.54º | 0.86% | 0.39% | - |
| HSV(B) | 339.54º | 0.93% | 0.73% | - |
| XYZ | 21.85 | 11.36 | 7.34 | - |
| YUV | 72.45 | 128.31 | 209.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 14 | 73 | 0 | 0.93 | 0.61 | 0.27 | 339.54 | 0.86 | 0.39 |
| Hex | BB | E | 49 | 0 | 5D | 3D | 1B | 154 | 56 | 27 |
| Octal | 273 | 16 | 111 | 0 | 135 | 75 | 33 | 524 | 126 | 47 |
| Binary | 10111011 | 1110 | 1001001 | 0 | 1011101 | 111101 | 11011 | 101010100 | 1010110 | 100111 |
Color Harmonies of #BB0E49
Complementary color
Monochromatic Colors of #BB0E49
Black with #BB0E49
Text Example
Text Example
White with #BB0E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0E49; }
p { color: rgb(187,14,73); }
H1.HeaderClassName
{
color: #BB0E49;
}
.AnyTagClassName
{
color: #BB0E49;
}
</style>
background-color css
<style>
a { background-color: #BB0E49; }
a { background-color: rgb(187,14,73); }
div.DivClassName
{
background-color: #BB0E49;
}
.BgClassName
{
background-color: #BB0E49;
}
</style>
border-color css
<style>
span { border-color: #BB0E49; }
span { border-color: rgb(187,14,73); }
td.TdClassName
{
border-color: #BB0E49;
}
.TagClassName
{
border-color: #BB0E49;
}
</style>