Shades of Carmine #AD020D
Tints of Carmine #AD020D
RGB
CMYK
RGB Variations
Color information
#AD020D (or 0xAD020D) is known color: Carmine. HEX triplet: AD, 02 and 0D. RGB value is (173,2,13). Sum of RGB (Red+Green+Blue) = 173+2+13=188 (24% of max value = 765). Red value is 173 (67.97% from 255 or 92.02% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 13 (5.47% from 255 or 6.91% from 188); Max value from RGB is 173 - color contains mainly: red. Hex color #AD020D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD020D is #52FDF2. Grayscale: #363636. Windows color (decimal): -5438963 or 852653. OLE color: 852653.
HSL color Cylindrical-coordinate representation of color #AD020D: hue angle of 356.14º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD020D is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 2 | 13 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.32 |
| HSL | 356.14º | 0.98% | 0.34% | - |
| HSV(B) | 356.14º | 0.99% | 0.68% | - |
| XYZ | 17.33 | 8.96 | 1.2 | - |
| YUV | 54.38 | 104.65 | 212.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 2 | 13 | 0 | 0.99 | 0.92 | 0.32 | 356.14 | 0.98 | 0.34 |
| Hex | AD | 2 | D | 0 | 63 | 5C | 20 | 164 | 62 | 22 |
| Octal | 255 | 2 | 15 | 0 | 143 | 134 | 40 | 544 | 142 | 42 |
| Binary | 10101101 | 10 | 1101 | 0 | 1100011 | 1011100 | 100000 | 101100100 | 1100010 | 100010 |
Color Harmonies of #AD020D
Complementary color
Monochromatic Colors of #AD020D
Black with #AD020D
Text Example
Text Example
White with #AD020D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD020D; }
p { color: rgb(173,2,13); }
H1.HeaderClassName
{
color: #AD020D;
}
.AnyTagClassName
{
color: #AD020D;
}
</style>
background-color css
<style>
a { background-color: #AD020D; }
a { background-color: rgb(173,2,13); }
div.DivClassName
{
background-color: #AD020D;
}
.BgClassName
{
background-color: #AD020D;
}
</style>
border-color css
<style>
span { border-color: #AD020D; }
span { border-color: rgb(173,2,13); }
td.TdClassName
{
border-color: #AD020D;
}
.TagClassName
{
border-color: #AD020D;
}
</style>