Shades of Cardinal #BB0239
Tints of Cardinal #BB0239
RGB
CMYK
RGB Variations
Color information
#BB0239 (or 0xBB0239) is known color: Cardinal. HEX triplet: BB, 02 and 39. RGB value is (187,2,57). Sum of RGB (Red+Green+Blue) = 187+2+57=246 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.02% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 57 (22.66% from 255 or 23.17% from 246); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0239 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0239 is #44FDC6. Grayscale: #3F3F3F. Windows color (decimal): -4521415 or 3736251. OLE color: 3736251.
HSL color Cylindrical-coordinate representation of color #BB0239: hue angle of 342.16º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB0239 is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 2 | 57 | - |
| CMYK | 0 | 0.99 | 0.70 | 0.27 |
| HSL | 342.16º | 0.98% | 0.37% | - |
| HSV(B) | 342.16º | 0.99% | 0.73% | - |
| XYZ | 21.25 | 10.9 | 4.86 | - |
| YUV | 63.59 | 124.29 | 216.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 2 | 57 | 0 | 0.99 | 0.70 | 0.27 | 342.16 | 0.98 | 0.37 |
| Hex | BB | 2 | 39 | 0 | 63 | 46 | 1B | 156 | 62 | 25 |
| Octal | 273 | 2 | 71 | 0 | 143 | 106 | 33 | 526 | 142 | 45 |
| Binary | 10111011 | 10 | 111001 | 0 | 1100011 | 1000110 | 11011 | 101010110 | 1100010 | 100101 |
Color Harmonies of #BB0239
Complementary color
Monochromatic Colors of #BB0239
Black with #BB0239
Text Example
Text Example
White with #BB0239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0239; }
p { color: rgb(187,2,57); }
H1.HeaderClassName
{
color: #BB0239;
}
.AnyTagClassName
{
color: #BB0239;
}
</style>
background-color css
<style>
a { background-color: #BB0239; }
a { background-color: rgb(187,2,57); }
div.DivClassName
{
background-color: #BB0239;
}
.BgClassName
{
background-color: #BB0239;
}
</style>
border-color css
<style>
span { border-color: #BB0239; }
span { border-color: rgb(187,2,57); }
td.TdClassName
{
border-color: #BB0239;
}
.TagClassName
{
border-color: #BB0239;
}
</style>