Shades of Cardinal #A91A35
Tints of Cardinal #A91A35
RGB
CMYK
RGB Variations
Color information
#A91A35 (or 0xA91A35) is known color: Cardinal. HEX triplet: A9, 1A and 35. RGB value is (169,26,53). Sum of RGB (Red+Green+Blue) = 169+26+53=248 (32% of max value = 765). Red value is 169 (66.41% from 255 or 68.15% from 248); Green value is 26 (10.55% from 255 or 10.48% from 248); Blue value is 53 (21.09% from 255 or 21.37% from 248); Max value from RGB is 169 - color contains mainly: red. Hex color #A91A35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A91A35 is #56E5CA. Grayscale: #474747. Windows color (decimal): -5694923 or 3480233. OLE color: 3480233.
HSL color Cylindrical-coordinate representation of color #A91A35: hue angle of 348.67º degrees, saturation: 0.73, 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 #A91A35 is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 26 | 53 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.34 |
| HSL | 348.67º | 0.73% | 0.38% | - |
| HSV(B) | 348.67º | 0.85% | 0.66% | - |
| XYZ | 17.37 | 9.43 | 4.27 | - |
| YUV | 71.84 | 117.38 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 26 | 53 | 0 | 0.85 | 0.69 | 0.34 | 348.67 | 0.73 | 0.38 |
| Hex | A9 | 1A | 35 | 0 | 55 | 45 | 22 | 15D | 49 | 26 |
| Octal | 251 | 32 | 65 | 0 | 125 | 105 | 42 | 535 | 111 | 46 |
| Binary | 10101001 | 11010 | 110101 | 0 | 1010101 | 1000101 | 100010 | 101011101 | 1001001 | 100110 |
Color Harmonies of #A91A35
Complementary color
Monochromatic Colors of #A91A35
Black with #A91A35
Text Example
Text Example
White with #A91A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91A35; }
p { color: rgb(169,26,53); }
H1.HeaderClassName
{
color: #A91A35;
}
.AnyTagClassName
{
color: #A91A35;
}
</style>
background-color css
<style>
a { background-color: #A91A35; }
a { background-color: rgb(169,26,53); }
div.DivClassName
{
background-color: #A91A35;
}
.BgClassName
{
background-color: #A91A35;
}
</style>
border-color css
<style>
span { border-color: #A91A35; }
span { border-color: rgb(169,26,53); }
td.TdClassName
{
border-color: #A91A35;
}
.TagClassName
{
border-color: #A91A35;
}
</style>