Shades of Carmine #AD091E
Tints of Carmine #AD091E
RGB
CMYK
RGB Variations
Color information
#AD091E (or 0xAD091E) is known color: Carmine. HEX triplet: AD, 09 and 1E. RGB value is (173,9,30). Sum of RGB (Red+Green+Blue) = 173+9+30=212 (28% of max value = 765). Red value is 173 (67.97% from 255 or 81.60% from 212); Green value is 9 (3.91% from 255 or 4.25% from 212); Blue value is 30 (12.11% from 255 or 14.15% from 212); Max value from RGB is 173 - color contains mainly: red. Hex color #AD091E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD091E is #52F6E1. Grayscale: #3C3C3C. Windows color (decimal): -5437154 or 1968557. OLE color: 1968557.
HSL color Cylindrical-coordinate representation of color #AD091E: hue angle of 352.32º 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 #AD091E is Cyan = 0, Magento = 0.95, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 9 | 30 | - |
| CMYK | 0 | 0.95 | 0.83 | 0.32 |
| HSL | 352.32º | 0.9% | 0.36% | - |
| HSV(B) | 352.32º | 0.95% | 0.68% | - |
| XYZ | 17.57 | 9.17 | 2.07 | - |
| YUV | 60.43 | 110.83 | 208.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 30 | 0 | 0.95 | 0.83 | 0.32 | 352.32 | 0.9 | 0.36 |
| Hex | AD | 9 | 1E | 0 | 5F | 53 | 20 | 160 | 5A | 24 |
| Octal | 255 | 11 | 36 | 0 | 137 | 123 | 40 | 540 | 132 | 44 |
| Binary | 10101101 | 1001 | 11110 | 0 | 1011111 | 1010011 | 100000 | 101100000 | 1011010 | 100100 |
Color Harmonies of #AD091E
Complementary color
Monochromatic Colors of #AD091E
Black with #AD091E
Text Example
Text Example
White with #AD091E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD091E; }
p { color: rgb(173,9,30); }
H1.HeaderClassName
{
color: #AD091E;
}
.AnyTagClassName
{
color: #AD091E;
}
</style>
background-color css
<style>
a { background-color: #AD091E; }
a { background-color: rgb(173,9,30); }
div.DivClassName
{
background-color: #AD091E;
}
.BgClassName
{
background-color: #AD091E;
}
</style>
border-color css
<style>
span { border-color: #AD091E; }
span { border-color: rgb(173,9,30); }
td.TdClassName
{
border-color: #AD091E;
}
.TagClassName
{
border-color: #AD091E;
}
</style>