Shades of Cardinal #AD1939
Tints of Cardinal #AD1939
RGB
CMYK
RGB Variations
Color information
#AD1939 (or 0xAD1939) is known color: Cardinal. HEX triplet: AD, 19 and 39. RGB value is (173,25,57). Sum of RGB (Red+Green+Blue) = 173+25+57=255 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.84% from 255); Green value is 25 (10.16% from 255 or 9.80% from 255); Blue value is 57 (22.66% from 255 or 22.35% from 255); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1939 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1939 is #52E6C6. Grayscale: #484848. Windows color (decimal): -5433031 or 3742125. OLE color: 3742125.
HSL color Cylindrical-coordinate representation of color #AD1939: hue angle of 347.03º 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 #AD1939 is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 25 | 57 | - |
| CMYK | 0 | 0.86 | 0.67 | 0.32 |
| HSL | 347.03º | 0.75% | 0.39% | - |
| HSV(B) | 347.03º | 0.86% | 0.68% | - |
| XYZ | 18.32 | 9.87 | 4.81 | - |
| YUV | 72.9 | 119.03 | 199.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 25 | 57 | 0 | 0.86 | 0.67 | 0.32 | 347.03 | 0.75 | 0.39 |
| Hex | AD | 19 | 39 | 0 | 56 | 43 | 20 | 15B | 4B | 27 |
| Octal | 255 | 31 | 71 | 0 | 126 | 103 | 40 | 533 | 113 | 47 |
| Binary | 10101101 | 11001 | 111001 | 0 | 1010110 | 1000011 | 100000 | 101011011 | 1001011 | 100111 |
Color Harmonies of #AD1939
Complementary color
Monochromatic Colors of #AD1939
Black with #AD1939
Text Example
Text Example
White with #AD1939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1939; }
p { color: rgb(173,25,57); }
H1.HeaderClassName
{
color: #AD1939;
}
.AnyTagClassName
{
color: #AD1939;
}
</style>
background-color css
<style>
a { background-color: #AD1939; }
a { background-color: rgb(173,25,57); }
div.DivClassName
{
background-color: #AD1939;
}
.BgClassName
{
background-color: #AD1939;
}
</style>
border-color css
<style>
span { border-color: #AD1939; }
span { border-color: rgb(173,25,57); }
td.TdClassName
{
border-color: #AD1939;
}
.TagClassName
{
border-color: #AD1939;
}
</style>