Shades of Carmine #AD0120
Tints of Carmine #AD0120
RGB
CMYK
RGB Variations
Color information
#AD0120 (or 0xAD0120) is known color: Carmine. HEX triplet: AD, 01 and 20. RGB value is (173,1,32). Sum of RGB (Red+Green+Blue) = 173+1+32=206 (27% of max value = 765). Red value is 173 (67.97% from 255 or 83.98% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 32 (12.89% from 255 or 15.53% from 206); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0120 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0120 is #52FEDF. Grayscale: #383838. Windows color (decimal): -5439200 or 2097581. OLE color: 2097581.
HSL color Cylindrical-coordinate representation of color #AD0120: hue angle of 349.19º degrees, saturation: 0.99, 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 #AD0120 is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 1 | 32 | - |
| CMYK | 0 | 0.99 | 0.82 | 0.32 |
| HSL | 349.19º | 0.99% | 0.34% | - |
| HSV(B) | 349.19º | 0.99% | 0.68% | - |
| XYZ | 17.51 | 9.01 | 2.18 | - |
| YUV | 55.96 | 114.48 | 211.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 1 | 32 | 0 | 0.99 | 0.82 | 0.32 | 349.19 | 0.99 | 0.34 |
| Hex | AD | 1 | 20 | 0 | 63 | 52 | 20 | 15D | 63 | 22 |
| Octal | 255 | 1 | 40 | 0 | 143 | 122 | 40 | 535 | 143 | 42 |
| Binary | 10101101 | 1 | 100000 | 0 | 1100011 | 1010010 | 100000 | 101011101 | 1100011 | 100010 |
Color Harmonies of #AD0120
Complementary color
Monochromatic Colors of #AD0120
Black with #AD0120
Text Example
Text Example
White with #AD0120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0120; }
p { color: rgb(173,1,32); }
H1.HeaderClassName
{
color: #AD0120;
}
.AnyTagClassName
{
color: #AD0120;
}
</style>
background-color css
<style>
a { background-color: #AD0120; }
a { background-color: rgb(173,1,32); }
div.DivClassName
{
background-color: #AD0120;
}
.BgClassName
{
background-color: #AD0120;
}
</style>
border-color css
<style>
span { border-color: #AD0120; }
span { border-color: rgb(173,1,32); }
td.TdClassName
{
border-color: #AD0120;
}
.TagClassName
{
border-color: #AD0120;
}
</style>