Shades of Cardinal #A90D32
Tints of Cardinal #A90D32
RGB
CMYK
RGB Variations
Color information
#A90D32 (or 0xA90D32) is known color: Cardinal. HEX triplet: A9, 0D and 32. RGB value is (169,13,50). Sum of RGB (Red+Green+Blue) = 169+13+50=232 (30% of max value = 765). Red value is 169 (66.41% from 255 or 72.84% from 232); Green value is 13 (5.47% from 255 or 5.60% from 232); Blue value is 50 (19.92% from 255 or 21.55% from 232); Max value from RGB is 169 - color contains mainly: red. Hex color #A90D32 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90D32 is #56F2CD. Grayscale: #3F3F3F. Windows color (decimal): -5698254 or 3280297. OLE color: 3280297.
HSL color Cylindrical-coordinate representation of color #A90D32: hue angle of 345.77º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A90D32 is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 13 | 50 | - |
| CMYK | 0 | 0.92 | 0.70 | 0.34 |
| HSL | 345.77º | 0.86% | 0.36% | - |
| HSV(B) | 345.77º | 0.92% | 0.66% | - |
| XYZ | 17.08 | 8.95 | 3.85 | - |
| YUV | 63.86 | 120.18 | 202.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 13 | 50 | 0 | 0.92 | 0.70 | 0.34 | 345.77 | 0.86 | 0.36 |
| Hex | A9 | D | 32 | 0 | 5C | 46 | 22 | 15A | 56 | 24 |
| Octal | 251 | 15 | 62 | 0 | 134 | 106 | 42 | 532 | 126 | 44 |
| Binary | 10101001 | 1101 | 110010 | 0 | 1011100 | 1000110 | 100010 | 101011010 | 1010110 | 100100 |
Color Harmonies of #A90D32
Complementary color
Monochromatic Colors of #A90D32
Black with #A90D32
Text Example
Text Example
White with #A90D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90D32; }
p { color: rgb(169,13,50); }
H1.HeaderClassName
{
color: #A90D32;
}
.AnyTagClassName
{
color: #A90D32;
}
</style>
background-color css
<style>
a { background-color: #A90D32; }
a { background-color: rgb(169,13,50); }
div.DivClassName
{
background-color: #A90D32;
}
.BgClassName
{
background-color: #A90D32;
}
</style>
border-color css
<style>
span { border-color: #A90D32; }
span { border-color: rgb(169,13,50); }
td.TdClassName
{
border-color: #A90D32;
}
.TagClassName
{
border-color: #A90D32;
}
</style>