Shades of Cardinal #A9173D
Tints of Cardinal #A9173D
RGB
CMYK
RGB Variations
Color information
#A9173D (or 0xA9173D) is known color: Cardinal. HEX triplet: A9, 17 and 3D. RGB value is (169,23,61). Sum of RGB (Red+Green+Blue) = 169+23+61=253 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.80% from 253); Green value is 23 (9.38% from 255 or 9.09% from 253); Blue value is 61 (24.22% from 255 or 24.11% from 253); Max value from RGB is 169 - color contains mainly: red. Hex color #A9173D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9173D is #56E8C2. Grayscale: #464646. Windows color (decimal): -5695683 or 4003753. OLE color: 4003753.
HSL color Cylindrical-coordinate representation of color #A9173D: hue angle of 344.38º 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 #A9173D is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 23 | 61 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.34 |
| HSL | 344.38º | 0.76% | 0.38% | - |
| HSV(B) | 344.38º | 0.86% | 0.66% | - |
| XYZ | 17.51 | 9.38 | 5.3 | - |
| YUV | 70.99 | 122.37 | 197.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 23 | 61 | 0 | 0.86 | 0.64 | 0.34 | 344.38 | 0.76 | 0.38 |
| Hex | A9 | 17 | 3D | 0 | 56 | 40 | 22 | 158 | 4C | 26 |
| Octal | 251 | 27 | 75 | 0 | 126 | 100 | 42 | 530 | 114 | 46 |
| Binary | 10101001 | 10111 | 111101 | 0 | 1010110 | 1000000 | 100010 | 101011000 | 1001100 | 100110 |
Color Harmonies of #A9173D
Complementary color
Monochromatic Colors of #A9173D
Black with #A9173D
Text Example
Text Example
White with #A9173D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9173D; }
p { color: rgb(169,23,61); }
H1.HeaderClassName
{
color: #A9173D;
}
.AnyTagClassName
{
color: #A9173D;
}
</style>
background-color css
<style>
a { background-color: #A9173D; }
a { background-color: rgb(169,23,61); }
div.DivClassName
{
background-color: #A9173D;
}
.BgClassName
{
background-color: #A9173D;
}
</style>
border-color css
<style>
span { border-color: #A9173D; }
span { border-color: rgb(169,23,61); }
td.TdClassName
{
border-color: #A9173D;
}
.TagClassName
{
border-color: #A9173D;
}
</style>