Shades of Cardinal #A9173A
Tints of Cardinal #A9173A
RGB
CMYK
RGB Variations
Color information
#A9173A (or 0xA9173A) is known color: Cardinal. HEX triplet: A9, 17 and 3A. RGB value is (169,23,58). Sum of RGB (Red+Green+Blue) = 169+23+58=250 (33% of max value = 765). Red value is 169 (66.41% from 255 or 67.6% from 250); Green value is 23 (9.38% from 255 or 9.2% from 250); Blue value is 58 (23.05% from 255 or 23.2% from 250); Max value from RGB is 169 - color contains mainly: red. Hex color #A9173A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9173A is #56E8C5. Grayscale: #464646. Windows color (decimal): -5695686 or 3807145. OLE color: 3807145.
HSL color Cylindrical-coordinate representation of color #A9173A: hue angle of 345.62º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A9173A is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 23 | 58 | - |
| CMYK | 0 | 0.86 | 0.66 | 0.34 |
| HSL | 345.62º | 0.76% | 0.38% | - |
| HSV(B) | 345.62º | 0.86% | 0.66% | - |
| XYZ | 17.43 | 9.35 | 4.89 | - |
| YUV | 70.64 | 120.87 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 23 | 58 | 0 | 0.86 | 0.66 | 0.34 | 345.62 | 0.76 | 0.38 |
| Hex | A9 | 17 | 3A | 0 | 56 | 42 | 22 | 15A | 4C | 26 |
| Octal | 251 | 27 | 72 | 0 | 126 | 102 | 42 | 532 | 114 | 46 |
| Binary | 10101001 | 10111 | 111010 | 0 | 1010110 | 1000010 | 100010 | 101011010 | 1001100 | 100110 |
Color Harmonies of #A9173A
Complementary color
Monochromatic Colors of #A9173A
Black with #A9173A
Text Example
Text Example
White with #A9173A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9173A; }
p { color: rgb(169,23,58); }
H1.HeaderClassName
{
color: #A9173A;
}
.AnyTagClassName
{
color: #A9173A;
}
</style>
background-color css
<style>
a { background-color: #A9173A; }
a { background-color: rgb(169,23,58); }
div.DivClassName
{
background-color: #A9173A;
}
.BgClassName
{
background-color: #A9173A;
}
</style>
border-color css
<style>
span { border-color: #A9173A; }
span { border-color: rgb(169,23,58); }
td.TdClassName
{
border-color: #A9173A;
}
.TagClassName
{
border-color: #A9173A;
}
</style>