Shades of Carmine #AD0021
Tints of Carmine #AD0021
RGB
CMYK
RGB Variations
Color information
#AD0021 (or 0xAD0021) is known color: Carmine. HEX triplet: AD, 00 and 21. RGB value is (173,0,33). Sum of RGB (Red+Green+Blue) = 173+0+33=206 (27% of max value = 765). Red value is 173 (67.97% from 255 or 83.98% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 33 (13.28% from 255 or 16.02% from 206); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0021 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0021 is #52FFDE. Grayscale: #373737. Windows color (decimal): -5439455 or 2162861. OLE color: 2162861.
HSL color Cylindrical-coordinate representation of color #AD0021: hue angle of 348.55º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD0021 is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 0 | 33 | - |
| CMYK | 0 | 1 | 0.81 | 0.32 |
| HSL | 348.55º | 1% | 0.34% | - |
| HSV(B) | 348.55º | 1% | 0.68% | - |
| XYZ | 17.51 | 8.99 | 2.25 | - |
| YUV | 55.49 | 115.31 | 211.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 0 | 33 | 0 | 1 | 0.81 | 0.32 | 348.55 | 1 | 0.34 |
| Hex | AD | 0 | 21 | 0 | 64 | 51 | 20 | 15D | 64 | 22 |
| Octal | 255 | 0 | 41 | 0 | 144 | 121 | 40 | 535 | 144 | 42 |
| Binary | 10101101 | 0 | 100001 | 0 | 1100100 | 1010001 | 100000 | 101011101 | 1100100 | 100010 |
Color Harmonies of #AD0021
Complementary color
Monochromatic Colors of #AD0021
Black with #AD0021
Text Example
Text Example
White with #AD0021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0021; }
p { color: rgb(173,0,33); }
H1.HeaderClassName
{
color: #AD0021;
}
.AnyTagClassName
{
color: #AD0021;
}
</style>
background-color css
<style>
a { background-color: #AD0021; }
a { background-color: rgb(173,0,33); }
div.DivClassName
{
background-color: #AD0021;
}
.BgClassName
{
background-color: #AD0021;
}
</style>
border-color css
<style>
span { border-color: #AD0021; }
span { border-color: rgb(173,0,33); }
td.TdClassName
{
border-color: #AD0021;
}
.TagClassName
{
border-color: #AD0021;
}
</style>