Shades of Cardinal #A9162F
Tints of Cardinal #A9162F
RGB
CMYK
RGB Variations
Color information
#A9162F (or 0xA9162F) is known color: Cardinal. HEX triplet: A9, 16 and 2F. RGB value is (169,22,47). Sum of RGB (Red+Green+Blue) = 169+22+47=238 (31% of max value = 765). Red value is 169 (66.41% from 255 or 71.01% from 238); Green value is 22 (8.98% from 255 or 9.24% from 238); Blue value is 47 (18.75% from 255 or 19.75% from 238); Max value from RGB is 169 - color contains mainly: red. Hex color #A9162F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9162F is #56E9D0. Grayscale: #444444. Windows color (decimal): -5695953 or 3085993. OLE color: 3085993.
HSL color Cylindrical-coordinate representation of color #A9162F: hue angle of 349.8º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A9162F is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 22 | 47 | - |
| CMYK | 0 | 0.87 | 0.72 | 0.34 |
| HSL | 349.8º | 0.77% | 0.37% | - |
| HSV(B) | 349.8º | 0.87% | 0.66% | - |
| XYZ | 17.16 | 9.21 | 3.56 | - |
| YUV | 68.8 | 115.7 | 199.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 22 | 47 | 0 | 0.87 | 0.72 | 0.34 | 349.8 | 0.77 | 0.37 |
| Hex | A9 | 16 | 2F | 0 | 57 | 48 | 22 | 15E | 4D | 25 |
| Octal | 251 | 26 | 57 | 0 | 127 | 110 | 42 | 536 | 115 | 45 |
| Binary | 10101001 | 10110 | 101111 | 0 | 1010111 | 1001000 | 100010 | 101011110 | 1001101 | 100101 |
Color Harmonies of #A9162F
Complementary color
Monochromatic Colors of #A9162F
Black with #A9162F
Text Example
Text Example
White with #A9162F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9162F; }
p { color: rgb(169,22,47); }
H1.HeaderClassName
{
color: #A9162F;
}
.AnyTagClassName
{
color: #A9162F;
}
</style>
background-color css
<style>
a { background-color: #A9162F; }
a { background-color: rgb(169,22,47); }
div.DivClassName
{
background-color: #A9162F;
}
.BgClassName
{
background-color: #A9162F;
}
</style>
border-color css
<style>
span { border-color: #A9162F; }
span { border-color: rgb(169,22,47); }
td.TdClassName
{
border-color: #A9162F;
}
.TagClassName
{
border-color: #A9162F;
}
</style>