Shades of Cardinal #BB0232
Tints of Cardinal #BB0232
RGB
CMYK
RGB Variations
Color information
#BB0232 (or 0xBB0232) is known color: Cardinal. HEX triplet: BB, 02 and 32. RGB value is (187,2,50). Sum of RGB (Red+Green+Blue) = 187+2+50=239 (31% of max value = 765). Red value is 187 (73.44% from 255 or 78.24% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 50 (19.92% from 255 or 20.92% from 239); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0232 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0232 is #44FDCD. Grayscale: #3E3E3E. Windows color (decimal): -4521422 or 3277499. OLE color: 3277499.
HSL color Cylindrical-coordinate representation of color #BB0232: hue angle of 344.43º 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 #BB0232 is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 2 | 50 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.27 |
| HSL | 344.43º | 0.98% | 0.37% | - |
| HSV(B) | 344.43º | 0.99% | 0.73% | - |
| XYZ | 21.09 | 10.84 | 4 | - |
| YUV | 62.79 | 120.79 | 216.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 2 | 50 | 0 | 0.99 | 0.73 | 0.27 | 344.43 | 0.98 | 0.37 |
| Hex | BB | 2 | 32 | 0 | 63 | 49 | 1B | 158 | 62 | 25 |
| Octal | 273 | 2 | 62 | 0 | 143 | 111 | 33 | 530 | 142 | 45 |
| Binary | 10111011 | 10 | 110010 | 0 | 1100011 | 1001001 | 11011 | 101011000 | 1100010 | 100101 |
Color Harmonies of #BB0232
Complementary color
Monochromatic Colors of #BB0232
Black with #BB0232
Text Example
Text Example
White with #BB0232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0232; }
p { color: rgb(187,2,50); }
H1.HeaderClassName
{
color: #BB0232;
}
.AnyTagClassName
{
color: #BB0232;
}
</style>
background-color css
<style>
a { background-color: #BB0232; }
a { background-color: rgb(187,2,50); }
div.DivClassName
{
background-color: #BB0232;
}
.BgClassName
{
background-color: #BB0232;
}
</style>
border-color css
<style>
span { border-color: #BB0232; }
span { border-color: rgb(187,2,50); }
td.TdClassName
{
border-color: #BB0232;
}
.TagClassName
{
border-color: #BB0232;
}
</style>