Shades of Cardinal #AD193E
Tints of Cardinal #AD193E
RGB
CMYK
RGB Variations
Color information
#AD193E (or 0xAD193E) is known color: Cardinal. HEX triplet: AD, 19 and 3E. RGB value is (173,25,62). Sum of RGB (Red+Green+Blue) = 173+25+62=260 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.54% from 260); Green value is 25 (10.16% from 255 or 9.62% from 260); Blue value is 62 (24.61% from 255 or 23.85% from 260); Max value from RGB is 173 - color contains mainly: red. Hex color #AD193E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD193E is #52E6C1. Grayscale: #494949. Windows color (decimal): -5433026 or 4069805. OLE color: 4069805.
HSL color Cylindrical-coordinate representation of color #AD193E: hue angle of 345º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD193E is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 25 | 62 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.32 |
| HSL | 345º | 0.75% | 0.39% | - |
| HSV(B) | 345º | 0.86% | 0.68% | - |
| XYZ | 18.45 | 9.93 | 5.5 | - |
| YUV | 73.47 | 121.53 | 198.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 25 | 62 | 0 | 0.86 | 0.64 | 0.32 | 345 | 0.75 | 0.39 |
| Hex | AD | 19 | 3E | 0 | 56 | 40 | 20 | 159 | 4B | 27 |
| Octal | 255 | 31 | 76 | 0 | 126 | 100 | 40 | 531 | 113 | 47 |
| Binary | 10101101 | 11001 | 111110 | 0 | 1010110 | 1000000 | 100000 | 101011001 | 1001011 | 100111 |
Color Harmonies of #AD193E
Complementary color
Monochromatic Colors of #AD193E
Black with #AD193E
Text Example
Text Example
White with #AD193E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD193E; }
p { color: rgb(173,25,62); }
H1.HeaderClassName
{
color: #AD193E;
}
.AnyTagClassName
{
color: #AD193E;
}
</style>
background-color css
<style>
a { background-color: #AD193E; }
a { background-color: rgb(173,25,62); }
div.DivClassName
{
background-color: #AD193E;
}
.BgClassName
{
background-color: #AD193E;
}
</style>
border-color css
<style>
span { border-color: #AD193E; }
span { border-color: rgb(173,25,62); }
td.TdClassName
{
border-color: #AD193E;
}
.TagClassName
{
border-color: #AD193E;
}
</style>