Shades of Cardinal #BB112C
Tints of Cardinal #BB112C
RGB
CMYK
RGB Variations
Color information
#BB112C (or 0xBB112C) is known color: Cardinal. HEX triplet: BB, 11 and 2C. RGB value is (187,17,44). Sum of RGB (Red+Green+Blue) = 187+17+44=248 (32% of max value = 765). Red value is 187 (73.44% from 255 or 75.40% from 248); Green value is 17 (7.03% from 255 or 6.85% from 248); Blue value is 44 (17.58% from 255 or 17.74% from 248); Max value from RGB is 187 - color contains mainly: red. Hex color #BB112C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB112C is #44EED3. Grayscale: #464646. Windows color (decimal): -4517588 or 2888123. OLE color: 2888123.
HSL color Cylindrical-coordinate representation of color #BB112C: hue angle of 350.47º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB112C is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 17 | 44 | - |
| CMYK | 0 | 0.91 | 0.76 | 0.27 |
| HSL | 350.47º | 0.83% | 0.4% | - |
| HSV(B) | 350.47º | 0.91% | 0.73% | - |
| XYZ | 21.15 | 11.15 | 3.42 | - |
| YUV | 70.91 | 112.82 | 210.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 17 | 44 | 0 | 0.91 | 0.76 | 0.27 | 350.47 | 0.83 | 0.4 |
| Hex | BB | 11 | 2C | 0 | 5B | 4C | 1B | 15E | 53 | 28 |
| Octal | 273 | 21 | 54 | 0 | 133 | 114 | 33 | 536 | 123 | 50 |
| Binary | 10111011 | 10001 | 101100 | 0 | 1011011 | 1001100 | 11011 | 101011110 | 1010011 | 101000 |
Color Harmonies of #BB112C
Complementary color
Monochromatic Colors of #BB112C
Black with #BB112C
Text Example
Text Example
White with #BB112C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB112C; }
p { color: rgb(187,17,44); }
H1.HeaderClassName
{
color: #BB112C;
}
.AnyTagClassName
{
color: #BB112C;
}
</style>
background-color css
<style>
a { background-color: #BB112C; }
a { background-color: rgb(187,17,44); }
div.DivClassName
{
background-color: #BB112C;
}
.BgClassName
{
background-color: #BB112C;
}
</style>
border-color css
<style>
span { border-color: #BB112C; }
span { border-color: rgb(187,17,44); }
td.TdClassName
{
border-color: #BB112C;
}
.TagClassName
{
border-color: #BB112C;
}
</style>