Shades of Cardinal #AD053D
Tints of Cardinal #AD053D
RGB
CMYK
RGB Variations
Color information
#AD053D (or 0xAD053D) is known color: Cardinal. HEX triplet: AD, 05 and 3D. RGB value is (173,5,61). Sum of RGB (Red+Green+Blue) = 173+5+61=239 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.38% from 239); Green value is 5 (2.34% from 255 or 2.09% from 239); Blue value is 61 (24.22% from 255 or 25.52% from 239); Max value from RGB is 173 - color contains mainly: red. Hex color #AD053D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD053D is #52FAC2. Grayscale: #3D3D3D. Windows color (decimal): -5438147 or 3999149. OLE color: 3999149.
HSL color Cylindrical-coordinate representation of color #AD053D: hue angle of 340º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD053D is Cyan = 0, Magento = 0.97, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 5 | 61 | - |
| CMYK | 0 | 0.97 | 0.65 | 0.32 |
| HSL | 340º | 0.94% | 0.35% | - |
| HSV(B) | 340º | 0.97% | 0.68% | - |
| XYZ | 18.13 | 9.33 | 5.26 | - |
| YUV | 61.62 | 127.66 | 207.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 5 | 61 | 0 | 0.97 | 0.65 | 0.32 | 340 | 0.94 | 0.35 |
| Hex | AD | 5 | 3D | 0 | 61 | 41 | 20 | 154 | 5E | 23 |
| Octal | 255 | 5 | 75 | 0 | 141 | 101 | 40 | 524 | 136 | 43 |
| Binary | 10101101 | 101 | 111101 | 0 | 1100001 | 1000001 | 100000 | 101010100 | 1011110 | 100011 |
Color Harmonies of #AD053D
Complementary color
Monochromatic Colors of #AD053D
Black with #AD053D
Text Example
Text Example
White with #AD053D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD053D; }
p { color: rgb(173,5,61); }
H1.HeaderClassName
{
color: #AD053D;
}
.AnyTagClassName
{
color: #AD053D;
}
</style>
background-color css
<style>
a { background-color: #AD053D; }
a { background-color: rgb(173,5,61); }
div.DivClassName
{
background-color: #AD053D;
}
.BgClassName
{
background-color: #AD053D;
}
</style>
border-color css
<style>
span { border-color: #AD053D; }
span { border-color: rgb(173,5,61); }
td.TdClassName
{
border-color: #AD053D;
}
.TagClassName
{
border-color: #AD053D;
}
</style>