Shades of Cardinal #B9124D
Tints of Cardinal #B9124D
RGB
CMYK
RGB Variations
Color information
#B9124D (or 0xB9124D) is known color: Cardinal. HEX triplet: B9, 12 and 4D. RGB value is (185,18,77). Sum of RGB (Red+Green+Blue) = 185+18+77=280 (37% of max value = 765). Red value is 185 (72.66% from 255 or 66.07% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 77 (30.47% from 255 or 27.5% from 280); Max value from RGB is 185 - color contains mainly: red. Hex color #B9124D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9124D is #46EDB2. Grayscale: #4A4A4A. Windows color (decimal): -4648371 or 5051065. OLE color: 5051065.
HSL color Cylindrical-coordinate representation of color #B9124D: hue angle of 338.8º 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 #B9124D is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 18 | 77 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.27 |
| HSL | 338.8º | 0.82% | 0.4% | - |
| HSV(B) | 338.8º | 0.9% | 0.73% | - |
| XYZ | 21.56 | 11.28 | 8.06 | - |
| YUV | 74.66 | 129.33 | 206.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 18 | 77 | 0 | 0.90 | 0.58 | 0.27 | 338.8 | 0.82 | 0.4 |
| Hex | B9 | 12 | 4D | 0 | 5A | 3A | 1B | 153 | 52 | 28 |
| Octal | 271 | 22 | 115 | 0 | 132 | 72 | 33 | 523 | 122 | 50 |
| Binary | 10111001 | 10010 | 1001101 | 0 | 1011010 | 111010 | 11011 | 101010011 | 1010010 | 101000 |
Color Harmonies of #B9124D
Complementary color
Monochromatic Colors of #B9124D
Black with #B9124D
Text Example
Text Example
White with #B9124D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9124D; }
p { color: rgb(185,18,77); }
H1.HeaderClassName
{
color: #B9124D;
}
.AnyTagClassName
{
color: #B9124D;
}
</style>
background-color css
<style>
a { background-color: #B9124D; }
a { background-color: rgb(185,18,77); }
div.DivClassName
{
background-color: #B9124D;
}
.BgClassName
{
background-color: #B9124D;
}
</style>
border-color css
<style>
span { border-color: #B9124D; }
span { border-color: rgb(185,18,77); }
td.TdClassName
{
border-color: #B9124D;
}
.TagClassName
{
border-color: #B9124D;
}
</style>