Shades of Cardinal #AD073C
Tints of Cardinal #AD073C
RGB
CMYK
RGB Variations
Color information
#AD073C (or 0xAD073C) is known color: Cardinal. HEX triplet: AD, 07 and 3C. RGB value is (173,7,60). Sum of RGB (Red+Green+Blue) = 173+7+60=240 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.08% from 240); Green value is 7 (3.12% from 255 or 2.92% from 240); Blue value is 60 (23.83% from 255 or 25% from 240); Max value from RGB is 173 - color contains mainly: red. Hex color #AD073C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD073C is #52F8C3. Grayscale: #3E3E3E. Windows color (decimal): -5437636 or 3934125. OLE color: 3934125.
HSL color Cylindrical-coordinate representation of color #AD073C: hue angle of 340.84º 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 #AD073C is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 7 | 60 | - |
| CMYK | 0 | 0.96 | 0.65 | 0.32 |
| HSL | 340.84º | 0.92% | 0.35% | - |
| HSV(B) | 340.84º | 0.96% | 0.68% | - |
| XYZ | 18.13 | 9.36 | 5.13 | - |
| YUV | 62.68 | 126.5 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 7 | 60 | 0 | 0.96 | 0.65 | 0.32 | 340.84 | 0.92 | 0.35 |
| Hex | AD | 7 | 3C | 0 | 60 | 41 | 20 | 155 | 5C | 23 |
| Octal | 255 | 7 | 74 | 0 | 140 | 101 | 40 | 525 | 134 | 43 |
| Binary | 10101101 | 111 | 111100 | 0 | 1100000 | 1000001 | 100000 | 101010101 | 1011100 | 100011 |
Color Harmonies of #AD073C
Complementary color
Monochromatic Colors of #AD073C
Black with #AD073C
Text Example
Text Example
White with #AD073C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD073C; }
p { color: rgb(173,7,60); }
H1.HeaderClassName
{
color: #AD073C;
}
.AnyTagClassName
{
color: #AD073C;
}
</style>
background-color css
<style>
a { background-color: #AD073C; }
a { background-color: rgb(173,7,60); }
div.DivClassName
{
background-color: #AD073C;
}
.BgClassName
{
background-color: #AD073C;
}
</style>
border-color css
<style>
span { border-color: #AD073C; }
span { border-color: rgb(173,7,60); }
td.TdClassName
{
border-color: #AD073C;
}
.TagClassName
{
border-color: #AD073C;
}
</style>