Shades of Cardinal #A70A37
Tints of Cardinal #A70A37
RGB
CMYK
RGB Variations
Color information
#A70A37 (or 0xA70A37) is known color: Cardinal. HEX triplet: A7, 0A and 37. RGB value is (167,10,55). Sum of RGB (Red+Green+Blue) = 167+10+55=232 (30% of max value = 765). Red value is 167 (65.62% from 255 or 71.98% from 232); Green value is 10 (4.30% from 255 or 4.31% from 232); Blue value is 55 (21.88% from 255 or 23.71% from 232); Max value from RGB is 167 - color contains mainly: red. Hex color #A70A37 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70A37 is #58F5C8. Grayscale: #3E3E3E. Windows color (decimal): -5830089 or 3607207. OLE color: 3607207.
HSL color Cylindrical-coordinate representation of color #A70A37: hue angle of 342.8º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A70A37 is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 10 | 55 | - |
| CMYK | 0 | 0.94 | 0.67 | 0.35 |
| HSL | 342.8º | 0.89% | 0.35% | - |
| HSV(B) | 342.8º | 0.94% | 0.65% | - |
| XYZ | 16.73 | 8.71 | 4.41 | - |
| YUV | 62.07 | 124.01 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 10 | 55 | 0 | 0.94 | 0.67 | 0.35 | 342.8 | 0.89 | 0.35 |
| Hex | A7 | A | 37 | 0 | 5E | 43 | 23 | 157 | 59 | 23 |
| Octal | 247 | 12 | 67 | 0 | 136 | 103 | 43 | 527 | 131 | 43 |
| Binary | 10100111 | 1010 | 110111 | 0 | 1011110 | 1000011 | 100011 | 101010111 | 1011001 | 100011 |
Color Harmonies of #A70A37
Complementary color
Monochromatic Colors of #A70A37
Black with #A70A37
Text Example
Text Example
White with #A70A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70A37; }
p { color: rgb(167,10,55); }
H1.HeaderClassName
{
color: #A70A37;
}
.AnyTagClassName
{
color: #A70A37;
}
</style>
background-color css
<style>
a { background-color: #A70A37; }
a { background-color: rgb(167,10,55); }
div.DivClassName
{
background-color: #A70A37;
}
.BgClassName
{
background-color: #A70A37;
}
</style>
border-color css
<style>
span { border-color: #A70A37; }
span { border-color: rgb(167,10,55); }
td.TdClassName
{
border-color: #A70A37;
}
.TagClassName
{
border-color: #A70A37;
}
</style>