Shades of Carmine #AD0A1A
Tints of Carmine #AD0A1A
RGB
CMYK
RGB Variations
Color information
#AD0A1A (or 0xAD0A1A) is known color: Carmine. HEX triplet: AD, 0A and 1A. RGB value is (173,10,26). Sum of RGB (Red+Green+Blue) = 173+10+26=209 (27% of max value = 765). Red value is 173 (67.97% from 255 or 82.78% from 209); Green value is 10 (4.30% from 255 or 4.78% from 209); Blue value is 26 (10.55% from 255 or 12.44% from 209); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0A1A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0A1A is #52F5E5. Grayscale: #3C3C3C. Windows color (decimal): -5436902 or 1706669. OLE color: 1706669.
HSL color Cylindrical-coordinate representation of color #AD0A1A: hue angle of 354.11º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0A1A is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 10 | 26 | - |
| CMYK | 0 | 0.94 | 0.85 | 0.32 |
| HSL | 354.11º | 0.89% | 0.36% | - |
| HSV(B) | 354.11º | 0.94% | 0.68% | - |
| XYZ | 17.53 | 9.18 | 1.82 | - |
| YUV | 60.56 | 108.5 | 208.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 10 | 26 | 0 | 0.94 | 0.85 | 0.32 | 354.11 | 0.89 | 0.36 |
| Hex | AD | A | 1A | 0 | 5E | 55 | 20 | 162 | 59 | 24 |
| Octal | 255 | 12 | 32 | 0 | 136 | 125 | 40 | 542 | 131 | 44 |
| Binary | 10101101 | 1010 | 11010 | 0 | 1011110 | 1010101 | 100000 | 101100010 | 1011001 | 100100 |
Color Harmonies of #AD0A1A
Complementary color
Monochromatic Colors of #AD0A1A
Black with #AD0A1A
Text Example
Text Example
White with #AD0A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0A1A; }
p { color: rgb(173,10,26); }
H1.HeaderClassName
{
color: #AD0A1A;
}
.AnyTagClassName
{
color: #AD0A1A;
}
</style>
background-color css
<style>
a { background-color: #AD0A1A; }
a { background-color: rgb(173,10,26); }
div.DivClassName
{
background-color: #AD0A1A;
}
.BgClassName
{
background-color: #AD0A1A;
}
</style>
border-color css
<style>
span { border-color: #AD0A1A; }
span { border-color: rgb(173,10,26); }
td.TdClassName
{
border-color: #AD0A1A;
}
.TagClassName
{
border-color: #AD0A1A;
}
</style>