Shades of Cardinal #A7193B
Tints of Cardinal #A7193B
RGB
CMYK
RGB Variations
Color information
#A7193B (or 0xA7193B) is known color: Cardinal. HEX triplet: A7, 19 and 3B. RGB value is (167,25,59). Sum of RGB (Red+Green+Blue) = 167+25+59=251 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.53% from 251); Green value is 25 (10.16% from 255 or 9.96% from 251); Blue value is 59 (23.44% from 255 or 23.51% from 251); Max value from RGB is 167 - color contains mainly: red. Hex color #A7193B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7193B is #58E6C4. Grayscale: #474747. Windows color (decimal): -5826245 or 3873191. OLE color: 3873191.
HSL color Cylindrical-coordinate representation of color #A7193B: hue angle of 345.63º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A7193B is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 25 | 59 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.35 |
| HSL | 345.63º | 0.74% | 0.38% | - |
| HSV(B) | 345.63º | 0.85% | 0.65% | - |
| XYZ | 17.07 | 9.23 | 5.02 | - |
| YUV | 71.33 | 121.04 | 196.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 25 | 59 | 0 | 0.85 | 0.65 | 0.35 | 345.63 | 0.74 | 0.38 |
| Hex | A7 | 19 | 3B | 0 | 55 | 41 | 23 | 15A | 4A | 26 |
| Octal | 247 | 31 | 73 | 0 | 125 | 101 | 43 | 532 | 112 | 46 |
| Binary | 10100111 | 11001 | 111011 | 0 | 1010101 | 1000001 | 100011 | 101011010 | 1001010 | 100110 |
Color Harmonies of #A7193B
Complementary color
Monochromatic Colors of #A7193B
Black with #A7193B
Text Example
Text Example
White with #A7193B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7193B; }
p { color: rgb(167,25,59); }
H1.HeaderClassName
{
color: #A7193B;
}
.AnyTagClassName
{
color: #A7193B;
}
</style>
background-color css
<style>
a { background-color: #A7193B; }
a { background-color: rgb(167,25,59); }
div.DivClassName
{
background-color: #A7193B;
}
.BgClassName
{
background-color: #A7193B;
}
</style>
border-color css
<style>
span { border-color: #A7193B; }
span { border-color: rgb(167,25,59); }
td.TdClassName
{
border-color: #A7193B;
}
.TagClassName
{
border-color: #A7193B;
}
</style>