Shades of Cardinal #AD193D
Tints of Cardinal #AD193D
RGB
CMYK
RGB Variations
Color information
#AD193D (or 0xAD193D) is known color: Cardinal. HEX triplet: AD, 19 and 3D. RGB value is (173,25,61). Sum of RGB (Red+Green+Blue) = 173+25+61=259 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.80% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 61 (24.22% from 255 or 23.55% from 259); Max value from RGB is 173 - color contains mainly: red. Hex color #AD193D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD193D is #52E6C2. Grayscale: #494949. Windows color (decimal): -5433027 or 4004269. OLE color: 4004269.
HSL color Cylindrical-coordinate representation of color #AD193D: hue angle of 345.41º 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 #AD193D is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 25 | 61 | - |
| CMYK | 0 | 0.86 | 0.65 | 0.32 |
| HSL | 345.41º | 0.75% | 0.39% | - |
| HSV(B) | 345.41º | 0.86% | 0.68% | - |
| XYZ | 18.42 | 9.92 | 5.36 | - |
| YUV | 73.36 | 121.03 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 25 | 61 | 0 | 0.86 | 0.65 | 0.32 | 345.41 | 0.75 | 0.39 |
| Hex | AD | 19 | 3D | 0 | 56 | 41 | 20 | 159 | 4B | 27 |
| Octal | 255 | 31 | 75 | 0 | 126 | 101 | 40 | 531 | 113 | 47 |
| Binary | 10101101 | 11001 | 111101 | 0 | 1010110 | 1000001 | 100000 | 101011001 | 1001011 | 100111 |
Color Harmonies of #AD193D
Complementary color
Monochromatic Colors of #AD193D
Black with #AD193D
Text Example
Text Example
White with #AD193D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD193D; }
p { color: rgb(173,25,61); }
H1.HeaderClassName
{
color: #AD193D;
}
.AnyTagClassName
{
color: #AD193D;
}
</style>
background-color css
<style>
a { background-color: #AD193D; }
a { background-color: rgb(173,25,61); }
div.DivClassName
{
background-color: #AD193D;
}
.BgClassName
{
background-color: #AD193D;
}
</style>
border-color css
<style>
span { border-color: #AD193D; }
span { border-color: rgb(173,25,61); }
td.TdClassName
{
border-color: #AD193D;
}
.TagClassName
{
border-color: #AD193D;
}
</style>