Shades of Cardinal #BB0B40
Tints of Cardinal #BB0B40
RGB
CMYK
RGB Variations
Color information
#BB0B40 (or 0xBB0B40) is known color: Cardinal. HEX triplet: BB, 0B and 40. RGB value is (187,11,64). Sum of RGB (Red+Green+Blue) = 187+11+64=262 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.37% from 262); Green value is 11 (4.69% from 255 or 4.20% from 262); Blue value is 64 (25.39% from 255 or 24.43% from 262); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0B40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0B40 is #44F4BF. Grayscale: #454545. Windows color (decimal): -4519104 or 4197307. OLE color: 4197307.
HSL color Cylindrical-coordinate representation of color #BB0B40: hue angle of 341.93º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB0B40 is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 11 | 64 | - |
| CMYK | 0 | 0.94 | 0.66 | 0.27 |
| HSL | 341.93º | 0.89% | 0.39% | - |
| HSV(B) | 341.93º | 0.94% | 0.73% | - |
| XYZ | 21.54 | 11.17 | 5.87 | - |
| YUV | 69.67 | 124.81 | 211.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 11 | 64 | 0 | 0.94 | 0.66 | 0.27 | 341.93 | 0.89 | 0.39 |
| Hex | BB | B | 40 | 0 | 5E | 42 | 1B | 156 | 59 | 27 |
| Octal | 273 | 13 | 100 | 0 | 136 | 102 | 33 | 526 | 131 | 47 |
| Binary | 10111011 | 1011 | 1000000 | 0 | 1011110 | 1000010 | 11011 | 101010110 | 1011001 | 100111 |
Color Harmonies of #BB0B40
Complementary color
Monochromatic Colors of #BB0B40
Black with #BB0B40
Text Example
Text Example
White with #BB0B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0B40; }
p { color: rgb(187,11,64); }
H1.HeaderClassName
{
color: #BB0B40;
}
.AnyTagClassName
{
color: #BB0B40;
}
</style>
background-color css
<style>
a { background-color: #BB0B40; }
a { background-color: rgb(187,11,64); }
div.DivClassName
{
background-color: #BB0B40;
}
.BgClassName
{
background-color: #BB0B40;
}
</style>
border-color css
<style>
span { border-color: #BB0B40; }
span { border-color: rgb(187,11,64); }
td.TdClassName
{
border-color: #BB0B40;
}
.TagClassName
{
border-color: #BB0B40;
}
</style>