Shades of Cardinal #A90E36
Tints of Cardinal #A90E36
RGB
CMYK
RGB Variations
Color information
#A90E36 (or 0xA90E36) is known color: Cardinal. HEX triplet: A9, 0E and 36. RGB value is (169,14,54). Sum of RGB (Red+Green+Blue) = 169+14+54=237 (31% of max value = 765). Red value is 169 (66.41% from 255 or 71.31% from 237); Green value is 14 (5.86% from 255 or 5.91% from 237); Blue value is 54 (21.48% from 255 or 22.78% from 237); Max value from RGB is 169 - color contains mainly: red. Hex color #A90E36 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90E36 is #56F1C9. Grayscale: #404040. Windows color (decimal): -5697994 or 3542697. OLE color: 3542697.
HSL color Cylindrical-coordinate representation of color #A90E36: hue angle of 344.52º degrees, saturation: 0.85, 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 #A90E36 is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 14 | 54 | - |
| CMYK | 0 | 0.92 | 0.68 | 0.34 |
| HSL | 344.52º | 0.85% | 0.36% | - |
| HSV(B) | 344.52º | 0.92% | 0.66% | - |
| XYZ | 17.19 | 9.02 | 4.32 | - |
| YUV | 64.91 | 121.85 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 14 | 54 | 0 | 0.92 | 0.68 | 0.34 | 344.52 | 0.85 | 0.36 |
| Hex | A9 | E | 36 | 0 | 5C | 44 | 22 | 159 | 55 | 24 |
| Octal | 251 | 16 | 66 | 0 | 134 | 104 | 42 | 531 | 125 | 44 |
| Binary | 10101001 | 1110 | 110110 | 0 | 1011100 | 1000100 | 100010 | 101011001 | 1010101 | 100100 |
Color Harmonies of #A90E36
Complementary color
Monochromatic Colors of #A90E36
Black with #A90E36
Text Example
Text Example
White with #A90E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90E36; }
p { color: rgb(169,14,54); }
H1.HeaderClassName
{
color: #A90E36;
}
.AnyTagClassName
{
color: #A90E36;
}
</style>
background-color css
<style>
a { background-color: #A90E36; }
a { background-color: rgb(169,14,54); }
div.DivClassName
{
background-color: #A90E36;
}
.BgClassName
{
background-color: #A90E36;
}
</style>
border-color css
<style>
span { border-color: #A90E36; }
span { border-color: rgb(169,14,54); }
td.TdClassName
{
border-color: #A90E36;
}
.TagClassName
{
border-color: #A90E36;
}
</style>