Shades of Cardinal #AD063E
Tints of Cardinal #AD063E
RGB
CMYK
RGB Variations
Color information
#AD063E (or 0xAD063E) is known color: Cardinal. HEX triplet: AD, 06 and 3E. RGB value is (173,6,62). Sum of RGB (Red+Green+Blue) = 173+6+62=241 (31% of max value = 765). Red value is 173 (67.97% from 255 or 71.78% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 62 (24.61% from 255 or 25.73% from 241); Max value from RGB is 173 - color contains mainly: red. Hex color #AD063E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD063E is #52F9C1. Grayscale: #3E3E3E. Windows color (decimal): -5437890 or 4064941. OLE color: 4064941.
HSL color Cylindrical-coordinate representation of color #AD063E: hue angle of 339.88º degrees, saturation: 0.93, 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 #AD063E is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 6 | 62 | - |
| CMYK | 0 | 0.97 | 0.64 | 0.32 |
| HSL | 339.88º | 0.93% | 0.35% | - |
| HSV(B) | 339.88º | 0.97% | 0.68% | - |
| XYZ | 18.17 | 9.36 | 5.41 | - |
| YUV | 62.32 | 127.83 | 206.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 6 | 62 | 0 | 0.97 | 0.64 | 0.32 | 339.88 | 0.93 | 0.35 |
| Hex | AD | 6 | 3E | 0 | 61 | 40 | 20 | 154 | 5D | 23 |
| Octal | 255 | 6 | 76 | 0 | 141 | 100 | 40 | 524 | 135 | 43 |
| Binary | 10101101 | 110 | 111110 | 0 | 1100001 | 1000000 | 100000 | 101010100 | 1011101 | 100011 |
Color Harmonies of #AD063E
Complementary color
Monochromatic Colors of #AD063E
Black with #AD063E
Text Example
Text Example
White with #AD063E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD063E; }
p { color: rgb(173,6,62); }
H1.HeaderClassName
{
color: #AD063E;
}
.AnyTagClassName
{
color: #AD063E;
}
</style>
background-color css
<style>
a { background-color: #AD063E; }
a { background-color: rgb(173,6,62); }
div.DivClassName
{
background-color: #AD063E;
}
.BgClassName
{
background-color: #AD063E;
}
</style>
border-color css
<style>
span { border-color: #AD063E; }
span { border-color: rgb(173,6,62); }
td.TdClassName
{
border-color: #AD063E;
}
.TagClassName
{
border-color: #AD063E;
}
</style>