Shades of Carmine #AD081D
Tints of Carmine #AD081D
RGB
CMYK
RGB Variations
Color information
#AD081D (or 0xAD081D) is known color: Carmine. HEX triplet: AD, 08 and 1D. RGB value is (173,8,29). Sum of RGB (Red+Green+Blue) = 173+8+29=210 (27% of max value = 765). Red value is 173 (67.97% from 255 or 82.38% from 210); Green value is 8 (3.52% from 255 or 3.81% from 210); Blue value is 29 (11.72% from 255 or 13.81% from 210); Max value from RGB is 173 - color contains mainly: red. Hex color #AD081D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD081D is #52F7E2. Grayscale: #3B3B3B. Windows color (decimal): -5437411 or 1902765. OLE color: 1902765.
HSL color Cylindrical-coordinate representation of color #AD081D: hue angle of 352.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 #AD081D is Cyan = 0, Magento = 0.95, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 8 | 29 | - |
| CMYK | 0 | 0.95 | 0.83 | 0.32 |
| HSL | 352.36º | 0.91% | 0.35% | - |
| HSV(B) | 352.36º | 0.95% | 0.68% | - |
| XYZ | 17.54 | 9.15 | 2 | - |
| YUV | 59.73 | 110.66 | 208.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 8 | 29 | 0 | 0.95 | 0.83 | 0.32 | 352.36 | 0.91 | 0.35 |
| Hex | AD | 8 | 1D | 0 | 5F | 53 | 20 | 160 | 5B | 23 |
| Octal | 255 | 10 | 35 | 0 | 137 | 123 | 40 | 540 | 133 | 43 |
| Binary | 10101101 | 1000 | 11101 | 0 | 1011111 | 1010011 | 100000 | 101100000 | 1011011 | 100011 |
Color Harmonies of #AD081D
Complementary color
Monochromatic Colors of #AD081D
Black with #AD081D
Text Example
Text Example
White with #AD081D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD081D; }
p { color: rgb(173,8,29); }
H1.HeaderClassName
{
color: #AD081D;
}
.AnyTagClassName
{
color: #AD081D;
}
</style>
background-color css
<style>
a { background-color: #AD081D; }
a { background-color: rgb(173,8,29); }
div.DivClassName
{
background-color: #AD081D;
}
.BgClassName
{
background-color: #AD081D;
}
</style>
border-color css
<style>
span { border-color: #AD081D; }
span { border-color: rgb(173,8,29); }
td.TdClassName
{
border-color: #AD081D;
}
.TagClassName
{
border-color: #AD081D;
}
</style>