Shades of Cardinal #AD1725
Tints of Cardinal #AD1725
RGB
CMYK
RGB Variations
Color information
#AD1725 (or 0xAD1725) is known color: Cardinal. HEX triplet: AD, 17 and 25. RGB value is (173,23,37). Sum of RGB (Red+Green+Blue) = 173+23+37=233 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.25% from 233); Green value is 23 (9.38% from 255 or 9.87% from 233); Blue value is 37 (14.84% from 255 or 15.88% from 233); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1725 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1725 is #52E8DA. Grayscale: #454545. Windows color (decimal): -5433563 or 2430893. OLE color: 2430893.
HSL color Cylindrical-coordinate representation of color #AD1725: hue angle of 354.4º 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 #AD1725 is Cyan = 0, Magento = 0.87, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 23 | 37 | - |
| CMYK | 0 | 0.87 | 0.79 | 0.32 |
| HSL | 354.4º | 0.77% | 0.38% | - |
| HSV(B) | 354.4º | 0.87% | 0.68% | - |
| XYZ | 17.87 | 9.63 | 2.67 | - |
| YUV | 69.45 | 109.7 | 201.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 23 | 37 | 0 | 0.87 | 0.79 | 0.32 | 354.4 | 0.77 | 0.38 |
| Hex | AD | 17 | 25 | 0 | 57 | 4F | 20 | 162 | 4D | 26 |
| Octal | 255 | 27 | 45 | 0 | 127 | 117 | 40 | 542 | 115 | 46 |
| Binary | 10101101 | 10111 | 100101 | 0 | 1010111 | 1001111 | 100000 | 101100010 | 1001101 | 100110 |
Color Harmonies of #AD1725
Complementary color
Monochromatic Colors of #AD1725
Black with #AD1725
Text Example
Text Example
White with #AD1725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1725; }
p { color: rgb(173,23,37); }
H1.HeaderClassName
{
color: #AD1725;
}
.AnyTagClassName
{
color: #AD1725;
}
</style>
background-color css
<style>
a { background-color: #AD1725; }
a { background-color: rgb(173,23,37); }
div.DivClassName
{
background-color: #AD1725;
}
.BgClassName
{
background-color: #AD1725;
}
</style>
border-color css
<style>
span { border-color: #AD1725; }
span { border-color: rgb(173,23,37); }
td.TdClassName
{
border-color: #AD1725;
}
.TagClassName
{
border-color: #AD1725;
}
</style>