Shades of Cardinal #AD193F
Tints of Cardinal #AD193F
RGB
CMYK
RGB Variations
Color information
#AD193F (or 0xAD193F) is known color: Cardinal. HEX triplet: AD, 19 and 3F. RGB value is (173,25,63). Sum of RGB (Red+Green+Blue) = 173+25+63=261 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.28% from 261); Green value is 25 (10.16% from 255 or 9.58% from 261); Blue value is 63 (25% from 255 or 24.14% from 261); Max value from RGB is 173 - color contains mainly: red. Hex color #AD193F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD193F is #52E6C0. Grayscale: #494949. Windows color (decimal): -5433025 or 4135341. OLE color: 4135341.
HSL color Cylindrical-coordinate representation of color #AD193F: hue angle of 344.59º 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 #AD193F is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 25 | 63 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.32 |
| HSL | 344.59º | 0.75% | 0.39% | - |
| HSV(B) | 344.59º | 0.86% | 0.68% | - |
| XYZ | 18.48 | 9.94 | 5.65 | - |
| YUV | 73.58 | 122.03 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 25 | 63 | 0 | 0.86 | 0.64 | 0.32 | 344.59 | 0.75 | 0.39 |
| Hex | AD | 19 | 3F | 0 | 56 | 40 | 20 | 159 | 4B | 27 |
| Octal | 255 | 31 | 77 | 0 | 126 | 100 | 40 | 531 | 113 | 47 |
| Binary | 10101101 | 11001 | 111111 | 0 | 1010110 | 1000000 | 100000 | 101011001 | 1001011 | 100111 |
Color Harmonies of #AD193F
Complementary color
Monochromatic Colors of #AD193F
Black with #AD193F
Text Example
Text Example
White with #AD193F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD193F; }
p { color: rgb(173,25,63); }
H1.HeaderClassName
{
color: #AD193F;
}
.AnyTagClassName
{
color: #AD193F;
}
</style>
background-color css
<style>
a { background-color: #AD193F; }
a { background-color: rgb(173,25,63); }
div.DivClassName
{
background-color: #AD193F;
}
.BgClassName
{
background-color: #AD193F;
}
</style>
border-color css
<style>
span { border-color: #AD193F; }
span { border-color: rgb(173,25,63); }
td.TdClassName
{
border-color: #AD193F;
}
.TagClassName
{
border-color: #AD193F;
}
</style>