Shades of Cardinal #AD1625
Tints of Cardinal #AD1625
RGB
CMYK
RGB Variations
Color information
#AD1625 (or 0xAD1625) is known color: Cardinal. HEX triplet: AD, 16 and 25. RGB value is (173,22,37). Sum of RGB (Red+Green+Blue) = 173+22+37=232 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.57% from 232); Green value is 22 (8.98% from 255 or 9.48% from 232); Blue value is 37 (14.84% from 255 or 15.95% from 232); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1625 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1625 is #52E9DA. Grayscale: #444444. Windows color (decimal): -5433819 or 2430637. OLE color: 2430637.
HSL color Cylindrical-coordinate representation of color #AD1625: hue angle of 354.04º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD1625 is Cyan = 0, Magento = 0.87, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 22 | 37 | - |
| CMYK | 0 | 0.87 | 0.79 | 0.32 |
| HSL | 354.04º | 0.77% | 0.38% | - |
| HSV(B) | 354.04º | 0.87% | 0.68% | - |
| XYZ | 17.85 | 9.59 | 2.66 | - |
| YUV | 68.86 | 110.03 | 202.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 22 | 37 | 0 | 0.87 | 0.79 | 0.32 | 354.04 | 0.77 | 0.38 |
| Hex | AD | 16 | 25 | 0 | 57 | 4F | 20 | 162 | 4D | 26 |
| Octal | 255 | 26 | 45 | 0 | 127 | 117 | 40 | 542 | 115 | 46 |
| Binary | 10101101 | 10110 | 100101 | 0 | 1010111 | 1001111 | 100000 | 101100010 | 1001101 | 100110 |
Color Harmonies of #AD1625
Complementary color
Monochromatic Colors of #AD1625
Black with #AD1625
Text Example
Text Example
White with #AD1625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1625; }
p { color: rgb(173,22,37); }
H1.HeaderClassName
{
color: #AD1625;
}
.AnyTagClassName
{
color: #AD1625;
}
</style>
background-color css
<style>
a { background-color: #AD1625; }
a { background-color: rgb(173,22,37); }
div.DivClassName
{
background-color: #AD1625;
}
.BgClassName
{
background-color: #AD1625;
}
</style>
border-color css
<style>
span { border-color: #AD1625; }
span { border-color: rgb(173,22,37); }
td.TdClassName
{
border-color: #AD1625;
}
.TagClassName
{
border-color: #AD1625;
}
</style>