Shades of Carmine #AD0920
Tints of Carmine #AD0920
RGB
CMYK
RGB Variations
Color information
#AD0920 (or 0xAD0920) is known color: Carmine. HEX triplet: AD, 09 and 20. RGB value is (173,9,32). Sum of RGB (Red+Green+Blue) = 173+9+32=214 (28% of max value = 765). Red value is 173 (67.97% from 255 or 80.84% from 214); Green value is 9 (3.91% from 255 or 4.21% from 214); Blue value is 32 (12.89% from 255 or 14.95% from 214); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0920 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0920 is #52F6DF. Grayscale: #3C3C3C. Windows color (decimal): -5437152 or 2099629. OLE color: 2099629.
HSL color Cylindrical-coordinate representation of color #AD0920: hue angle of 351.59º 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 #AD0920 is Cyan = 0, Magento = 0.95, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 9 | 32 | - |
| CMYK | 0 | 0.95 | 0.82 | 0.32 |
| HSL | 351.59º | 0.9% | 0.36% | - |
| HSV(B) | 351.59º | 0.95% | 0.68% | - |
| XYZ | 17.59 | 9.18 | 2.21 | - |
| YUV | 60.66 | 111.83 | 208.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 32 | 0 | 0.95 | 0.82 | 0.32 | 351.59 | 0.9 | 0.36 |
| Hex | AD | 9 | 20 | 0 | 5F | 52 | 20 | 160 | 5A | 24 |
| Octal | 255 | 11 | 40 | 0 | 137 | 122 | 40 | 540 | 132 | 44 |
| Binary | 10101101 | 1001 | 100000 | 0 | 1011111 | 1010010 | 100000 | 101100000 | 1011010 | 100100 |
Color Harmonies of #AD0920
Complementary color
Monochromatic Colors of #AD0920
Black with #AD0920
Text Example
Text Example
White with #AD0920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0920; }
p { color: rgb(173,9,32); }
H1.HeaderClassName
{
color: #AD0920;
}
.AnyTagClassName
{
color: #AD0920;
}
</style>
background-color css
<style>
a { background-color: #AD0920; }
a { background-color: rgb(173,9,32); }
div.DivClassName
{
background-color: #AD0920;
}
.BgClassName
{
background-color: #AD0920;
}
</style>
border-color css
<style>
span { border-color: #AD0920; }
span { border-color: rgb(173,9,32); }
td.TdClassName
{
border-color: #AD0920;
}
.TagClassName
{
border-color: #AD0920;
}
</style>