Shades of Cardinal #AD083F
Tints of Cardinal #AD083F
RGB
CMYK
RGB Variations
Color information
#AD083F (or 0xAD083F) is known color: Cardinal. HEX triplet: AD, 08 and 3F. RGB value is (173,8,63). Sum of RGB (Red+Green+Blue) = 173+8+63=244 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.90% from 244); Green value is 8 (3.52% from 255 or 3.28% from 244); Blue value is 63 (25% from 255 or 25.82% from 244); Max value from RGB is 173 - color contains mainly: red. Hex color #AD083F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD083F is #52F7C0. Grayscale: #3F3F3F. Windows color (decimal): -5437377 or 4130989. OLE color: 4130989.
HSL color Cylindrical-coordinate representation of color #AD083F: hue angle of 340º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD083F is Cyan = 0, Magento = 0.95, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 8 | 63 | - |
| CMYK | 0 | 0.95 | 0.64 | 0.32 |
| HSL | 340º | 0.91% | 0.35% | - |
| HSV(B) | 340º | 0.95% | 0.68% | - |
| XYZ | 18.22 | 9.42 | 5.56 | - |
| YUV | 63.61 | 127.66 | 206.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 8 | 63 | 0 | 0.95 | 0.64 | 0.32 | 340 | 0.91 | 0.35 |
| Hex | AD | 8 | 3F | 0 | 5F | 40 | 20 | 154 | 5B | 23 |
| Octal | 255 | 10 | 77 | 0 | 137 | 100 | 40 | 524 | 133 | 43 |
| Binary | 10101101 | 1000 | 111111 | 0 | 1011111 | 1000000 | 100000 | 101010100 | 1011011 | 100011 |
Color Harmonies of #AD083F
Complementary color
Monochromatic Colors of #AD083F
Black with #AD083F
Text Example
Text Example
White with #AD083F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD083F; }
p { color: rgb(173,8,63); }
H1.HeaderClassName
{
color: #AD083F;
}
.AnyTagClassName
{
color: #AD083F;
}
</style>
background-color css
<style>
a { background-color: #AD083F; }
a { background-color: rgb(173,8,63); }
div.DivClassName
{
background-color: #AD083F;
}
.BgClassName
{
background-color: #AD083F;
}
</style>
border-color css
<style>
span { border-color: #AD083F; }
span { border-color: rgb(173,8,63); }
td.TdClassName
{
border-color: #AD083F;
}
.TagClassName
{
border-color: #AD083F;
}
</style>