Shades of Cardinal #BB0E2B
Tints of Cardinal #BB0E2B
RGB
CMYK
RGB Variations
Color information
#BB0E2B (or 0xBB0E2B) is known color: Cardinal. HEX triplet: BB, 0E and 2B. RGB value is (187,14,43). Sum of RGB (Red+Green+Blue) = 187+14+43=244 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.64% from 244); Green value is 14 (5.86% from 255 or 5.74% from 244); Blue value is 43 (17.19% from 255 or 17.62% from 244); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0E2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0E2B is #44F1D4. Grayscale: #454545. Windows color (decimal): -4518357 or 2821819. OLE color: 2821819.
HSL color Cylindrical-coordinate representation of color #BB0E2B: hue angle of 349.94º 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 #BB0E2B is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 14 | 43 | - |
| CMYK | 0 | 0.93 | 0.77 | 0.27 |
| HSL | 349.94º | 0.86% | 0.39% | - |
| HSV(B) | 349.94º | 0.93% | 0.73% | - |
| XYZ | 21.09 | 11.05 | 3.31 | - |
| YUV | 69.03 | 113.31 | 212.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 14 | 43 | 0 | 0.93 | 0.77 | 0.27 | 349.94 | 0.86 | 0.39 |
| Hex | BB | E | 2B | 0 | 5D | 4D | 1B | 15E | 56 | 27 |
| Octal | 273 | 16 | 53 | 0 | 135 | 115 | 33 | 536 | 126 | 47 |
| Binary | 10111011 | 1110 | 101011 | 0 | 1011101 | 1001101 | 11011 | 101011110 | 1010110 | 100111 |
Color Harmonies of #BB0E2B
Complementary color
Monochromatic Colors of #BB0E2B
Black with #BB0E2B
Text Example
Text Example
White with #BB0E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0E2B; }
p { color: rgb(187,14,43); }
H1.HeaderClassName
{
color: #BB0E2B;
}
.AnyTagClassName
{
color: #BB0E2B;
}
</style>
background-color css
<style>
a { background-color: #BB0E2B; }
a { background-color: rgb(187,14,43); }
div.DivClassName
{
background-color: #BB0E2B;
}
.BgClassName
{
background-color: #BB0E2B;
}
</style>
border-color css
<style>
span { border-color: #BB0E2B; }
span { border-color: rgb(187,14,43); }
td.TdClassName
{
border-color: #BB0E2B;
}
.TagClassName
{
border-color: #BB0E2B;
}
</style>