Shades of Cardinal #AD1925
Tints of Cardinal #AD1925
RGB
CMYK
RGB Variations
Color information
#AD1925 (or 0xAD1925) is known color: Cardinal. HEX triplet: AD, 19 and 25. RGB value is (173,25,37). Sum of RGB (Red+Green+Blue) = 173+25+37=235 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.62% from 235); Green value is 25 (10.16% from 255 or 10.64% from 235); Blue value is 37 (14.84% from 255 or 15.74% from 235); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1925 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1925 is #52E6DA. Grayscale: #464646. Windows color (decimal): -5433051 or 2431405. OLE color: 2431405.
HSL color Cylindrical-coordinate representation of color #AD1925: hue angle of 355.14º degrees, saturation: 0.75, 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 #AD1925 is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 25 | 37 | - |
| CMYK | 0 | 0.86 | 0.79 | 0.32 |
| HSL | 355.14º | 0.75% | 0.39% | - |
| HSV(B) | 355.14º | 0.86% | 0.68% | - |
| XYZ | 17.92 | 9.71 | 2.68 | - |
| YUV | 70.62 | 109.03 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 25 | 37 | 0 | 0.86 | 0.79 | 0.32 | 355.14 | 0.75 | 0.39 |
| Hex | AD | 19 | 25 | 0 | 56 | 4F | 20 | 163 | 4B | 27 |
| Octal | 255 | 31 | 45 | 0 | 126 | 117 | 40 | 543 | 113 | 47 |
| Binary | 10101101 | 11001 | 100101 | 0 | 1010110 | 1001111 | 100000 | 101100011 | 1001011 | 100111 |
Color Harmonies of #AD1925
Complementary color
Monochromatic Colors of #AD1925
Black with #AD1925
Text Example
Text Example
White with #AD1925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1925; }
p { color: rgb(173,25,37); }
H1.HeaderClassName
{
color: #AD1925;
}
.AnyTagClassName
{
color: #AD1925;
}
</style>
background-color css
<style>
a { background-color: #AD1925; }
a { background-color: rgb(173,25,37); }
div.DivClassName
{
background-color: #AD1925;
}
.BgClassName
{
background-color: #AD1925;
}
</style>
border-color css
<style>
span { border-color: #AD1925; }
span { border-color: rgb(173,25,37); }
td.TdClassName
{
border-color: #AD1925;
}
.TagClassName
{
border-color: #AD1925;
}
</style>