Shades of Cardinal #BB0B2D
Tints of Cardinal #BB0B2D
RGB
CMYK
RGB Variations
Color information
#BB0B2D (or 0xBB0B2D) is known color: Cardinal. HEX triplet: BB, 0B and 2D. RGB value is (187,11,45). Sum of RGB (Red+Green+Blue) = 187+11+45=243 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.95% from 243); Green value is 11 (4.69% from 255 or 4.53% from 243); Blue value is 45 (17.97% from 255 or 18.52% from 243); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0B2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0B2D is #44F4D2. Grayscale: #434343. Windows color (decimal): -4519123 or 2952123. OLE color: 2952123.
HSL color Cylindrical-coordinate representation of color #BB0B2D: hue angle of 348.41º 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 #BB0B2D is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 11 | 45 | - |
| CMYK | 0 | 0.94 | 0.76 | 0.27 |
| HSL | 348.41º | 0.89% | 0.39% | - |
| HSV(B) | 348.41º | 0.94% | 0.73% | - |
| XYZ | 21.09 | 10.99 | 3.49 | - |
| YUV | 67.5 | 115.31 | 213.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 11 | 45 | 0 | 0.94 | 0.76 | 0.27 | 348.41 | 0.89 | 0.39 |
| Hex | BB | B | 2D | 0 | 5E | 4C | 1B | 15C | 59 | 27 |
| Octal | 273 | 13 | 55 | 0 | 136 | 114 | 33 | 534 | 131 | 47 |
| Binary | 10111011 | 1011 | 101101 | 0 | 1011110 | 1001100 | 11011 | 101011100 | 1011001 | 100111 |
Color Harmonies of #BB0B2D
Complementary color
Monochromatic Colors of #BB0B2D
Black with #BB0B2D
Text Example
Text Example
White with #BB0B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0B2D; }
p { color: rgb(187,11,45); }
H1.HeaderClassName
{
color: #BB0B2D;
}
.AnyTagClassName
{
color: #BB0B2D;
}
</style>
background-color css
<style>
a { background-color: #BB0B2D; }
a { background-color: rgb(187,11,45); }
div.DivClassName
{
background-color: #BB0B2D;
}
.BgClassName
{
background-color: #BB0B2D;
}
</style>
border-color css
<style>
span { border-color: #BB0B2D; }
span { border-color: rgb(187,11,45); }
td.TdClassName
{
border-color: #BB0B2D;
}
.TagClassName
{
border-color: #BB0B2D;
}
</style>