Shades of Carmine #AD0821
Tints of Carmine #AD0821
RGB
CMYK
RGB Variations
Color information
#AD0821 (or 0xAD0821) is known color: Carmine. HEX triplet: AD, 08 and 21. RGB value is (173,8,33). Sum of RGB (Red+Green+Blue) = 173+8+33=214 (28% of max value = 765). Red value is 173 (67.97% from 255 or 80.84% from 214); Green value is 8 (3.52% from 255 or 3.74% from 214); Blue value is 33 (13.28% from 255 or 15.42% from 214); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0821 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0821 is #52F7DE. Grayscale: #3C3C3C. Windows color (decimal): -5437407 or 2164909. OLE color: 2164909.
HSL color Cylindrical-coordinate representation of color #AD0821: hue angle of 350.91º 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 #AD0821 is Cyan = 0, Magento = 0.95, Yellow = 0.81 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 8 | 33 | - |
| CMYK | 0 | 0.95 | 0.81 | 0.32 |
| HSL | 350.91º | 0.91% | 0.35% | - |
| HSV(B) | 350.91º | 0.95% | 0.68% | - |
| XYZ | 17.59 | 9.17 | 2.28 | - |
| YUV | 60.19 | 112.66 | 208.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 8 | 33 | 0 | 0.95 | 0.81 | 0.32 | 350.91 | 0.91 | 0.35 |
| Hex | AD | 8 | 21 | 0 | 5F | 51 | 20 | 15F | 5B | 23 |
| Octal | 255 | 10 | 41 | 0 | 137 | 121 | 40 | 537 | 133 | 43 |
| Binary | 10101101 | 1000 | 100001 | 0 | 1011111 | 1010001 | 100000 | 101011111 | 1011011 | 100011 |
Color Harmonies of #AD0821
Complementary color
Monochromatic Colors of #AD0821
Black with #AD0821
Text Example
Text Example
White with #AD0821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0821; }
p { color: rgb(173,8,33); }
H1.HeaderClassName
{
color: #AD0821;
}
.AnyTagClassName
{
color: #AD0821;
}
</style>
background-color css
<style>
a { background-color: #AD0821; }
a { background-color: rgb(173,8,33); }
div.DivClassName
{
background-color: #AD0821;
}
.BgClassName
{
background-color: #AD0821;
}
</style>
border-color css
<style>
span { border-color: #AD0821; }
span { border-color: rgb(173,8,33); }
td.TdClassName
{
border-color: #AD0821;
}
.TagClassName
{
border-color: #AD0821;
}
</style>