Shades of Cardinal #AD1E41
Tints of Cardinal #AD1E41
RGB
CMYK
RGB Variations
Color information
#AD1E41 (or 0xAD1E41) is known color: Cardinal. HEX triplet: AD, 1E and 41. RGB value is (173,30,65). Sum of RGB (Red+Green+Blue) = 173+30+65=268 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.55% from 268); Green value is 30 (12.11% from 255 or 11.19% from 268); Blue value is 65 (25.78% from 255 or 24.25% from 268); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1E41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1E41 is #52E1BE. Grayscale: #4C4C4C. Windows color (decimal): -5431743 or 4267693. OLE color: 4267693.
HSL color Cylindrical-coordinate representation of color #AD1E41: hue angle of 345.31º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD1E41 is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 30 | 65 | - |
| CMYK | 0 | 0.83 | 0.62 | 0.32 |
| HSL | 345.31º | 0.7% | 0.4% | - |
| HSV(B) | 345.31º | 0.83% | 0.68% | - |
| XYZ | 18.65 | 10.19 | 5.99 | - |
| YUV | 76.75 | 121.38 | 196.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 30 | 65 | 0 | 0.83 | 0.62 | 0.32 | 345.31 | 0.7 | 0.4 |
| Hex | AD | 1E | 41 | 0 | 53 | 3E | 20 | 159 | 46 | 28 |
| Octal | 255 | 36 | 101 | 0 | 123 | 76 | 40 | 531 | 106 | 50 |
| Binary | 10101101 | 11110 | 1000001 | 0 | 1010011 | 111110 | 100000 | 101011001 | 1000110 | 101000 |
Color Harmonies of #AD1E41
Complementary color
Monochromatic Colors of #AD1E41
Black with #AD1E41
Text Example
Text Example
White with #AD1E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1E41; }
p { color: rgb(173,30,65); }
H1.HeaderClassName
{
color: #AD1E41;
}
.AnyTagClassName
{
color: #AD1E41;
}
</style>
background-color css
<style>
a { background-color: #AD1E41; }
a { background-color: rgb(173,30,65); }
div.DivClassName
{
background-color: #AD1E41;
}
.BgClassName
{
background-color: #AD1E41;
}
</style>
border-color css
<style>
span { border-color: #AD1E41; }
span { border-color: rgb(173,30,65); }
td.TdClassName
{
border-color: #AD1E41;
}
.TagClassName
{
border-color: #AD1E41;
}
</style>