Shades of Cardinal #A92041
Tints of Cardinal #A92041
RGB
CMYK
RGB Variations
Color information
#A92041 (or 0xA92041) is known color: Cardinal. HEX triplet: A9, 20 and 41. RGB value is (169,32,65). Sum of RGB (Red+Green+Blue) = 169+32+65=266 (35% of max value = 765). Red value is 169 (66.41% from 255 or 63.53% from 266); Green value is 32 (12.89% from 255 or 12.03% from 266); Blue value is 65 (25.78% from 255 or 24.44% from 266); Max value from RGB is 169 - color contains mainly: red. Hex color #A92041 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92041 is #56DFBE. Grayscale: #4C4C4C. Windows color (decimal): -5693375 or 4268201. OLE color: 4268201.
HSL color Cylindrical-coordinate representation of color #A92041: hue angle of 345.55º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A92041 is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 32 | 65 | - |
| CMYK | 0 | 0.81 | 0.62 | 0.34 |
| HSL | 345.55º | 0.68% | 0.39% | - |
| HSV(B) | 345.55º | 0.81% | 0.66% | - |
| XYZ | 17.83 | 9.85 | 5.96 | - |
| YUV | 76.73 | 121.39 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 32 | 65 | 0 | 0.81 | 0.62 | 0.34 | 345.55 | 0.68 | 0.39 |
| Hex | A9 | 20 | 41 | 0 | 51 | 3E | 22 | 15A | 44 | 27 |
| Octal | 251 | 40 | 101 | 0 | 121 | 76 | 42 | 532 | 104 | 47 |
| Binary | 10101001 | 100000 | 1000001 | 0 | 1010001 | 111110 | 100010 | 101011010 | 1000100 | 100111 |
Color Harmonies of #A92041
Complementary color
Monochromatic Colors of #A92041
Black with #A92041
Text Example
Text Example
White with #A92041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92041; }
p { color: rgb(169,32,65); }
H1.HeaderClassName
{
color: #A92041;
}
.AnyTagClassName
{
color: #A92041;
}
</style>
background-color css
<style>
a { background-color: #A92041; }
a { background-color: rgb(169,32,65); }
div.DivClassName
{
background-color: #A92041;
}
.BgClassName
{
background-color: #A92041;
}
</style>
border-color css
<style>
span { border-color: #A92041; }
span { border-color: rgb(169,32,65); }
td.TdClassName
{
border-color: #A92041;
}
.TagClassName
{
border-color: #A92041;
}
</style>