Shades of Cardinal #A72040
Tints of Cardinal #A72040
RGB
CMYK
RGB Variations
Color information
#A72040 (or 0xA72040) is known color: Cardinal. HEX triplet: A7, 20 and 40. RGB value is (167,32,64). Sum of RGB (Red+Green+Blue) = 167+32+64=263 (34% of max value = 765). Red value is 167 (65.62% from 255 or 63.50% from 263); Green value is 32 (12.89% from 255 or 12.17% from 263); Blue value is 64 (25.39% from 255 or 24.33% from 263); Max value from RGB is 167 - color contains mainly: red. Hex color #A72040 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72040 is #58DFBF. Grayscale: #4C4C4C. Windows color (decimal): -5824448 or 4202663. OLE color: 4202663.
HSL color Cylindrical-coordinate representation of color #A72040: hue angle of 345.78º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A72040 is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 32 | 64 | - |
| CMYK | 0 | 0.81 | 0.62 | 0.35 |
| HSL | 345.78º | 0.68% | 0.39% | - |
| HSV(B) | 345.78º | 0.81% | 0.65% | - |
| XYZ | 17.38 | 9.62 | 5.79 | - |
| YUV | 76.01 | 121.23 | 192.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 32 | 64 | 0 | 0.81 | 0.62 | 0.35 | 345.78 | 0.68 | 0.39 |
| Hex | A7 | 20 | 40 | 0 | 51 | 3E | 23 | 15A | 44 | 27 |
| Octal | 247 | 40 | 100 | 0 | 121 | 76 | 43 | 532 | 104 | 47 |
| Binary | 10100111 | 100000 | 1000000 | 0 | 1010001 | 111110 | 100011 | 101011010 | 1000100 | 100111 |
Color Harmonies of #A72040
Complementary color
Monochromatic Colors of #A72040
Black with #A72040
Text Example
Text Example
White with #A72040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72040; }
p { color: rgb(167,32,64); }
H1.HeaderClassName
{
color: #A72040;
}
.AnyTagClassName
{
color: #A72040;
}
</style>
background-color css
<style>
a { background-color: #A72040; }
a { background-color: rgb(167,32,64); }
div.DivClassName
{
background-color: #A72040;
}
.BgClassName
{
background-color: #A72040;
}
</style>
border-color css
<style>
span { border-color: #A72040; }
span { border-color: rgb(167,32,64); }
td.TdClassName
{
border-color: #A72040;
}
.TagClassName
{
border-color: #A72040;
}
</style>