Shades of Cardinal #AD1927
Tints of Cardinal #AD1927
RGB
CMYK
RGB Variations
Color information
#AD1927 (or 0xAD1927) is known color: Cardinal. HEX triplet: AD, 19 and 27. RGB value is (173,25,39). Sum of RGB (Red+Green+Blue) = 173+25+39=237 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.00% from 237); Green value is 25 (10.16% from 255 or 10.55% from 237); Blue value is 39 (15.62% from 255 or 16.46% from 237); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1927 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1927 is #52E6D8. Grayscale: #464646. Windows color (decimal): -5433049 or 2562477. OLE color: 2562477.
HSL color Cylindrical-coordinate representation of color #AD1927: hue angle of 354.32º 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 #AD1927 is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 25 | 39 | - |
| CMYK | 0 | 0.86 | 0.77 | 0.32 |
| HSL | 354.32º | 0.75% | 0.39% | - |
| HSV(B) | 354.32º | 0.86% | 0.68% | - |
| XYZ | 17.95 | 9.73 | 2.85 | - |
| YUV | 70.85 | 110.03 | 200.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 25 | 39 | 0 | 0.86 | 0.77 | 0.32 | 354.32 | 0.75 | 0.39 |
| Hex | AD | 19 | 27 | 0 | 56 | 4D | 20 | 162 | 4B | 27 |
| Octal | 255 | 31 | 47 | 0 | 126 | 115 | 40 | 542 | 113 | 47 |
| Binary | 10101101 | 11001 | 100111 | 0 | 1010110 | 1001101 | 100000 | 101100010 | 1001011 | 100111 |
Color Harmonies of #AD1927
Complementary color
Monochromatic Colors of #AD1927
Black with #AD1927
Text Example
Text Example
White with #AD1927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1927; }
p { color: rgb(173,25,39); }
H1.HeaderClassName
{
color: #AD1927;
}
.AnyTagClassName
{
color: #AD1927;
}
</style>
background-color css
<style>
a { background-color: #AD1927; }
a { background-color: rgb(173,25,39); }
div.DivClassName
{
background-color: #AD1927;
}
.BgClassName
{
background-color: #AD1927;
}
</style>
border-color css
<style>
span { border-color: #AD1927; }
span { border-color: rgb(173,25,39); }
td.TdClassName
{
border-color: #AD1927;
}
.TagClassName
{
border-color: #AD1927;
}
</style>