Shades of Cardinal #AD1840
Tints of Cardinal #AD1840
RGB
CMYK
RGB Variations
Color information
#AD1840 (or 0xAD1840) is known color: Cardinal. HEX triplet: AD, 18 and 40. RGB value is (173,24,64). Sum of RGB (Red+Green+Blue) = 173+24+64=261 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.28% from 261); Green value is 24 (9.77% from 255 or 9.20% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1840 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1840 is #52E7BF. Grayscale: #494949. Windows color (decimal): -5433280 or 4200621. OLE color: 4200621.
HSL color Cylindrical-coordinate representation of color #AD1840: hue angle of 343.89º degrees, saturation: 0.76, 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 #AD1840 is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 24 | 64 | - |
| CMYK | 0 | 0.86 | 0.63 | 0.32 |
| HSL | 343.89º | 0.76% | 0.39% | - |
| HSV(B) | 343.89º | 0.86% | 0.68% | - |
| XYZ | 18.49 | 9.91 | 5.79 | - |
| YUV | 73.11 | 122.86 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 24 | 64 | 0 | 0.86 | 0.63 | 0.32 | 343.89 | 0.76 | 0.39 |
| Hex | AD | 18 | 40 | 0 | 56 | 3F | 20 | 158 | 4C | 27 |
| Octal | 255 | 30 | 100 | 0 | 126 | 77 | 40 | 530 | 114 | 47 |
| Binary | 10101101 | 11000 | 1000000 | 0 | 1010110 | 111111 | 100000 | 101011000 | 1001100 | 100111 |
Color Harmonies of #AD1840
Complementary color
Monochromatic Colors of #AD1840
Black with #AD1840
Text Example
Text Example
White with #AD1840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1840; }
p { color: rgb(173,24,64); }
H1.HeaderClassName
{
color: #AD1840;
}
.AnyTagClassName
{
color: #AD1840;
}
</style>
background-color css
<style>
a { background-color: #AD1840; }
a { background-color: rgb(173,24,64); }
div.DivClassName
{
background-color: #AD1840;
}
.BgClassName
{
background-color: #AD1840;
}
</style>
border-color css
<style>
span { border-color: #AD1840; }
span { border-color: rgb(173,24,64); }
td.TdClassName
{
border-color: #AD1840;
}
.TagClassName
{
border-color: #AD1840;
}
</style>