Shades of Cardinal #B9164D
Tints of Cardinal #B9164D
RGB
CMYK
RGB Variations
Color information
#B9164D (or 0xB9164D) is known color: Cardinal. HEX triplet: B9, 16 and 4D. RGB value is (185,22,77). Sum of RGB (Red+Green+Blue) = 185+22+77=284 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.14% from 284); Green value is 22 (8.98% from 255 or 7.75% from 284); Blue value is 77 (30.47% from 255 or 27.11% from 284); Max value from RGB is 185 - color contains mainly: red. Hex color #B9164D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9164D is #46E9B2. Grayscale: #4C4C4C. Windows color (decimal): -4647347 or 5052089. OLE color: 5052089.
HSL color Cylindrical-coordinate representation of color #B9164D: hue angle of 339.75º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B9164D is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 22 | 77 | - |
| CMYK | 0 | 0.88 | 0.58 | 0.27 |
| HSL | 339.75º | 0.79% | 0.41% | - |
| HSV(B) | 339.75º | 0.88% | 0.73% | - |
| XYZ | 21.63 | 11.42 | 8.09 | - |
| YUV | 77.01 | 128 | 205.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 22 | 77 | 0 | 0.88 | 0.58 | 0.27 | 339.75 | 0.79 | 0.41 |
| Hex | B9 | 16 | 4D | 0 | 58 | 3A | 1B | 154 | 4F | 29 |
| Octal | 271 | 26 | 115 | 0 | 130 | 72 | 33 | 524 | 117 | 51 |
| Binary | 10111001 | 10110 | 1001101 | 0 | 1011000 | 111010 | 11011 | 101010100 | 1001111 | 101001 |
Color Harmonies of #B9164D
Complementary color
Monochromatic Colors of #B9164D
Black with #B9164D
Text Example
Text Example
White with #B9164D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9164D; }
p { color: rgb(185,22,77); }
H1.HeaderClassName
{
color: #B9164D;
}
.AnyTagClassName
{
color: #B9164D;
}
</style>
background-color css
<style>
a { background-color: #B9164D; }
a { background-color: rgb(185,22,77); }
div.DivClassName
{
background-color: #B9164D;
}
.BgClassName
{
background-color: #B9164D;
}
</style>
border-color css
<style>
span { border-color: #B9164D; }
span { border-color: rgb(185,22,77); }
td.TdClassName
{
border-color: #B9164D;
}
.TagClassName
{
border-color: #B9164D;
}
</style>