Shades of Cardinal #AD073F
Tints of Cardinal #AD073F
RGB
CMYK
RGB Variations
Color information
#AD073F (or 0xAD073F) is known color: Cardinal. HEX triplet: AD, 07 and 3F. RGB value is (173,7,63). Sum of RGB (Red+Green+Blue) = 173+7+63=243 (32% of max value = 765). Red value is 173 (67.97% from 255 or 71.19% from 243); Green value is 7 (3.12% from 255 or 2.88% from 243); Blue value is 63 (25% from 255 or 25.93% from 243); Max value from RGB is 173 - color contains mainly: red. Hex color #AD073F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD073F is #52F8C0. Grayscale: #3E3E3E. Windows color (decimal): -5437633 or 4130733. OLE color: 4130733.
HSL color Cylindrical-coordinate representation of color #AD073F: hue angle of 339.76º 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 #AD073F is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 7 | 63 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.32 |
| HSL | 339.76º | 0.92% | 0.35% | - |
| HSV(B) | 339.76º | 0.96% | 0.68% | - |
| XYZ | 18.21 | 9.4 | 5.56 | - |
| YUV | 63.02 | 128 | 206.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 7 | 63 | 0 | 0.96 | 0.64 | 0.32 | 339.76 | 0.92 | 0.35 |
| Hex | AD | 7 | 3F | 0 | 60 | 40 | 20 | 154 | 5C | 23 |
| Octal | 255 | 7 | 77 | 0 | 140 | 100 | 40 | 524 | 134 | 43 |
| Binary | 10101101 | 111 | 111111 | 0 | 1100000 | 1000000 | 100000 | 101010100 | 1011100 | 100011 |
Color Harmonies of #AD073F
Complementary color
Monochromatic Colors of #AD073F
Black with #AD073F
Text Example
Text Example
White with #AD073F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD073F; }
p { color: rgb(173,7,63); }
H1.HeaderClassName
{
color: #AD073F;
}
.AnyTagClassName
{
color: #AD073F;
}
</style>
background-color css
<style>
a { background-color: #AD073F; }
a { background-color: rgb(173,7,63); }
div.DivClassName
{
background-color: #AD073F;
}
.BgClassName
{
background-color: #AD073F;
}
</style>
border-color css
<style>
span { border-color: #AD073F; }
span { border-color: rgb(173,7,63); }
td.TdClassName
{
border-color: #AD073F;
}
.TagClassName
{
border-color: #AD073F;
}
</style>