Shades of Cardinal #A71D3E
Tints of Cardinal #A71D3E
RGB
CMYK
RGB Variations
Color information
#A71D3E (or 0xA71D3E) is known color: Cardinal. HEX triplet: A7, 1D and 3E. RGB value is (167,29,62). Sum of RGB (Red+Green+Blue) = 167+29+62=258 (34% of max value = 765). Red value is 167 (65.62% from 255 or 64.73% from 258); Green value is 29 (11.72% from 255 or 11.24% from 258); Blue value is 62 (24.61% from 255 or 24.03% from 258); Max value from RGB is 167 - color contains mainly: red. Hex color #A71D3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A71D3E is #58E2C1. Grayscale: #4A4A4A. Windows color (decimal): -5825218 or 4070823. OLE color: 4070823.
HSL color Cylindrical-coordinate representation of color #A71D3E: hue angle of 345.65º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A71D3E is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 29 | 62 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.35 |
| HSL | 345.65º | 0.7% | 0.38% | - |
| HSV(B) | 345.65º | 0.83% | 0.65% | - |
| XYZ | 17.25 | 9.44 | 5.47 | - |
| YUV | 74.02 | 121.22 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 29 | 62 | 0 | 0.83 | 0.63 | 0.35 | 345.65 | 0.7 | 0.38 |
| Hex | A7 | 1D | 3E | 0 | 53 | 3F | 23 | 15A | 46 | 26 |
| Octal | 247 | 35 | 76 | 0 | 123 | 77 | 43 | 532 | 106 | 46 |
| Binary | 10100111 | 11101 | 111110 | 0 | 1010011 | 111111 | 100011 | 101011010 | 1000110 | 100110 |
Color Harmonies of #A71D3E
Complementary color
Monochromatic Colors of #A71D3E
Black with #A71D3E
Text Example
Text Example
White with #A71D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71D3E; }
p { color: rgb(167,29,62); }
H1.HeaderClassName
{
color: #A71D3E;
}
.AnyTagClassName
{
color: #A71D3E;
}
</style>
background-color css
<style>
a { background-color: #A71D3E; }
a { background-color: rgb(167,29,62); }
div.DivClassName
{
background-color: #A71D3E;
}
.BgClassName
{
background-color: #A71D3E;
}
</style>
border-color css
<style>
span { border-color: #A71D3E; }
span { border-color: rgb(167,29,62); }
td.TdClassName
{
border-color: #A71D3E;
}
.TagClassName
{
border-color: #A71D3E;
}
</style>