Shades of Cardinal #BB0D37
Tints of Cardinal #BB0D37
RGB
CMYK
RGB Variations
Color information
#BB0D37 (or 0xBB0D37) is known color: Cardinal. HEX triplet: BB, 0D and 37. RGB value is (187,13,55). Sum of RGB (Red+Green+Blue) = 187+13+55=255 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.33% from 255); Green value is 13 (5.47% from 255 or 5.10% from 255); Blue value is 55 (21.88% from 255 or 21.57% from 255); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0D37 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0D37 is #44F2C8. Grayscale: #454545. Windows color (decimal): -4518601 or 3607995. OLE color: 3607995.
HSL color Cylindrical-coordinate representation of color #BB0D37: hue angle of 345.52º degrees, saturation: 0.87, 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 #BB0D37 is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 13 | 55 | - |
| CMYK | 0 | 0.93 | 0.71 | 0.27 |
| HSL | 345.52º | 0.87% | 0.39% | - |
| HSV(B) | 345.52º | 0.93% | 0.73% | - |
| XYZ | 21.33 | 11.13 | 4.64 | - |
| YUV | 69.81 | 119.65 | 211.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 13 | 55 | 0 | 0.93 | 0.71 | 0.27 | 345.52 | 0.87 | 0.39 |
| Hex | BB | D | 37 | 0 | 5D | 47 | 1B | 15A | 57 | 27 |
| Octal | 273 | 15 | 67 | 0 | 135 | 107 | 33 | 532 | 127 | 47 |
| Binary | 10111011 | 1101 | 110111 | 0 | 1011101 | 1000111 | 11011 | 101011010 | 1010111 | 100111 |
Color Harmonies of #BB0D37
Complementary color
Monochromatic Colors of #BB0D37
Black with #BB0D37
Text Example
Text Example
White with #BB0D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0D37; }
p { color: rgb(187,13,55); }
H1.HeaderClassName
{
color: #BB0D37;
}
.AnyTagClassName
{
color: #BB0D37;
}
</style>
background-color css
<style>
a { background-color: #BB0D37; }
a { background-color: rgb(187,13,55); }
div.DivClassName
{
background-color: #BB0D37;
}
.BgClassName
{
background-color: #BB0D37;
}
</style>
border-color css
<style>
span { border-color: #BB0D37; }
span { border-color: rgb(187,13,55); }
td.TdClassName
{
border-color: #BB0D37;
}
.TagClassName
{
border-color: #BB0D37;
}
</style>