Shades of Cardinal #BB0E3A
Tints of Cardinal #BB0E3A
RGB
CMYK
RGB Variations
Color information
#BB0E3A (or 0xBB0E3A) is known color: Cardinal. HEX triplet: BB, 0E and 3A. RGB value is (187,14,58). Sum of RGB (Red+Green+Blue) = 187+14+58=259 (34% of max value = 765). Red value is 187 (73.44% from 255 or 72.20% from 259); Green value is 14 (5.86% from 255 or 5.41% from 259); Blue value is 58 (23.05% from 255 or 22.39% from 259); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0E3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0E3A is #44F1C5. Grayscale: #464646. Windows color (decimal): -4518342 or 3804859. OLE color: 3804859.
HSL color Cylindrical-coordinate representation of color #BB0E3A: hue angle of 344.74º 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 #BB0E3A is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 14 | 58 | - |
| CMYK | 0 | 0.93 | 0.69 | 0.27 |
| HSL | 344.74º | 0.86% | 0.39% | - |
| HSV(B) | 344.74º | 0.93% | 0.73% | - |
| XYZ | 21.41 | 11.18 | 5.03 | - |
| YUV | 70.74 | 120.81 | 210.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 14 | 58 | 0 | 0.93 | 0.69 | 0.27 | 344.74 | 0.86 | 0.39 |
| Hex | BB | E | 3A | 0 | 5D | 45 | 1B | 159 | 56 | 27 |
| Octal | 273 | 16 | 72 | 0 | 135 | 105 | 33 | 531 | 126 | 47 |
| Binary | 10111011 | 1110 | 111010 | 0 | 1011101 | 1000101 | 11011 | 101011001 | 1010110 | 100111 |
Color Harmonies of #BB0E3A
Complementary color
Monochromatic Colors of #BB0E3A
Black with #BB0E3A
Text Example
Text Example
White with #BB0E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0E3A; }
p { color: rgb(187,14,58); }
H1.HeaderClassName
{
color: #BB0E3A;
}
.AnyTagClassName
{
color: #BB0E3A;
}
</style>
background-color css
<style>
a { background-color: #BB0E3A; }
a { background-color: rgb(187,14,58); }
div.DivClassName
{
background-color: #BB0E3A;
}
.BgClassName
{
background-color: #BB0E3A;
}
</style>
border-color css
<style>
span { border-color: #BB0E3A; }
span { border-color: rgb(187,14,58); }
td.TdClassName
{
border-color: #BB0E3A;
}
.TagClassName
{
border-color: #BB0E3A;
}
</style>