Shades of Cardinal #BB0E44
Tints of Cardinal #BB0E44
RGB
CMYK
RGB Variations
Color information
#BB0E44 (or 0xBB0E44) is known color: Cardinal. HEX triplet: BB, 0E and 44. RGB value is (187,14,68). Sum of RGB (Red+Green+Blue) = 187+14+68=269 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.52% from 269); Green value is 14 (5.86% from 255 or 5.20% from 269); Blue value is 68 (26.95% from 255 or 25.28% from 269); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0E44 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0E44 is #44F1BB. Grayscale: #474747. Windows color (decimal): -4518332 or 4460219. OLE color: 4460219.
HSL color Cylindrical-coordinate representation of color #BB0E44: hue angle of 341.27º 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 #BB0E44 is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 14 | 68 | - |
| CMYK | 0 | 0.93 | 0.64 | 0.27 |
| HSL | 341.27º | 0.86% | 0.39% | - |
| HSV(B) | 341.27º | 0.93% | 0.73% | - |
| XYZ | 21.69 | 11.3 | 6.51 | - |
| YUV | 71.88 | 125.81 | 210.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 14 | 68 | 0 | 0.93 | 0.64 | 0.27 | 341.27 | 0.86 | 0.39 |
| Hex | BB | E | 44 | 0 | 5D | 40 | 1B | 155 | 56 | 27 |
| Octal | 273 | 16 | 104 | 0 | 135 | 100 | 33 | 525 | 126 | 47 |
| Binary | 10111011 | 1110 | 1000100 | 0 | 1011101 | 1000000 | 11011 | 101010101 | 1010110 | 100111 |
Color Harmonies of #BB0E44
Complementary color
Monochromatic Colors of #BB0E44
Black with #BB0E44
Text Example
Text Example
White with #BB0E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0E44; }
p { color: rgb(187,14,68); }
H1.HeaderClassName
{
color: #BB0E44;
}
.AnyTagClassName
{
color: #BB0E44;
}
</style>
background-color css
<style>
a { background-color: #BB0E44; }
a { background-color: rgb(187,14,68); }
div.DivClassName
{
background-color: #BB0E44;
}
.BgClassName
{
background-color: #BB0E44;
}
</style>
border-color css
<style>
span { border-color: #BB0E44; }
span { border-color: rgb(187,14,68); }
td.TdClassName
{
border-color: #BB0E44;
}
.TagClassName
{
border-color: #BB0E44;
}
</style>