Shades of Cardinal #A9112D
Tints of Cardinal #A9112D
RGB
CMYK
RGB Variations
Color information
#A9112D (or 0xA9112D) is known color: Cardinal. HEX triplet: A9, 11 and 2D. RGB value is (169,17,45). Sum of RGB (Red+Green+Blue) = 169+17+45=231 (30% of max value = 765). Red value is 169 (66.41% from 255 or 73.16% from 231); Green value is 17 (7.03% from 255 or 7.36% from 231); Blue value is 45 (17.97% from 255 or 19.48% from 231); Max value from RGB is 169 - color contains mainly: red. Hex color #A9112D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9112D is #56EED2. Grayscale: #414141. Windows color (decimal): -5697235 or 2953641. OLE color: 2953641.
HSL color Cylindrical-coordinate representation of color #A9112D: hue angle of 348.95º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A9112D is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 17 | 45 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.34 |
| HSL | 348.95º | 0.82% | 0.36% | - |
| HSV(B) | 348.95º | 0.9% | 0.66% | - |
| XYZ | 17.04 | 9.03 | 3.33 | - |
| YUV | 65.64 | 116.36 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 17 | 45 | 0 | 0.90 | 0.73 | 0.34 | 348.95 | 0.82 | 0.36 |
| Hex | A9 | 11 | 2D | 0 | 5A | 49 | 22 | 15D | 52 | 24 |
| Octal | 251 | 21 | 55 | 0 | 132 | 111 | 42 | 535 | 122 | 44 |
| Binary | 10101001 | 10001 | 101101 | 0 | 1011010 | 1001001 | 100010 | 101011101 | 1010010 | 100100 |
Color Harmonies of #A9112D
Complementary color
Monochromatic Colors of #A9112D
Black with #A9112D
Text Example
Text Example
White with #A9112D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9112D; }
p { color: rgb(169,17,45); }
H1.HeaderClassName
{
color: #A9112D;
}
.AnyTagClassName
{
color: #A9112D;
}
</style>
background-color css
<style>
a { background-color: #A9112D; }
a { background-color: rgb(169,17,45); }
div.DivClassName
{
background-color: #A9112D;
}
.BgClassName
{
background-color: #A9112D;
}
</style>
border-color css
<style>
span { border-color: #A9112D; }
span { border-color: rgb(169,17,45); }
td.TdClassName
{
border-color: #A9112D;
}
.TagClassName
{
border-color: #A9112D;
}
</style>