Shades of Cardinal #AD1824
Tints of Cardinal #AD1824
RGB
CMYK
RGB Variations
Color information
#AD1824 (or 0xAD1824) is known color: Cardinal. HEX triplet: AD, 18 and 24. RGB value is (173,24,36). Sum of RGB (Red+Green+Blue) = 173+24+36=233 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.25% from 233); Green value is 24 (9.77% from 255 or 10.30% from 233); Blue value is 36 (14.45% from 255 or 15.45% from 233); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1824 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1824 is #52E7DB. Grayscale: #464646. Windows color (decimal): -5433308 or 2365613. OLE color: 2365613.
HSL color Cylindrical-coordinate representation of color #AD1824: hue angle of 355.17º 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 #AD1824 is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 24 | 36 | - |
| CMYK | 0 | 0.86 | 0.79 | 0.32 |
| HSL | 355.17º | 0.76% | 0.39% | - |
| HSV(B) | 355.17º | 0.86% | 0.68% | - |
| XYZ | 17.88 | 9.66 | 2.59 | - |
| YUV | 69.92 | 108.86 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 24 | 36 | 0 | 0.86 | 0.79 | 0.32 | 355.17 | 0.76 | 0.39 |
| Hex | AD | 18 | 24 | 0 | 56 | 4F | 20 | 163 | 4C | 27 |
| Octal | 255 | 30 | 44 | 0 | 126 | 117 | 40 | 543 | 114 | 47 |
| Binary | 10101101 | 11000 | 100100 | 0 | 1010110 | 1001111 | 100000 | 101100011 | 1001100 | 100111 |
Color Harmonies of #AD1824
Complementary color
Monochromatic Colors of #AD1824
Black with #AD1824
Text Example
Text Example
White with #AD1824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1824; }
p { color: rgb(173,24,36); }
H1.HeaderClassName
{
color: #AD1824;
}
.AnyTagClassName
{
color: #AD1824;
}
</style>
background-color css
<style>
a { background-color: #AD1824; }
a { background-color: rgb(173,24,36); }
div.DivClassName
{
background-color: #AD1824;
}
.BgClassName
{
background-color: #AD1824;
}
</style>
border-color css
<style>
span { border-color: #AD1824; }
span { border-color: rgb(173,24,36); }
td.TdClassName
{
border-color: #AD1824;
}
.TagClassName
{
border-color: #AD1824;
}
</style>