Shades of Cardinal #BB112A
Tints of Cardinal #BB112A
RGB
CMYK
RGB Variations
Color information
#BB112A (or 0xBB112A) is known color: Cardinal. HEX triplet: BB, 11 and 2A. RGB value is (187,17,42). Sum of RGB (Red+Green+Blue) = 187+17+42=246 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.02% from 246); Green value is 17 (7.03% from 255 or 6.91% from 246); Blue value is 42 (16.80% from 255 or 17.07% from 246); Max value from RGB is 187 - color contains mainly: red. Hex color #BB112A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB112A is #44EED5. Grayscale: #464646. Windows color (decimal): -4517590 or 2757051. OLE color: 2757051.
HSL color Cylindrical-coordinate representation of color #BB112A: hue angle of 351.18º 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 #BB112A is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 17 | 42 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.27 |
| HSL | 351.18º | 0.83% | 0.4% | - |
| HSV(B) | 351.18º | 0.91% | 0.73% | - |
| XYZ | 21.11 | 11.13 | 3.23 | - |
| YUV | 70.68 | 111.82 | 210.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 17 | 42 | 0 | 0.91 | 0.78 | 0.27 | 351.18 | 0.83 | 0.4 |
| Hex | BB | 11 | 2A | 0 | 5B | 4E | 1B | 15F | 53 | 28 |
| Octal | 273 | 21 | 52 | 0 | 133 | 116 | 33 | 537 | 123 | 50 |
| Binary | 10111011 | 10001 | 101010 | 0 | 1011011 | 1001110 | 11011 | 101011111 | 1010011 | 101000 |
Color Harmonies of #BB112A
Complementary color
Monochromatic Colors of #BB112A
Black with #BB112A
Text Example
Text Example
White with #BB112A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB112A; }
p { color: rgb(187,17,42); }
H1.HeaderClassName
{
color: #BB112A;
}
.AnyTagClassName
{
color: #BB112A;
}
</style>
background-color css
<style>
a { background-color: #BB112A; }
a { background-color: rgb(187,17,42); }
div.DivClassName
{
background-color: #BB112A;
}
.BgClassName
{
background-color: #BB112A;
}
</style>
border-color css
<style>
span { border-color: #BB112A; }
span { border-color: rgb(187,17,42); }
td.TdClassName
{
border-color: #BB112A;
}
.TagClassName
{
border-color: #BB112A;
}
</style>