Shades of Carmine #AD1221
Tints of Carmine #AD1221
RGB
CMYK
RGB Variations
Color information
#AD1221 (or 0xAD1221) is known color: Carmine. HEX triplet: AD, 12 and 21. RGB value is (173,18,33). Sum of RGB (Red+Green+Blue) = 173+18+33=224 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.23% from 224); Green value is 18 (7.42% from 255 or 8.04% from 224); Blue value is 33 (13.28% from 255 or 14.73% from 224); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1221 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1221 is #52EDDE. Grayscale: #424242. Windows color (decimal): -5434847 or 2167469. OLE color: 2167469.
HSL color Cylindrical-coordinate representation of color #AD1221: hue angle of 354.19º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD1221 is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 18 | 33 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.32 |
| HSL | 354.19º | 0.81% | 0.37% | - |
| HSV(B) | 354.19º | 0.9% | 0.68% | - |
| XYZ | 17.72 | 9.43 | 2.32 | - |
| YUV | 66.06 | 109.35 | 204.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 18 | 33 | 0 | 0.90 | 0.81 | 0.32 | 354.19 | 0.81 | 0.37 |
| Hex | AD | 12 | 21 | 0 | 5A | 51 | 20 | 162 | 51 | 25 |
| Octal | 255 | 22 | 41 | 0 | 132 | 121 | 40 | 542 | 121 | 45 |
| Binary | 10101101 | 10010 | 100001 | 0 | 1011010 | 1010001 | 100000 | 101100010 | 1010001 | 100101 |
Color Harmonies of #AD1221
Complementary color
Monochromatic Colors of #AD1221
Black with #AD1221
Text Example
Text Example
White with #AD1221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1221; }
p { color: rgb(173,18,33); }
H1.HeaderClassName
{
color: #AD1221;
}
.AnyTagClassName
{
color: #AD1221;
}
</style>
background-color css
<style>
a { background-color: #AD1221; }
a { background-color: rgb(173,18,33); }
div.DivClassName
{
background-color: #AD1221;
}
.BgClassName
{
background-color: #AD1221;
}
</style>
border-color css
<style>
span { border-color: #AD1221; }
span { border-color: rgb(173,18,33); }
td.TdClassName
{
border-color: #AD1221;
}
.TagClassName
{
border-color: #AD1221;
}
</style>