Shades of Cardinal #AD1A36
Tints of Cardinal #AD1A36
RGB
CMYK
RGB Variations
Color information
#AD1A36 (or 0xAD1A36) is known color: Cardinal. HEX triplet: AD, 1A and 36. RGB value is (173,26,54). Sum of RGB (Red+Green+Blue) = 173+26+54=253 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.38% from 253); Green value is 26 (10.55% from 255 or 10.28% from 253); Blue value is 54 (21.48% from 255 or 21.34% from 253); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1A36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1A36 is #52E5C9. Grayscale: #494949. Windows color (decimal): -5432778 or 3545773. OLE color: 3545773.
HSL color Cylindrical-coordinate representation of color #AD1A36: hue angle of 348.57º 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 #AD1A36 is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 26 | 54 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.32 |
| HSL | 348.57º | 0.74% | 0.39% | - |
| HSV(B) | 348.57º | 0.85% | 0.68% | - |
| XYZ | 18.27 | 9.89 | 4.44 | - |
| YUV | 73.15 | 117.2 | 199.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 26 | 54 | 0 | 0.85 | 0.69 | 0.32 | 348.57 | 0.74 | 0.39 |
| Hex | AD | 1A | 36 | 0 | 55 | 45 | 20 | 15D | 4A | 27 |
| Octal | 255 | 32 | 66 | 0 | 125 | 105 | 40 | 535 | 112 | 47 |
| Binary | 10101101 | 11010 | 110110 | 0 | 1010101 | 1000101 | 100000 | 101011101 | 1001010 | 100111 |
Color Harmonies of #AD1A36
Complementary color
Monochromatic Colors of #AD1A36
Black with #AD1A36
Text Example
Text Example
White with #AD1A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1A36; }
p { color: rgb(173,26,54); }
H1.HeaderClassName
{
color: #AD1A36;
}
.AnyTagClassName
{
color: #AD1A36;
}
</style>
background-color css
<style>
a { background-color: #AD1A36; }
a { background-color: rgb(173,26,54); }
div.DivClassName
{
background-color: #AD1A36;
}
.BgClassName
{
background-color: #AD1A36;
}
</style>
border-color css
<style>
span { border-color: #AD1A36; }
span { border-color: rgb(173,26,54); }
td.TdClassName
{
border-color: #AD1A36;
}
.TagClassName
{
border-color: #AD1A36;
}
</style>