Shades of Cardinal #AD1826
Tints of Cardinal #AD1826
RGB
CMYK
RGB Variations
Color information
#AD1826 (or 0xAD1826) is known color: Cardinal. HEX triplet: AD, 18 and 26. RGB value is (173,24,38). Sum of RGB (Red+Green+Blue) = 173+24+38=235 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.62% from 235); Green value is 24 (9.77% from 255 or 10.21% from 235); Blue value is 38 (15.23% from 255 or 16.17% from 235); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1826 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1826 is #52E7D9. Grayscale: #464646. Windows color (decimal): -5433306 or 2496685. OLE color: 2496685.
HSL color Cylindrical-coordinate representation of color #AD1826: hue angle of 354.36º 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 #AD1826 is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 24 | 38 | - |
| CMYK | 0 | 0.86 | 0.78 | 0.32 |
| HSL | 354.36º | 0.76% | 0.39% | - |
| HSV(B) | 354.36º | 0.86% | 0.68% | - |
| XYZ | 17.91 | 9.68 | 2.76 | - |
| YUV | 70.15 | 109.86 | 201.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 24 | 38 | 0 | 0.86 | 0.78 | 0.32 | 354.36 | 0.76 | 0.39 |
| Hex | AD | 18 | 26 | 0 | 56 | 4E | 20 | 162 | 4C | 27 |
| Octal | 255 | 30 | 46 | 0 | 126 | 116 | 40 | 542 | 114 | 47 |
| Binary | 10101101 | 11000 | 100110 | 0 | 1010110 | 1001110 | 100000 | 101100010 | 1001100 | 100111 |
Color Harmonies of #AD1826
Complementary color
Monochromatic Colors of #AD1826
Black with #AD1826
Text Example
Text Example
White with #AD1826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1826; }
p { color: rgb(173,24,38); }
H1.HeaderClassName
{
color: #AD1826;
}
.AnyTagClassName
{
color: #AD1826;
}
</style>
background-color css
<style>
a { background-color: #AD1826; }
a { background-color: rgb(173,24,38); }
div.DivClassName
{
background-color: #AD1826;
}
.BgClassName
{
background-color: #AD1826;
}
</style>
border-color css
<style>
span { border-color: #AD1826; }
span { border-color: rgb(173,24,38); }
td.TdClassName
{
border-color: #AD1826;
}
.TagClassName
{
border-color: #AD1826;
}
</style>