Shades of Cardinal #A70E39
Tints of Cardinal #A70E39
RGB
CMYK
RGB Variations
Color information
#A70E39 (or 0xA70E39) is known color: Cardinal. HEX triplet: A7, 0E and 39. RGB value is (167,14,57). Sum of RGB (Red+Green+Blue) = 167+14+57=238 (31% of max value = 765). Red value is 167 (65.62% from 255 or 70.17% from 238); Green value is 14 (5.86% from 255 or 5.88% from 238); Blue value is 57 (22.66% from 255 or 23.95% from 238); Max value from RGB is 167 - color contains mainly: red. Hex color #A70E39 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70E39 is #58F1C6. Grayscale: #404040. Windows color (decimal): -5829063 or 3739303. OLE color: 3739303.
HSL color Cylindrical-coordinate representation of color #A70E39: hue angle of 343.14º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A70E39 is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 14 | 57 | - |
| CMYK | 0 | 0.92 | 0.66 | 0.35 |
| HSL | 343.14º | 0.85% | 0.35% | - |
| HSV(B) | 343.14º | 0.92% | 0.65% | - |
| XYZ | 16.83 | 8.82 | 4.69 | - |
| YUV | 64.65 | 123.69 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 14 | 57 | 0 | 0.92 | 0.66 | 0.35 | 343.14 | 0.85 | 0.35 |
| Hex | A7 | E | 39 | 0 | 5C | 42 | 23 | 157 | 55 | 23 |
| Octal | 247 | 16 | 71 | 0 | 134 | 102 | 43 | 527 | 125 | 43 |
| Binary | 10100111 | 1110 | 111001 | 0 | 1011100 | 1000010 | 100011 | 101010111 | 1010101 | 100011 |
Color Harmonies of #A70E39
Complementary color
Monochromatic Colors of #A70E39
Black with #A70E39
Text Example
Text Example
White with #A70E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70E39; }
p { color: rgb(167,14,57); }
H1.HeaderClassName
{
color: #A70E39;
}
.AnyTagClassName
{
color: #A70E39;
}
</style>
background-color css
<style>
a { background-color: #A70E39; }
a { background-color: rgb(167,14,57); }
div.DivClassName
{
background-color: #A70E39;
}
.BgClassName
{
background-color: #A70E39;
}
</style>
border-color css
<style>
span { border-color: #A70E39; }
span { border-color: rgb(167,14,57); }
td.TdClassName
{
border-color: #A70E39;
}
.TagClassName
{
border-color: #A70E39;
}
</style>