Shades of Cardinal #AD083E
Tints of Cardinal #AD083E
RGB
CMYK
RGB Variations
Color information
#AD083E (or 0xAD083E) is known color: Cardinal. HEX triplet: AD, 08 and 3E. RGB value is (173,8,62). Sum of RGB (Red+Green+Blue) = 173+8+62=243 (32% of max value = 765). Red value is 173 (67.97% from 255 or 71.19% from 243); Green value is 8 (3.52% from 255 or 3.29% from 243); Blue value is 62 (24.61% from 255 or 25.51% from 243); Max value from RGB is 173 - color contains mainly: red. Hex color #AD083E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD083E is #52F7C1. Grayscale: #3F3F3F. Windows color (decimal): -5437378 or 4065453. OLE color: 4065453.
HSL color Cylindrical-coordinate representation of color #AD083E: hue angle of 340.36º 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 #AD083E is Cyan = 0, Magento = 0.95, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 8 | 62 | - |
| CMYK | 0 | 0.95 | 0.64 | 0.32 |
| HSL | 340.36º | 0.91% | 0.35% | - |
| HSV(B) | 340.36º | 0.95% | 0.68% | - |
| XYZ | 18.19 | 9.41 | 5.41 | - |
| YUV | 63.49 | 127.16 | 206.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 8 | 62 | 0 | 0.95 | 0.64 | 0.32 | 340.36 | 0.91 | 0.35 |
| Hex | AD | 8 | 3E | 0 | 5F | 40 | 20 | 154 | 5B | 23 |
| Octal | 255 | 10 | 76 | 0 | 137 | 100 | 40 | 524 | 133 | 43 |
| Binary | 10101101 | 1000 | 111110 | 0 | 1011111 | 1000000 | 100000 | 101010100 | 1011011 | 100011 |
Color Harmonies of #AD083E
Complementary color
Monochromatic Colors of #AD083E
Black with #AD083E
Text Example
Text Example
White with #AD083E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD083E; }
p { color: rgb(173,8,62); }
H1.HeaderClassName
{
color: #AD083E;
}
.AnyTagClassName
{
color: #AD083E;
}
</style>
background-color css
<style>
a { background-color: #AD083E; }
a { background-color: rgb(173,8,62); }
div.DivClassName
{
background-color: #AD083E;
}
.BgClassName
{
background-color: #AD083E;
}
</style>
border-color css
<style>
span { border-color: #AD083E; }
span { border-color: rgb(173,8,62); }
td.TdClassName
{
border-color: #AD083E;
}
.TagClassName
{
border-color: #AD083E;
}
</style>