Shades of Cardinal #B9122D
Tints of Cardinal #B9122D
RGB
CMYK
RGB Variations
Color information
#B9122D (or 0xB9122D) is known color: Cardinal. HEX triplet: B9, 12 and 2D. RGB value is (185,18,45). Sum of RGB (Red+Green+Blue) = 185+18+45=248 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.60% from 248); Green value is 18 (7.42% from 255 or 7.26% from 248); Blue value is 45 (17.97% from 255 or 18.15% from 248); Max value from RGB is 185 - color contains mainly: red. Hex color #B9122D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9122D is #46EDD2. Grayscale: #474747. Windows color (decimal): -4648403 or 2953913. OLE color: 2953913.
HSL color Cylindrical-coordinate representation of color #B9122D: hue angle of 350.3º 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 #B9122D is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 18 | 45 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.27 |
| HSL | 350.3º | 0.82% | 0.4% | - |
| HSV(B) | 350.3º | 0.9% | 0.73% | - |
| XYZ | 20.7 | 10.94 | 3.5 | - |
| YUV | 71.01 | 113.33 | 209.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 18 | 45 | 0 | 0.90 | 0.76 | 0.27 | 350.3 | 0.82 | 0.4 |
| Hex | B9 | 12 | 2D | 0 | 5A | 4C | 1B | 15E | 52 | 28 |
| Octal | 271 | 22 | 55 | 0 | 132 | 114 | 33 | 536 | 122 | 50 |
| Binary | 10111001 | 10010 | 101101 | 0 | 1011010 | 1001100 | 11011 | 101011110 | 1010010 | 101000 |
Color Harmonies of #B9122D
Complementary color
Monochromatic Colors of #B9122D
Black with #B9122D
Text Example
Text Example
White with #B9122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9122D; }
p { color: rgb(185,18,45); }
H1.HeaderClassName
{
color: #B9122D;
}
.AnyTagClassName
{
color: #B9122D;
}
</style>
background-color css
<style>
a { background-color: #B9122D; }
a { background-color: rgb(185,18,45); }
div.DivClassName
{
background-color: #B9122D;
}
.BgClassName
{
background-color: #B9122D;
}
</style>
border-color css
<style>
span { border-color: #B9122D; }
span { border-color: rgb(185,18,45); }
td.TdClassName
{
border-color: #B9122D;
}
.TagClassName
{
border-color: #B9122D;
}
</style>