Shades of Cardinal #A80E3E
Tints of Cardinal #A80E3E
RGB
CMYK
RGB Variations
Color information
#A80E3E (or 0xA80E3E) is known color: Cardinal. HEX triplet: A8, 0E and 3E. RGB value is (168,14,62). Sum of RGB (Red+Green+Blue) = 168+14+62=244 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.85% from 244); Green value is 14 (5.86% from 255 or 5.74% from 244); Blue value is 62 (24.61% from 255 or 25.41% from 244); Max value from RGB is 168 - color contains mainly: red. Hex color #A80E3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80E3E is #57F1C1. Grayscale: #414141. Windows color (decimal): -5763522 or 4066984. OLE color: 4066984.
HSL color Cylindrical-coordinate representation of color #A80E3E: hue angle of 341.3º 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 #A80E3E is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 14 | 62 | - |
| CMYK | 0 | 0.92 | 0.63 | 0.34 |
| HSL | 341.3º | 0.85% | 0.36% | - |
| HSV(B) | 341.3º | 0.92% | 0.66% | - |
| XYZ | 17.17 | 8.99 | 5.39 | - |
| YUV | 65.52 | 126.02 | 201.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 14 | 62 | 0 | 0.92 | 0.63 | 0.34 | 341.3 | 0.85 | 0.36 |
| Hex | A8 | E | 3E | 0 | 5C | 3F | 22 | 155 | 55 | 24 |
| Octal | 250 | 16 | 76 | 0 | 134 | 77 | 42 | 525 | 125 | 44 |
| Binary | 10101000 | 1110 | 111110 | 0 | 1011100 | 111111 | 100010 | 101010101 | 1010101 | 100100 |
Color Harmonies of #A80E3E
Complementary color
Monochromatic Colors of #A80E3E
Black with #A80E3E
Text Example
Text Example
White with #A80E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80E3E; }
p { color: rgb(168,14,62); }
H1.HeaderClassName
{
color: #A80E3E;
}
.AnyTagClassName
{
color: #A80E3E;
}
</style>
background-color css
<style>
a { background-color: #A80E3E; }
a { background-color: rgb(168,14,62); }
div.DivClassName
{
background-color: #A80E3E;
}
.BgClassName
{
background-color: #A80E3E;
}
</style>
border-color css
<style>
span { border-color: #A80E3E; }
span { border-color: rgb(168,14,62); }
td.TdClassName
{
border-color: #A80E3E;
}
.TagClassName
{
border-color: #A80E3E;
}
</style>