Shades of Cardinal #A5193E
Tints of Cardinal #A5193E
RGB
CMYK
RGB Variations
Color information
#A5193E (or 0xA5193E) is known color: Cardinal. HEX triplet: A5, 19 and 3E. RGB value is (165,25,62). Sum of RGB (Red+Green+Blue) = 165+25+62=252 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.48% from 252); Green value is 25 (10.16% from 255 or 9.92% from 252); Blue value is 62 (24.61% from 255 or 24.60% from 252); Max value from RGB is 165 - color contains mainly: red. Hex color #A5193E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5193E is #5AE6C1. Grayscale: #474747. Windows color (decimal): -5957314 or 4069797. OLE color: 4069797.
HSL color Cylindrical-coordinate representation of color #A5193E: hue angle of 344.14º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A5193E is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 25 | 62 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.35 |
| HSL | 344.14º | 0.74% | 0.37% | - |
| HSV(B) | 344.14º | 0.85% | 0.65% | - |
| XYZ | 16.73 | 9.04 | 5.42 | - |
| YUV | 71.08 | 122.88 | 194.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 25 | 62 | 0 | 0.85 | 0.62 | 0.35 | 344.14 | 0.74 | 0.37 |
| Hex | A5 | 19 | 3E | 0 | 55 | 3E | 23 | 158 | 4A | 25 |
| Octal | 245 | 31 | 76 | 0 | 125 | 76 | 43 | 530 | 112 | 45 |
| Binary | 10100101 | 11001 | 111110 | 0 | 1010101 | 111110 | 100011 | 101011000 | 1001010 | 100101 |
Color Harmonies of #A5193E
Complementary color
Monochromatic Colors of #A5193E
Black with #A5193E
Text Example
Text Example
White with #A5193E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5193E; }
p { color: rgb(165,25,62); }
H1.HeaderClassName
{
color: #A5193E;
}
.AnyTagClassName
{
color: #A5193E;
}
</style>
background-color css
<style>
a { background-color: #A5193E; }
a { background-color: rgb(165,25,62); }
div.DivClassName
{
background-color: #A5193E;
}
.BgClassName
{
background-color: #A5193E;
}
</style>
border-color css
<style>
span { border-color: #A5193E; }
span { border-color: rgb(165,25,62); }
td.TdClassName
{
border-color: #A5193E;
}
.TagClassName
{
border-color: #A5193E;
}
</style>