Shades of Cardinal #BB0A2D
Tints of Cardinal #BB0A2D
RGB
CMYK
RGB Variations
Color information
#BB0A2D (or 0xBB0A2D) is known color: Cardinal. HEX triplet: BB, 0A and 2D. RGB value is (187,10,45). Sum of RGB (Red+Green+Blue) = 187+10+45=242 (32% of max value = 765). Red value is 187 (73.44% from 255 or 77.27% from 242); Green value is 10 (4.30% from 255 or 4.13% from 242); Blue value is 45 (17.97% from 255 or 18.60% from 242); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0A2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0A2D is #44F5D2. Grayscale: #424242. Windows color (decimal): -4519379 or 2951867. OLE color: 2951867.
HSL color Cylindrical-coordinate representation of color #BB0A2D: hue angle of 348.14º 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 #BB0A2D is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 10 | 45 | - |
| CMYK | 0 | 0.95 | 0.76 | 0.27 |
| HSL | 348.14º | 0.9% | 0.39% | - |
| HSV(B) | 348.14º | 0.95% | 0.73% | - |
| XYZ | 21.08 | 10.97 | 3.49 | - |
| YUV | 66.91 | 115.64 | 213.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 10 | 45 | 0 | 0.95 | 0.76 | 0.27 | 348.14 | 0.9 | 0.39 |
| Hex | BB | A | 2D | 0 | 5F | 4C | 1B | 15C | 5A | 27 |
| Octal | 273 | 12 | 55 | 0 | 137 | 114 | 33 | 534 | 132 | 47 |
| Binary | 10111011 | 1010 | 101101 | 0 | 1011111 | 1001100 | 11011 | 101011100 | 1011010 | 100111 |
Color Harmonies of #BB0A2D
Complementary color
Monochromatic Colors of #BB0A2D
Black with #BB0A2D
Text Example
Text Example
White with #BB0A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0A2D; }
p { color: rgb(187,10,45); }
H1.HeaderClassName
{
color: #BB0A2D;
}
.AnyTagClassName
{
color: #BB0A2D;
}
</style>
background-color css
<style>
a { background-color: #BB0A2D; }
a { background-color: rgb(187,10,45); }
div.DivClassName
{
background-color: #BB0A2D;
}
.BgClassName
{
background-color: #BB0A2D;
}
</style>
border-color css
<style>
span { border-color: #BB0A2D; }
span { border-color: rgb(187,10,45); }
td.TdClassName
{
border-color: #BB0A2D;
}
.TagClassName
{
border-color: #BB0A2D;
}
</style>