Shades of Carmine #AD0229
Tints of Carmine #AD0229
RGB
CMYK
RGB Variations
Color information
#AD0229 (or 0xAD0229) is known color: Carmine. HEX triplet: AD, 02 and 29. RGB value is (173,2,41). Sum of RGB (Red+Green+Blue) = 173+2+41=216 (28% of max value = 765). Red value is 173 (67.97% from 255 or 80.09% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 41 (16.41% from 255 or 18.98% from 216); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0229 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0229 is #52FDD6. Grayscale: #393939. Windows color (decimal): -5438935 or 2687661. OLE color: 2687661.
HSL color Cylindrical-coordinate representation of color #AD0229: hue angle of 346.32º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD0229 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 2 | 41 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.32 |
| HSL | 346.32º | 0.98% | 0.34% | - |
| HSV(B) | 346.32º | 0.99% | 0.68% | - |
| XYZ | 17.66 | 9.09 | 2.92 | - |
| YUV | 57.58 | 118.65 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 2 | 41 | 0 | 0.99 | 0.76 | 0.32 | 346.32 | 0.98 | 0.34 |
| Hex | AD | 2 | 29 | 0 | 63 | 4C | 20 | 15A | 62 | 22 |
| Octal | 255 | 2 | 51 | 0 | 143 | 114 | 40 | 532 | 142 | 42 |
| Binary | 10101101 | 10 | 101001 | 0 | 1100011 | 1001100 | 100000 | 101011010 | 1100010 | 100010 |
Color Harmonies of #AD0229
Complementary color
Monochromatic Colors of #AD0229
Black with #AD0229
Text Example
Text Example
White with #AD0229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0229; }
p { color: rgb(173,2,41); }
H1.HeaderClassName
{
color: #AD0229;
}
.AnyTagClassName
{
color: #AD0229;
}
</style>
background-color css
<style>
a { background-color: #AD0229; }
a { background-color: rgb(173,2,41); }
div.DivClassName
{
background-color: #AD0229;
}
.BgClassName
{
background-color: #AD0229;
}
</style>
border-color css
<style>
span { border-color: #AD0229; }
span { border-color: rgb(173,2,41); }
td.TdClassName
{
border-color: #AD0229;
}
.TagClassName
{
border-color: #AD0229;
}
</style>