Shades of Cardinal #BB0E41
Tints of Cardinal #BB0E41
RGB
CMYK
RGB Variations
Color information
#BB0E41 (or 0xBB0E41) is known color: Cardinal. HEX triplet: BB, 0E and 41. RGB value is (187,14,65). Sum of RGB (Red+Green+Blue) = 187+14+65=266 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.30% from 266); Green value is 14 (5.86% from 255 or 5.26% from 266); Blue value is 65 (25.78% from 255 or 24.44% from 266); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0E41 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0E41 is #44F1BE. Grayscale: #474747. Windows color (decimal): -4518335 or 4263611. OLE color: 4263611.
HSL color Cylindrical-coordinate representation of color #BB0E41: hue angle of 342.31º 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 #BB0E41 is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 14 | 65 | - |
| CMYK | 0 | 0.93 | 0.65 | 0.27 |
| HSL | 342.31º | 0.86% | 0.39% | - |
| HSV(B) | 342.31º | 0.93% | 0.73% | - |
| XYZ | 21.6 | 11.26 | 6.04 | - |
| YUV | 71.54 | 124.31 | 210.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 14 | 65 | 0 | 0.93 | 0.65 | 0.27 | 342.31 | 0.86 | 0.39 |
| Hex | BB | E | 41 | 0 | 5D | 41 | 1B | 156 | 56 | 27 |
| Octal | 273 | 16 | 101 | 0 | 135 | 101 | 33 | 526 | 126 | 47 |
| Binary | 10111011 | 1110 | 1000001 | 0 | 1011101 | 1000001 | 11011 | 101010110 | 1010110 | 100111 |
Color Harmonies of #BB0E41
Complementary color
Monochromatic Colors of #BB0E41
Black with #BB0E41
Text Example
Text Example
White with #BB0E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0E41; }
p { color: rgb(187,14,65); }
H1.HeaderClassName
{
color: #BB0E41;
}
.AnyTagClassName
{
color: #BB0E41;
}
</style>
background-color css
<style>
a { background-color: #BB0E41; }
a { background-color: rgb(187,14,65); }
div.DivClassName
{
background-color: #BB0E41;
}
.BgClassName
{
background-color: #BB0E41;
}
</style>
border-color css
<style>
span { border-color: #BB0E41; }
span { border-color: rgb(187,14,65); }
td.TdClassName
{
border-color: #BB0E41;
}
.TagClassName
{
border-color: #BB0E41;
}
</style>