Shades of Cardinal #A71040
Tints of Cardinal #A71040
RGB
CMYK
RGB Variations
Color information
#A71040 (or 0xA71040) is known color: Cardinal. HEX triplet: A7, 10 and 40. RGB value is (167,16,64). Sum of RGB (Red+Green+Blue) = 167+16+64=247 (32% of max value = 765). Red value is 167 (65.62% from 255 or 67.61% from 247); Green value is 16 (6.64% from 255 or 6.48% from 247); Blue value is 64 (25.39% from 255 or 25.91% from 247); Max value from RGB is 167 - color contains mainly: red. Hex color #A71040 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A71040 is #58EFBF. Grayscale: #424242. Windows color (decimal): -5828544 or 4198567. OLE color: 4198567.
HSL color Cylindrical-coordinate representation of color #A71040: hue angle of 340.93º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A71040 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 16 | 64 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.35 |
| HSL | 340.93º | 0.83% | 0.36% | - |
| HSV(B) | 340.93º | 0.9% | 0.65% | - |
| XYZ | 17.05 | 8.96 | 5.68 | - |
| YUV | 66.62 | 126.53 | 199.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 16 | 64 | 0 | 0.90 | 0.62 | 0.35 | 340.93 | 0.83 | 0.36 |
| Hex | A7 | 10 | 40 | 0 | 5A | 3E | 23 | 155 | 53 | 24 |
| Octal | 247 | 20 | 100 | 0 | 132 | 76 | 43 | 525 | 123 | 44 |
| Binary | 10100111 | 10000 | 1000000 | 0 | 1011010 | 111110 | 100011 | 101010101 | 1010011 | 100100 |
Color Harmonies of #A71040
Complementary color
Monochromatic Colors of #A71040
Black with #A71040
Text Example
Text Example
White with #A71040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71040; }
p { color: rgb(167,16,64); }
H1.HeaderClassName
{
color: #A71040;
}
.AnyTagClassName
{
color: #A71040;
}
</style>
background-color css
<style>
a { background-color: #A71040; }
a { background-color: rgb(167,16,64); }
div.DivClassName
{
background-color: #A71040;
}
.BgClassName
{
background-color: #A71040;
}
</style>
border-color css
<style>
span { border-color: #A71040; }
span { border-color: rgb(167,16,64); }
td.TdClassName
{
border-color: #A71040;
}
.TagClassName
{
border-color: #A71040;
}
</style>