Shades of Cardinal #AD093D
Tints of Cardinal #AD093D
RGB
CMYK
RGB Variations
Color information
#AD093D (or 0xAD093D) is known color: Cardinal. HEX triplet: AD, 09 and 3D. RGB value is (173,9,61). Sum of RGB (Red+Green+Blue) = 173+9+61=243 (32% of max value = 765). Red value is 173 (67.97% from 255 or 71.19% from 243); Green value is 9 (3.91% from 255 or 3.70% from 243); Blue value is 61 (24.22% from 255 or 25.10% from 243); Max value from RGB is 173 - color contains mainly: red. Hex color #AD093D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD093D is #52F6C2. Grayscale: #3F3F3F. Windows color (decimal): -5437123 or 4000173. OLE color: 4000173.
HSL color Cylindrical-coordinate representation of color #AD093D: hue angle of 340.98º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD093D is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 9 | 61 | - |
| CMYK | 0 | 0.95 | 0.65 | 0.32 |
| HSL | 340.98º | 0.9% | 0.36% | - |
| HSV(B) | 340.98º | 0.95% | 0.68% | - |
| XYZ | 18.17 | 9.42 | 5.27 | - |
| YUV | 63.96 | 126.33 | 205.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 61 | 0 | 0.95 | 0.65 | 0.32 | 340.98 | 0.9 | 0.36 |
| Hex | AD | 9 | 3D | 0 | 5F | 41 | 20 | 155 | 5A | 24 |
| Octal | 255 | 11 | 75 | 0 | 137 | 101 | 40 | 525 | 132 | 44 |
| Binary | 10101101 | 1001 | 111101 | 0 | 1011111 | 1000001 | 100000 | 101010101 | 1011010 | 100100 |
Color Harmonies of #AD093D
Complementary color
Monochromatic Colors of #AD093D
Black with #AD093D
Text Example
Text Example
White with #AD093D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD093D; }
p { color: rgb(173,9,61); }
H1.HeaderClassName
{
color: #AD093D;
}
.AnyTagClassName
{
color: #AD093D;
}
</style>
background-color css
<style>
a { background-color: #AD093D; }
a { background-color: rgb(173,9,61); }
div.DivClassName
{
background-color: #AD093D;
}
.BgClassName
{
background-color: #AD093D;
}
</style>
border-color css
<style>
span { border-color: #AD093D; }
span { border-color: rgb(173,9,61); }
td.TdClassName
{
border-color: #AD093D;
}
.TagClassName
{
border-color: #AD093D;
}
</style>