Shades of Cardinal #AD1930
Tints of Cardinal #AD1930
RGB
CMYK
RGB Variations
Color information
#AD1930 (or 0xAD1930) is known color: Cardinal. HEX triplet: AD, 19 and 30. RGB value is (173,25,48). Sum of RGB (Red+Green+Blue) = 173+25+48=246 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.33% from 246); Green value is 25 (10.16% from 255 or 10.16% from 246); Blue value is 48 (19.14% from 255 or 19.51% from 246); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1930 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1930 is #52E6CF. Grayscale: #474747. Windows color (decimal): -5433040 or 3152301. OLE color: 3152301.
HSL color Cylindrical-coordinate representation of color #AD1930: hue angle of 350.68º 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 #AD1930 is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 25 | 48 | - |
| CMYK | 0 | 0.86 | 0.72 | 0.32 |
| HSL | 350.68º | 0.75% | 0.39% | - |
| HSV(B) | 350.68º | 0.86% | 0.68% | - |
| XYZ | 18.11 | 9.79 | 3.73 | - |
| YUV | 71.87 | 114.53 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 25 | 48 | 0 | 0.86 | 0.72 | 0.32 | 350.68 | 0.75 | 0.39 |
| Hex | AD | 19 | 30 | 0 | 56 | 48 | 20 | 15F | 4B | 27 |
| Octal | 255 | 31 | 60 | 0 | 126 | 110 | 40 | 537 | 113 | 47 |
| Binary | 10101101 | 11001 | 110000 | 0 | 1010110 | 1001000 | 100000 | 101011111 | 1001011 | 100111 |
Color Harmonies of #AD1930
Complementary color
Monochromatic Colors of #AD1930
Black with #AD1930
Text Example
Text Example
White with #AD1930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1930; }
p { color: rgb(173,25,48); }
H1.HeaderClassName
{
color: #AD1930;
}
.AnyTagClassName
{
color: #AD1930;
}
</style>
background-color css
<style>
a { background-color: #AD1930; }
a { background-color: rgb(173,25,48); }
div.DivClassName
{
background-color: #AD1930;
}
.BgClassName
{
background-color: #AD1930;
}
</style>
border-color css
<style>
span { border-color: #AD1930; }
span { border-color: rgb(173,25,48); }
td.TdClassName
{
border-color: #AD1930;
}
.TagClassName
{
border-color: #AD1930;
}
</style>