Shades of Carmine #AD022E
Tints of Carmine #AD022E
RGB
CMYK
RGB Variations
Color information
#AD022E (or 0xAD022E) is known color: Carmine. HEX triplet: AD, 02 and 2E. RGB value is (173,2,46). Sum of RGB (Red+Green+Blue) = 173+2+46=221 (29% of max value = 765). Red value is 173 (67.97% from 255 or 78.28% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 46 (18.36% from 255 or 20.81% from 221); Max value from RGB is 173 - color contains mainly: red. Hex color #AD022E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD022E is #52FDD1. Grayscale: #3A3A3A. Windows color (decimal): -5438930 or 3015341. OLE color: 3015341.
HSL color Cylindrical-coordinate representation of color #AD022E: hue angle of 344.56º 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 #AD022E is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 2 | 46 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.32 |
| HSL | 344.56º | 0.98% | 0.34% | - |
| HSV(B) | 344.56º | 0.99% | 0.68% | - |
| XYZ | 17.75 | 9.12 | 3.41 | - |
| YUV | 58.15 | 121.15 | 209.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 2 | 46 | 0 | 0.99 | 0.73 | 0.32 | 344.56 | 0.98 | 0.34 |
| Hex | AD | 2 | 2E | 0 | 63 | 49 | 20 | 159 | 62 | 22 |
| Octal | 255 | 2 | 56 | 0 | 143 | 111 | 40 | 531 | 142 | 42 |
| Binary | 10101101 | 10 | 101110 | 0 | 1100011 | 1001001 | 100000 | 101011001 | 1100010 | 100010 |
Color Harmonies of #AD022E
Complementary color
Monochromatic Colors of #AD022E
Black with #AD022E
Text Example
Text Example
White with #AD022E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD022E; }
p { color: rgb(173,2,46); }
H1.HeaderClassName
{
color: #AD022E;
}
.AnyTagClassName
{
color: #AD022E;
}
</style>
background-color css
<style>
a { background-color: #AD022E; }
a { background-color: rgb(173,2,46); }
div.DivClassName
{
background-color: #AD022E;
}
.BgClassName
{
background-color: #AD022E;
}
</style>
border-color css
<style>
span { border-color: #AD022E; }
span { border-color: rgb(173,2,46); }
td.TdClassName
{
border-color: #AD022E;
}
.TagClassName
{
border-color: #AD022E;
}
</style>