Shades of Cardinal #AD063B
Tints of Cardinal #AD063B
RGB
CMYK
RGB Variations
Color information
#AD063B (or 0xAD063B) is known color: Cardinal. HEX triplet: AD, 06 and 3B. RGB value is (173,6,59). Sum of RGB (Red+Green+Blue) = 173+6+59=238 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.69% from 238); Green value is 6 (2.73% from 255 or 2.52% from 238); Blue value is 59 (23.44% from 255 or 24.79% from 238); Max value from RGB is 173 - color contains mainly: red. Hex color #AD063B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD063B is #52F9C4. Grayscale: #3D3D3D. Windows color (decimal): -5437893 or 3868333. OLE color: 3868333.
HSL color Cylindrical-coordinate representation of color #AD063B: hue angle of 340.96º 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 #AD063B is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 6 | 59 | - |
| CMYK | 0 | 0.97 | 0.66 | 0.32 |
| HSL | 340.96º | 0.93% | 0.35% | - |
| HSV(B) | 340.96º | 0.97% | 0.68% | - |
| XYZ | 18.09 | 9.33 | 4.99 | - |
| YUV | 61.98 | 126.33 | 207.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 6 | 59 | 0 | 0.97 | 0.66 | 0.32 | 340.96 | 0.93 | 0.35 |
| Hex | AD | 6 | 3B | 0 | 61 | 42 | 20 | 155 | 5D | 23 |
| Octal | 255 | 6 | 73 | 0 | 141 | 102 | 40 | 525 | 135 | 43 |
| Binary | 10101101 | 110 | 111011 | 0 | 1100001 | 1000010 | 100000 | 101010101 | 1011101 | 100011 |
Color Harmonies of #AD063B
Complementary color
Monochromatic Colors of #AD063B
Black with #AD063B
Text Example
Text Example
White with #AD063B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD063B; }
p { color: rgb(173,6,59); }
H1.HeaderClassName
{
color: #AD063B;
}
.AnyTagClassName
{
color: #AD063B;
}
</style>
background-color css
<style>
a { background-color: #AD063B; }
a { background-color: rgb(173,6,59); }
div.DivClassName
{
background-color: #AD063B;
}
.BgClassName
{
background-color: #AD063B;
}
</style>
border-color css
<style>
span { border-color: #AD063B; }
span { border-color: rgb(173,6,59); }
td.TdClassName
{
border-color: #AD063B;
}
.TagClassName
{
border-color: #AD063B;
}
</style>