Shades of Cardinal #BB112B
Tints of Cardinal #BB112B
RGB
CMYK
RGB Variations
Color information
#BB112B (or 0xBB112B) is known color: Cardinal. HEX triplet: BB, 11 and 2B. RGB value is (187,17,43). Sum of RGB (Red+Green+Blue) = 187+17+43=247 (32% of max value = 765). Red value is 187 (73.44% from 255 or 75.71% from 247); Green value is 17 (7.03% from 255 or 6.88% from 247); Blue value is 43 (17.19% from 255 or 17.41% from 247); Max value from RGB is 187 - color contains mainly: red. Hex color #BB112B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB112B is #44EED4. Grayscale: #464646. Windows color (decimal): -4517589 or 2822587. OLE color: 2822587.
HSL color Cylindrical-coordinate representation of color #BB112B: hue angle of 350.82º 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 #BB112B is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 17 | 43 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.27 |
| HSL | 350.82º | 0.83% | 0.4% | - |
| HSV(B) | 350.82º | 0.91% | 0.73% | - |
| XYZ | 21.13 | 11.14 | 3.32 | - |
| YUV | 70.79 | 112.32 | 210.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 17 | 43 | 0 | 0.91 | 0.77 | 0.27 | 350.82 | 0.83 | 0.4 |
| Hex | BB | 11 | 2B | 0 | 5B | 4D | 1B | 15F | 53 | 28 |
| Octal | 273 | 21 | 53 | 0 | 133 | 115 | 33 | 537 | 123 | 50 |
| Binary | 10111011 | 10001 | 101011 | 0 | 1011011 | 1001101 | 11011 | 101011111 | 1010011 | 101000 |
Color Harmonies of #BB112B
Complementary color
Monochromatic Colors of #BB112B
Black with #BB112B
Text Example
Text Example
White with #BB112B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB112B; }
p { color: rgb(187,17,43); }
H1.HeaderClassName
{
color: #BB112B;
}
.AnyTagClassName
{
color: #BB112B;
}
</style>
background-color css
<style>
a { background-color: #BB112B; }
a { background-color: rgb(187,17,43); }
div.DivClassName
{
background-color: #BB112B;
}
.BgClassName
{
background-color: #BB112B;
}
</style>
border-color css
<style>
span { border-color: #BB112B; }
span { border-color: rgb(187,17,43); }
td.TdClassName
{
border-color: #BB112B;
}
.TagClassName
{
border-color: #BB112B;
}
</style>