Shades of Cardinal #AD193A
Tints of Cardinal #AD193A
RGB
CMYK
RGB Variations
Color information
#AD193A (or 0xAD193A) is known color: Cardinal. HEX triplet: AD, 19 and 3A. RGB value is (173,25,58). Sum of RGB (Red+Green+Blue) = 173+25+58=256 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.58% from 256); Green value is 25 (10.16% from 255 or 9.77% from 256); Blue value is 58 (23.05% from 255 or 22.66% from 256); Max value from RGB is 173 - color contains mainly: red. Hex color #AD193A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD193A is #52E6C5. Grayscale: #494949. Windows color (decimal): -5433030 or 3807661. OLE color: 3807661.
HSL color Cylindrical-coordinate representation of color #AD193A: hue angle of 346.62º 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 #AD193A is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 25 | 58 | - |
| CMYK | 0 | 0.86 | 0.66 | 0.32 |
| HSL | 346.62º | 0.75% | 0.39% | - |
| HSV(B) | 346.62º | 0.86% | 0.68% | - |
| XYZ | 18.34 | 9.88 | 4.94 | - |
| YUV | 73.01 | 119.53 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 25 | 58 | 0 | 0.86 | 0.66 | 0.32 | 346.62 | 0.75 | 0.39 |
| Hex | AD | 19 | 3A | 0 | 56 | 42 | 20 | 15B | 4B | 27 |
| Octal | 255 | 31 | 72 | 0 | 126 | 102 | 40 | 533 | 113 | 47 |
| Binary | 10101101 | 11001 | 111010 | 0 | 1010110 | 1000010 | 100000 | 101011011 | 1001011 | 100111 |
Color Harmonies of #AD193A
Complementary color
Monochromatic Colors of #AD193A
Black with #AD193A
Text Example
Text Example
White with #AD193A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD193A; }
p { color: rgb(173,25,58); }
H1.HeaderClassName
{
color: #AD193A;
}
.AnyTagClassName
{
color: #AD193A;
}
</style>
background-color css
<style>
a { background-color: #AD193A; }
a { background-color: rgb(173,25,58); }
div.DivClassName
{
background-color: #AD193A;
}
.BgClassName
{
background-color: #AD193A;
}
</style>
border-color css
<style>
span { border-color: #AD193A; }
span { border-color: rgb(173,25,58); }
td.TdClassName
{
border-color: #AD193A;
}
.TagClassName
{
border-color: #AD193A;
}
</style>