Shades of Cardinal #A9193C
Tints of Cardinal #A9193C
RGB
CMYK
RGB Variations
Color information
#A9193C (or 0xA9193C) is known color: Cardinal. HEX triplet: A9, 19 and 3C. RGB value is (169,25,60). Sum of RGB (Red+Green+Blue) = 169+25+60=254 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.54% from 254); Green value is 25 (10.16% from 255 or 9.84% from 254); Blue value is 60 (23.83% from 255 or 23.62% from 254); Max value from RGB is 169 - color contains mainly: red. Hex color #A9193C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9193C is #56E6C3. Grayscale: #484848. Windows color (decimal): -5695172 or 3938729. OLE color: 3938729.
HSL color Cylindrical-coordinate representation of color #A9193C: hue angle of 345.42º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A9193C is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 25 | 60 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.34 |
| HSL | 345.42º | 0.74% | 0.38% | - |
| HSV(B) | 345.42º | 0.85% | 0.66% | - |
| XYZ | 17.53 | 9.46 | 5.18 | - |
| YUV | 72.05 | 121.21 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 25 | 60 | 0 | 0.85 | 0.64 | 0.34 | 345.42 | 0.74 | 0.38 |
| Hex | A9 | 19 | 3C | 0 | 55 | 40 | 22 | 159 | 4A | 26 |
| Octal | 251 | 31 | 74 | 0 | 125 | 100 | 42 | 531 | 112 | 46 |
| Binary | 10101001 | 11001 | 111100 | 0 | 1010101 | 1000000 | 100010 | 101011001 | 1001010 | 100110 |
Color Harmonies of #A9193C
Complementary color
Monochromatic Colors of #A9193C
Black with #A9193C
Text Example
Text Example
White with #A9193C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9193C; }
p { color: rgb(169,25,60); }
H1.HeaderClassName
{
color: #A9193C;
}
.AnyTagClassName
{
color: #A9193C;
}
</style>
background-color css
<style>
a { background-color: #A9193C; }
a { background-color: rgb(169,25,60); }
div.DivClassName
{
background-color: #A9193C;
}
.BgClassName
{
background-color: #A9193C;
}
</style>
border-color css
<style>
span { border-color: #A9193C; }
span { border-color: rgb(169,25,60); }
td.TdClassName
{
border-color: #A9193C;
}
.TagClassName
{
border-color: #A9193C;
}
</style>