Shades of Cardinal #AD2041
Tints of Cardinal #AD2041
RGB
CMYK
RGB Variations
Color information
#AD2041 (or 0xAD2041) is known color: Cardinal. HEX triplet: AD, 20 and 41. RGB value is (173,32,65). Sum of RGB (Red+Green+Blue) = 173+32+65=270 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.07% from 270); Green value is 32 (12.89% from 255 or 11.85% from 270); Blue value is 65 (25.78% from 255 or 24.07% from 270); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2041 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2041 is #52DFBE. Grayscale: #4D4D4D. Windows color (decimal): -5431231 or 4268205. OLE color: 4268205.
HSL color Cylindrical-coordinate representation of color #AD2041: hue angle of 345.96º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD2041 is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 32 | 65 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.32 |
| HSL | 345.96º | 0.69% | 0.4% | - |
| HSV(B) | 345.96º | 0.82% | 0.68% | - |
| XYZ | 18.7 | 10.3 | 6 | - |
| YUV | 77.92 | 120.71 | 195.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 32 | 65 | 0 | 0.82 | 0.62 | 0.32 | 345.96 | 0.69 | 0.4 |
| Hex | AD | 20 | 41 | 0 | 52 | 3E | 20 | 15A | 45 | 28 |
| Octal | 255 | 40 | 101 | 0 | 122 | 76 | 40 | 532 | 105 | 50 |
| Binary | 10101101 | 100000 | 1000001 | 0 | 1010010 | 111110 | 100000 | 101011010 | 1000101 | 101000 |
Color Harmonies of #AD2041
Complementary color
Monochromatic Colors of #AD2041
Black with #AD2041
Text Example
Text Example
White with #AD2041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2041; }
p { color: rgb(173,32,65); }
H1.HeaderClassName
{
color: #AD2041;
}
.AnyTagClassName
{
color: #AD2041;
}
</style>
background-color css
<style>
a { background-color: #AD2041; }
a { background-color: rgb(173,32,65); }
div.DivClassName
{
background-color: #AD2041;
}
.BgClassName
{
background-color: #AD2041;
}
</style>
border-color css
<style>
span { border-color: #AD2041; }
span { border-color: rgb(173,32,65); }
td.TdClassName
{
border-color: #AD2041;
}
.TagClassName
{
border-color: #AD2041;
}
</style>