Shades of Cardinal #BB0A2B
Tints of Cardinal #BB0A2B
RGB
CMYK
RGB Variations
Color information
#BB0A2B (or 0xBB0A2B) is known color: Cardinal. HEX triplet: BB, 0A and 2B. RGB value is (187,10,43). Sum of RGB (Red+Green+Blue) = 187+10+43=240 (31% of max value = 765). Red value is 187 (73.44% from 255 or 77.92% from 240); Green value is 10 (4.30% from 255 or 4.17% from 240); Blue value is 43 (17.19% from 255 or 17.92% from 240); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0A2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0A2B is #44F5D4. Grayscale: #424242. Windows color (decimal): -4519381 or 2820795. OLE color: 2820795.
HSL color Cylindrical-coordinate representation of color #BB0A2B: hue angle of 348.81º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB0A2B is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 10 | 43 | - |
| CMYK | 0 | 0.95 | 0.77 | 0.27 |
| HSL | 348.81º | 0.9% | 0.39% | - |
| HSV(B) | 348.81º | 0.95% | 0.73% | - |
| XYZ | 21.04 | 10.96 | 3.29 | - |
| YUV | 66.69 | 114.64 | 213.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 10 | 43 | 0 | 0.95 | 0.77 | 0.27 | 348.81 | 0.9 | 0.39 |
| Hex | BB | A | 2B | 0 | 5F | 4D | 1B | 15D | 5A | 27 |
| Octal | 273 | 12 | 53 | 0 | 137 | 115 | 33 | 535 | 132 | 47 |
| Binary | 10111011 | 1010 | 101011 | 0 | 1011111 | 1001101 | 11011 | 101011101 | 1011010 | 100111 |
Color Harmonies of #BB0A2B
Complementary color
Monochromatic Colors of #BB0A2B
Black with #BB0A2B
Text Example
Text Example
White with #BB0A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0A2B; }
p { color: rgb(187,10,43); }
H1.HeaderClassName
{
color: #BB0A2B;
}
.AnyTagClassName
{
color: #BB0A2B;
}
</style>
background-color css
<style>
a { background-color: #BB0A2B; }
a { background-color: rgb(187,10,43); }
div.DivClassName
{
background-color: #BB0A2B;
}
.BgClassName
{
background-color: #BB0A2B;
}
</style>
border-color css
<style>
span { border-color: #BB0A2B; }
span { border-color: rgb(187,10,43); }
td.TdClassName
{
border-color: #BB0A2B;
}
.TagClassName
{
border-color: #BB0A2B;
}
</style>