Shades of Cardinal #B9122C
Tints of Cardinal #B9122C
RGB
CMYK
RGB Variations
Color information
#B9122C (or 0xB9122C) is known color: Cardinal. HEX triplet: B9, 12 and 2C. RGB value is (185,18,44). Sum of RGB (Red+Green+Blue) = 185+18+44=247 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.90% from 247); Green value is 18 (7.42% from 255 or 7.29% from 247); Blue value is 44 (17.58% from 255 or 17.81% from 247); Max value from RGB is 185 - color contains mainly: red. Hex color #B9122C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9122C is #46EDD3. Grayscale: #464646. Windows color (decimal): -4648404 or 2888377. OLE color: 2888377.
HSL color Cylindrical-coordinate representation of color #B9122C: hue angle of 350.66º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B9122C is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 18 | 44 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.27 |
| HSL | 350.66º | 0.82% | 0.4% | - |
| HSV(B) | 350.66º | 0.9% | 0.73% | - |
| XYZ | 20.68 | 10.93 | 3.4 | - |
| YUV | 70.9 | 112.83 | 209.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 18 | 44 | 0 | 0.90 | 0.76 | 0.27 | 350.66 | 0.82 | 0.4 |
| Hex | B9 | 12 | 2C | 0 | 5A | 4C | 1B | 15F | 52 | 28 |
| Octal | 271 | 22 | 54 | 0 | 132 | 114 | 33 | 537 | 122 | 50 |
| Binary | 10111001 | 10010 | 101100 | 0 | 1011010 | 1001100 | 11011 | 101011111 | 1010010 | 101000 |
Color Harmonies of #B9122C
Complementary color
Monochromatic Colors of #B9122C
Black with #B9122C
Text Example
Text Example
White with #B9122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9122C; }
p { color: rgb(185,18,44); }
H1.HeaderClassName
{
color: #B9122C;
}
.AnyTagClassName
{
color: #B9122C;
}
</style>
background-color css
<style>
a { background-color: #B9122C; }
a { background-color: rgb(185,18,44); }
div.DivClassName
{
background-color: #B9122C;
}
.BgClassName
{
background-color: #B9122C;
}
</style>
border-color css
<style>
span { border-color: #B9122C; }
span { border-color: rgb(185,18,44); }
td.TdClassName
{
border-color: #B9122C;
}
.TagClassName
{
border-color: #B9122C;
}
</style>