Shades of Carmine #AD1122
Tints of Carmine #AD1122
RGB
CMYK
RGB Variations
Color information
#AD1122 (or 0xAD1122) is known color: Carmine. HEX triplet: AD, 11 and 22. RGB value is (173,17,34). Sum of RGB (Red+Green+Blue) = 173+17+34=224 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.23% from 224); Green value is 17 (7.03% from 255 or 7.59% from 224); Blue value is 34 (13.67% from 255 or 15.18% from 224); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1122 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1122 is #52EEDD. Grayscale: #414141. Windows color (decimal): -5435102 or 2232749. OLE color: 2232749.
HSL color Cylindrical-coordinate representation of color #AD1122: hue angle of 353.46º degrees, saturation: 0.82, 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 #AD1122 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 17 | 34 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.32 |
| HSL | 353.46º | 0.82% | 0.37% | - |
| HSV(B) | 353.46º | 0.9% | 0.68% | - |
| XYZ | 17.72 | 9.4 | 2.39 | - |
| YUV | 65.58 | 110.18 | 204.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 17 | 34 | 0 | 0.90 | 0.80 | 0.32 | 353.46 | 0.82 | 0.37 |
| Hex | AD | 11 | 22 | 0 | 5A | 50 | 20 | 161 | 52 | 25 |
| Octal | 255 | 21 | 42 | 0 | 132 | 120 | 40 | 541 | 122 | 45 |
| Binary | 10101101 | 10001 | 100010 | 0 | 1011010 | 1010000 | 100000 | 101100001 | 1010010 | 100101 |
Color Harmonies of #AD1122
Complementary color
Monochromatic Colors of #AD1122
Black with #AD1122
Text Example
Text Example
White with #AD1122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1122; }
p { color: rgb(173,17,34); }
H1.HeaderClassName
{
color: #AD1122;
}
.AnyTagClassName
{
color: #AD1122;
}
</style>
background-color css
<style>
a { background-color: #AD1122; }
a { background-color: rgb(173,17,34); }
div.DivClassName
{
background-color: #AD1122;
}
.BgClassName
{
background-color: #AD1122;
}
</style>
border-color css
<style>
span { border-color: #AD1122; }
span { border-color: rgb(173,17,34); }
td.TdClassName
{
border-color: #AD1122;
}
.TagClassName
{
border-color: #AD1122;
}
</style>