Shades of Cardinal #AD073A
Tints of Cardinal #AD073A
RGB
CMYK
RGB Variations
Color information
#AD073A (or 0xAD073A) is known color: Cardinal. HEX triplet: AD, 07 and 3A. RGB value is (173,7,58). Sum of RGB (Red+Green+Blue) = 173+7+58=238 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.69% from 238); Green value is 7 (3.12% from 255 or 2.94% from 238); Blue value is 58 (23.05% from 255 or 24.37% from 238); Max value from RGB is 173 - color contains mainly: red. Hex color #AD073A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD073A is #52F8C5. Grayscale: #3E3E3E. Windows color (decimal): -5437638 or 3803053. OLE color: 3803053.
HSL color Cylindrical-coordinate representation of color #AD073A: hue angle of 341.57º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD073A is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 7 | 58 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.32 |
| HSL | 341.57º | 0.92% | 0.35% | - |
| HSV(B) | 341.57º | 0.96% | 0.68% | - |
| XYZ | 18.07 | 9.34 | 4.85 | - |
| YUV | 62.45 | 125.5 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 7 | 58 | 0 | 0.96 | 0.66 | 0.32 | 341.57 | 0.92 | 0.35 |
| Hex | AD | 7 | 3A | 0 | 60 | 42 | 20 | 156 | 5C | 23 |
| Octal | 255 | 7 | 72 | 0 | 140 | 102 | 40 | 526 | 134 | 43 |
| Binary | 10101101 | 111 | 111010 | 0 | 1100000 | 1000010 | 100000 | 101010110 | 1011100 | 100011 |
Color Harmonies of #AD073A
Complementary color
Monochromatic Colors of #AD073A
Black with #AD073A
Text Example
Text Example
White with #AD073A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD073A; }
p { color: rgb(173,7,58); }
H1.HeaderClassName
{
color: #AD073A;
}
.AnyTagClassName
{
color: #AD073A;
}
</style>
background-color css
<style>
a { background-color: #AD073A; }
a { background-color: rgb(173,7,58); }
div.DivClassName
{
background-color: #AD073A;
}
.BgClassName
{
background-color: #AD073A;
}
</style>
border-color css
<style>
span { border-color: #AD073A; }
span { border-color: rgb(173,7,58); }
td.TdClassName
{
border-color: #AD073A;
}
.TagClassName
{
border-color: #AD073A;
}
</style>