Shades of Cardinal #A7113F
Tints of Cardinal #A7113F
RGB
CMYK
RGB Variations
Color information
#A7113F (or 0xA7113F) is known color: Cardinal. HEX triplet: A7, 11 and 3F. RGB value is (167,17,63). Sum of RGB (Red+Green+Blue) = 167+17+63=247 (32% of max value = 765). Red value is 167 (65.62% from 255 or 67.61% from 247); Green value is 17 (7.03% from 255 or 6.88% from 247); Blue value is 63 (25% from 255 or 25.51% from 247); Max value from RGB is 167 - color contains mainly: red. Hex color #A7113F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7113F is #58EEC0. Grayscale: #434343. Windows color (decimal): -5828289 or 4133287. OLE color: 4133287.
HSL color Cylindrical-coordinate representation of color #A7113F: hue angle of 341.6º degrees, saturation: 0.82, 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 #A7113F is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 17 | 63 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.35 |
| HSL | 341.6º | 0.82% | 0.36% | - |
| HSV(B) | 341.6º | 0.9% | 0.65% | - |
| XYZ | 17.03 | 8.98 | 5.54 | - |
| YUV | 67.09 | 125.7 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 17 | 63 | 0 | 0.90 | 0.62 | 0.35 | 341.6 | 0.82 | 0.36 |
| Hex | A7 | 11 | 3F | 0 | 5A | 3E | 23 | 156 | 52 | 24 |
| Octal | 247 | 21 | 77 | 0 | 132 | 76 | 43 | 526 | 122 | 44 |
| Binary | 10100111 | 10001 | 111111 | 0 | 1011010 | 111110 | 100011 | 101010110 | 1010010 | 100100 |
Color Harmonies of #A7113F
Complementary color
Monochromatic Colors of #A7113F
Black with #A7113F
Text Example
Text Example
White with #A7113F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7113F; }
p { color: rgb(167,17,63); }
H1.HeaderClassName
{
color: #A7113F;
}
.AnyTagClassName
{
color: #A7113F;
}
</style>
background-color css
<style>
a { background-color: #A7113F; }
a { background-color: rgb(167,17,63); }
div.DivClassName
{
background-color: #A7113F;
}
.BgClassName
{
background-color: #A7113F;
}
</style>
border-color css
<style>
span { border-color: #A7113F; }
span { border-color: rgb(167,17,63); }
td.TdClassName
{
border-color: #A7113F;
}
.TagClassName
{
border-color: #A7113F;
}
</style>