Shades of Cardinal #A9122C
Tints of Cardinal #A9122C
RGB
CMYK
RGB Variations
Color information
#A9122C (or 0xA9122C) is known color: Cardinal. HEX triplet: A9, 12 and 2C. RGB value is (169,18,44). Sum of RGB (Red+Green+Blue) = 169+18+44=231 (30% of max value = 765). Red value is 169 (66.41% from 255 or 73.16% from 231); Green value is 18 (7.42% from 255 or 7.79% from 231); Blue value is 44 (17.58% from 255 or 19.05% from 231); Max value from RGB is 169 - color contains mainly: red. Hex color #A9122C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9122C is #56EDD3. Grayscale: #424242. Windows color (decimal): -5696980 or 2888361. OLE color: 2888361.
HSL color Cylindrical-coordinate representation of color #A9122C: hue angle of 349.67º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A9122C is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 18 | 44 | - |
| CMYK | 0 | 0.89 | 0.74 | 0.34 |
| HSL | 349.67º | 0.81% | 0.37% | - |
| HSV(B) | 349.67º | 0.89% | 0.66% | - |
| XYZ | 17.03 | 9.05 | 3.23 | - |
| YUV | 66.11 | 115.53 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 18 | 44 | 0 | 0.89 | 0.74 | 0.34 | 349.67 | 0.81 | 0.37 |
| Hex | A9 | 12 | 2C | 0 | 59 | 4A | 22 | 15E | 51 | 25 |
| Octal | 251 | 22 | 54 | 0 | 131 | 112 | 42 | 536 | 121 | 45 |
| Binary | 10101001 | 10010 | 101100 | 0 | 1011001 | 1001010 | 100010 | 101011110 | 1010001 | 100101 |
Color Harmonies of #A9122C
Complementary color
Monochromatic Colors of #A9122C
Black with #A9122C
Text Example
Text Example
White with #A9122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9122C; }
p { color: rgb(169,18,44); }
H1.HeaderClassName
{
color: #A9122C;
}
.AnyTagClassName
{
color: #A9122C;
}
</style>
background-color css
<style>
a { background-color: #A9122C; }
a { background-color: rgb(169,18,44); }
div.DivClassName
{
background-color: #A9122C;
}
.BgClassName
{
background-color: #A9122C;
}
</style>
border-color css
<style>
span { border-color: #A9122C; }
span { border-color: rgb(169,18,44); }
td.TdClassName
{
border-color: #A9122C;
}
.TagClassName
{
border-color: #A9122C;
}
</style>