Shades of Cardinal #B9114D
Tints of Cardinal #B9114D
RGB
CMYK
RGB Variations
Color information
#B9114D (or 0xB9114D) is known color: Cardinal. HEX triplet: B9, 11 and 4D. RGB value is (185,17,77). Sum of RGB (Red+Green+Blue) = 185+17+77=279 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.31% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 77 (30.47% from 255 or 27.60% from 279); Max value from RGB is 185 - color contains mainly: red. Hex color #B9114D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9114D is #46EEB2. Grayscale: #4A4A4A. Windows color (decimal): -4648627 or 5050809. OLE color: 5050809.
HSL color Cylindrical-coordinate representation of color #B9114D: hue angle of 338.57º 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 #B9114D is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 17 | 77 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.27 |
| HSL | 338.57º | 0.83% | 0.4% | - |
| HSV(B) | 338.57º | 0.91% | 0.73% | - |
| XYZ | 21.55 | 11.25 | 8.06 | - |
| YUV | 74.07 | 129.66 | 207.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 17 | 77 | 0 | 0.91 | 0.58 | 0.27 | 338.57 | 0.83 | 0.4 |
| Hex | B9 | 11 | 4D | 0 | 5B | 3A | 1B | 153 | 53 | 28 |
| Octal | 271 | 21 | 115 | 0 | 133 | 72 | 33 | 523 | 123 | 50 |
| Binary | 10111001 | 10001 | 1001101 | 0 | 1011011 | 111010 | 11011 | 101010011 | 1010011 | 101000 |
Color Harmonies of #B9114D
Complementary color
Monochromatic Colors of #B9114D
Black with #B9114D
Text Example
Text Example
White with #B9114D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9114D; }
p { color: rgb(185,17,77); }
H1.HeaderClassName
{
color: #B9114D;
}
.AnyTagClassName
{
color: #B9114D;
}
</style>
background-color css
<style>
a { background-color: #B9114D; }
a { background-color: rgb(185,17,77); }
div.DivClassName
{
background-color: #B9114D;
}
.BgClassName
{
background-color: #B9114D;
}
</style>
border-color css
<style>
span { border-color: #B9114D; }
span { border-color: rgb(185,17,77); }
td.TdClassName
{
border-color: #B9114D;
}
.TagClassName
{
border-color: #B9114D;
}
</style>