Shades of Cardinal #AD1926
Tints of Cardinal #AD1926
RGB
CMYK
RGB Variations
Color information
#AD1926 (or 0xAD1926) is known color: Cardinal. HEX triplet: AD, 19 and 26. RGB value is (173,25,38). Sum of RGB (Red+Green+Blue) = 173+25+38=236 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.31% from 236); Green value is 25 (10.16% from 255 or 10.59% from 236); Blue value is 38 (15.23% from 255 or 16.10% from 236); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1926 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1926 is #52E6D9. Grayscale: #464646. Windows color (decimal): -5433050 or 2496941. OLE color: 2496941.
HSL color Cylindrical-coordinate representation of color #AD1926: hue angle of 354.73º 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 #AD1926 is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 25 | 38 | - |
| CMYK | 0 | 0.86 | 0.78 | 0.32 |
| HSL | 354.73º | 0.75% | 0.39% | - |
| HSV(B) | 354.73º | 0.86% | 0.68% | - |
| XYZ | 17.93 | 9.72 | 2.76 | - |
| YUV | 70.73 | 109.53 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 25 | 38 | 0 | 0.86 | 0.78 | 0.32 | 354.73 | 0.75 | 0.39 |
| Hex | AD | 19 | 26 | 0 | 56 | 4E | 20 | 163 | 4B | 27 |
| Octal | 255 | 31 | 46 | 0 | 126 | 116 | 40 | 543 | 113 | 47 |
| Binary | 10101101 | 11001 | 100110 | 0 | 1010110 | 1001110 | 100000 | 101100011 | 1001011 | 100111 |
Color Harmonies of #AD1926
Complementary color
Monochromatic Colors of #AD1926
Black with #AD1926
Text Example
Text Example
White with #AD1926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1926; }
p { color: rgb(173,25,38); }
H1.HeaderClassName
{
color: #AD1926;
}
.AnyTagClassName
{
color: #AD1926;
}
</style>
background-color css
<style>
a { background-color: #AD1926; }
a { background-color: rgb(173,25,38); }
div.DivClassName
{
background-color: #AD1926;
}
.BgClassName
{
background-color: #AD1926;
}
</style>
border-color css
<style>
span { border-color: #AD1926; }
span { border-color: rgb(173,25,38); }
td.TdClassName
{
border-color: #AD1926;
}
.TagClassName
{
border-color: #AD1926;
}
</style>