Shades of Carmine #AD091D
Tints of Carmine #AD091D
RGB
CMYK
RGB Variations
Color information
#AD091D (or 0xAD091D) is known color: Carmine. HEX triplet: AD, 09 and 1D. RGB value is (173,9,29). Sum of RGB (Red+Green+Blue) = 173+9+29=211 (27% of max value = 765). Red value is 173 (67.97% from 255 or 81.99% from 211); Green value is 9 (3.91% from 255 or 4.27% from 211); Blue value is 29 (11.72% from 255 or 13.74% from 211); Max value from RGB is 173 - color contains mainly: red. Hex color #AD091D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD091D is #52F6E2. Grayscale: #3C3C3C. Windows color (decimal): -5437155 or 1903021. OLE color: 1903021.
HSL color Cylindrical-coordinate representation of color #AD091D: hue angle of 352.68º 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 #AD091D is Cyan = 0, Magento = 0.95, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 9 | 29 | - |
| CMYK | 0 | 0.95 | 0.83 | 0.32 |
| HSL | 352.68º | 0.9% | 0.36% | - |
| HSV(B) | 352.68º | 0.95% | 0.68% | - |
| XYZ | 17.55 | 9.17 | 2.01 | - |
| YUV | 60.32 | 110.33 | 208.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 29 | 0 | 0.95 | 0.83 | 0.32 | 352.68 | 0.9 | 0.36 |
| Hex | AD | 9 | 1D | 0 | 5F | 53 | 20 | 161 | 5A | 24 |
| Octal | 255 | 11 | 35 | 0 | 137 | 123 | 40 | 541 | 132 | 44 |
| Binary | 10101101 | 1001 | 11101 | 0 | 1011111 | 1010011 | 100000 | 101100001 | 1011010 | 100100 |
Color Harmonies of #AD091D
Complementary color
Monochromatic Colors of #AD091D
Black with #AD091D
Text Example
Text Example
White with #AD091D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD091D; }
p { color: rgb(173,9,29); }
H1.HeaderClassName
{
color: #AD091D;
}
.AnyTagClassName
{
color: #AD091D;
}
</style>
background-color css
<style>
a { background-color: #AD091D; }
a { background-color: rgb(173,9,29); }
div.DivClassName
{
background-color: #AD091D;
}
.BgClassName
{
background-color: #AD091D;
}
</style>
border-color css
<style>
span { border-color: #AD091D; }
span { border-color: rgb(173,9,29); }
td.TdClassName
{
border-color: #AD091D;
}
.TagClassName
{
border-color: #AD091D;
}
</style>