Shades of Cardinal #A91739
Tints of Cardinal #A91739
RGB
CMYK
RGB Variations
Color information
#A91739 (or 0xA91739) is known color: Cardinal. HEX triplet: A9, 17 and 39. RGB value is (169,23,57). Sum of RGB (Red+Green+Blue) = 169+23+57=249 (32% of max value = 765). Red value is 169 (66.41% from 255 or 67.87% from 249); Green value is 23 (9.38% from 255 or 9.24% from 249); Blue value is 57 (22.66% from 255 or 22.89% from 249); Max value from RGB is 169 - color contains mainly: red. Hex color #A91739 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91739 is #56E8C6. Grayscale: #464646. Windows color (decimal): -5695687 or 3741609. OLE color: 3741609.
HSL color Cylindrical-coordinate representation of color #A91739: hue angle of 346.03º 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 #A91739 is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 23 | 57 | - |
| CMYK | 0 | 0.86 | 0.66 | 0.34 |
| HSL | 346.03º | 0.76% | 0.38% | - |
| HSV(B) | 346.03º | 0.86% | 0.66% | - |
| XYZ | 17.41 | 9.34 | 4.76 | - |
| YUV | 70.53 | 120.37 | 198.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 23 | 57 | 0 | 0.86 | 0.66 | 0.34 | 346.03 | 0.76 | 0.38 |
| Hex | A9 | 17 | 39 | 0 | 56 | 42 | 22 | 15A | 4C | 26 |
| Octal | 251 | 27 | 71 | 0 | 126 | 102 | 42 | 532 | 114 | 46 |
| Binary | 10101001 | 10111 | 111001 | 0 | 1010110 | 1000010 | 100010 | 101011010 | 1001100 | 100110 |
Color Harmonies of #A91739
Complementary color
Monochromatic Colors of #A91739
Black with #A91739
Text Example
Text Example
White with #A91739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91739; }
p { color: rgb(169,23,57); }
H1.HeaderClassName
{
color: #A91739;
}
.AnyTagClassName
{
color: #A91739;
}
</style>
background-color css
<style>
a { background-color: #A91739; }
a { background-color: rgb(169,23,57); }
div.DivClassName
{
background-color: #A91739;
}
.BgClassName
{
background-color: #A91739;
}
</style>
border-color css
<style>
span { border-color: #A91739; }
span { border-color: rgb(169,23,57); }
td.TdClassName
{
border-color: #A91739;
}
.TagClassName
{
border-color: #A91739;
}
</style>