Shades of Cardinal #AD1A37
Tints of Cardinal #AD1A37
RGB
CMYK
RGB Variations
Color information
#AD1A37 (or 0xAD1A37) is known color: Cardinal. HEX triplet: AD, 1A and 37. RGB value is (173,26,55). Sum of RGB (Red+Green+Blue) = 173+26+55=254 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.11% from 254); Green value is 26 (10.55% from 255 or 10.24% from 254); Blue value is 55 (21.88% from 255 or 21.65% from 254); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1A37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1A37 is #52E5C8. Grayscale: #494949. Windows color (decimal): -5432777 or 3611309. OLE color: 3611309.
HSL color Cylindrical-coordinate representation of color #AD1A37: hue angle of 348.16º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD1A37 is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 26 | 55 | - |
| CMYK | 0 | 0.85 | 0.68 | 0.32 |
| HSL | 348.16º | 0.74% | 0.39% | - |
| HSV(B) | 348.16º | 0.85% | 0.68% | - |
| XYZ | 18.29 | 9.9 | 4.56 | - |
| YUV | 73.26 | 117.7 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 26 | 55 | 0 | 0.85 | 0.68 | 0.32 | 348.16 | 0.74 | 0.39 |
| Hex | AD | 1A | 37 | 0 | 55 | 44 | 20 | 15C | 4A | 27 |
| Octal | 255 | 32 | 67 | 0 | 125 | 104 | 40 | 534 | 112 | 47 |
| Binary | 10101101 | 11010 | 110111 | 0 | 1010101 | 1000100 | 100000 | 101011100 | 1001010 | 100111 |
Color Harmonies of #AD1A37
Complementary color
Monochromatic Colors of #AD1A37
Black with #AD1A37
Text Example
Text Example
White with #AD1A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1A37; }
p { color: rgb(173,26,55); }
H1.HeaderClassName
{
color: #AD1A37;
}
.AnyTagClassName
{
color: #AD1A37;
}
</style>
background-color css
<style>
a { background-color: #AD1A37; }
a { background-color: rgb(173,26,55); }
div.DivClassName
{
background-color: #AD1A37;
}
.BgClassName
{
background-color: #AD1A37;
}
</style>
border-color css
<style>
span { border-color: #AD1A37; }
span { border-color: rgb(173,26,55); }
td.TdClassName
{
border-color: #AD1A37;
}
.TagClassName
{
border-color: #AD1A37;
}
</style>