Shades of Cardinal #A91637
Tints of Cardinal #A91637
RGB
CMYK
RGB Variations
Color information
#A91637 (or 0xA91637) is known color: Cardinal. HEX triplet: A9, 16 and 37. RGB value is (169,22,55). Sum of RGB (Red+Green+Blue) = 169+22+55=246 (32% of max value = 765). Red value is 169 (66.41% from 255 or 68.70% from 246); Green value is 22 (8.98% from 255 or 8.94% from 246); Blue value is 55 (21.88% from 255 or 22.36% from 246); Max value from RGB is 169 - color contains mainly: red. Hex color #A91637 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91637 is #56E9C8. Grayscale: #454545. Windows color (decimal): -5695945 or 3610281. OLE color: 3610281.
HSL color Cylindrical-coordinate representation of color #A91637: hue angle of 346.53º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A91637 is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 22 | 55 | - |
| CMYK | 0 | 0.87 | 0.67 | 0.34 |
| HSL | 346.53º | 0.77% | 0.37% | - |
| HSV(B) | 346.53º | 0.87% | 0.66% | - |
| XYZ | 17.34 | 9.28 | 4.49 | - |
| YUV | 69.72 | 119.7 | 198.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 22 | 55 | 0 | 0.87 | 0.67 | 0.34 | 346.53 | 0.77 | 0.37 |
| Hex | A9 | 16 | 37 | 0 | 57 | 43 | 22 | 15B | 4D | 25 |
| Octal | 251 | 26 | 67 | 0 | 127 | 103 | 42 | 533 | 115 | 45 |
| Binary | 10101001 | 10110 | 110111 | 0 | 1010111 | 1000011 | 100010 | 101011011 | 1001101 | 100101 |
Color Harmonies of #A91637
Complementary color
Monochromatic Colors of #A91637
Black with #A91637
Text Example
Text Example
White with #A91637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91637; }
p { color: rgb(169,22,55); }
H1.HeaderClassName
{
color: #A91637;
}
.AnyTagClassName
{
color: #A91637;
}
</style>
background-color css
<style>
a { background-color: #A91637; }
a { background-color: rgb(169,22,55); }
div.DivClassName
{
background-color: #A91637;
}
.BgClassName
{
background-color: #A91637;
}
</style>
border-color css
<style>
span { border-color: #A91637; }
span { border-color: rgb(169,22,55); }
td.TdClassName
{
border-color: #A91637;
}
.TagClassName
{
border-color: #A91637;
}
</style>