Shades of Cardinal #AD1825
Tints of Cardinal #AD1825
RGB
CMYK
RGB Variations
Color information
#AD1825 (or 0xAD1825) is known color: Cardinal. HEX triplet: AD, 18 and 25. RGB value is (173,24,37). Sum of RGB (Red+Green+Blue) = 173+24+37=234 (30% of max value = 765). Red value is 173 (67.97% from 255 or 73.93% from 234); Green value is 24 (9.77% from 255 or 10.26% from 234); Blue value is 37 (14.84% from 255 or 15.81% from 234); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1825 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1825 is #52E7DA. Grayscale: #464646. Windows color (decimal): -5433307 or 2431149. OLE color: 2431149.
HSL color Cylindrical-coordinate representation of color #AD1825: hue angle of 354.77º 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 #AD1825 is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 24 | 37 | - |
| CMYK | 0 | 0.86 | 0.79 | 0.32 |
| HSL | 354.77º | 0.76% | 0.39% | - |
| HSV(B) | 354.77º | 0.86% | 0.68% | - |
| XYZ | 17.89 | 9.67 | 2.67 | - |
| YUV | 70.03 | 109.36 | 201.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 24 | 37 | 0 | 0.86 | 0.79 | 0.32 | 354.77 | 0.76 | 0.39 |
| Hex | AD | 18 | 25 | 0 | 56 | 4F | 20 | 163 | 4C | 27 |
| Octal | 255 | 30 | 45 | 0 | 126 | 117 | 40 | 543 | 114 | 47 |
| Binary | 10101101 | 11000 | 100101 | 0 | 1010110 | 1001111 | 100000 | 101100011 | 1001100 | 100111 |
Color Harmonies of #AD1825
Complementary color
Monochromatic Colors of #AD1825
Black with #AD1825
Text Example
Text Example
White with #AD1825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1825; }
p { color: rgb(173,24,37); }
H1.HeaderClassName
{
color: #AD1825;
}
.AnyTagClassName
{
color: #AD1825;
}
</style>
background-color css
<style>
a { background-color: #AD1825; }
a { background-color: rgb(173,24,37); }
div.DivClassName
{
background-color: #AD1825;
}
.BgClassName
{
background-color: #AD1825;
}
</style>
border-color css
<style>
span { border-color: #AD1825; }
span { border-color: rgb(173,24,37); }
td.TdClassName
{
border-color: #AD1825;
}
.TagClassName
{
border-color: #AD1825;
}
</style>