Shades of Carmine #AD032E
Tints of Carmine #AD032E
RGB
CMYK
RGB Variations
Color information
#AD032E (or 0xAD032E) is known color: Carmine. HEX triplet: AD, 03 and 2E. RGB value is (173,3,46). Sum of RGB (Red+Green+Blue) = 173+3+46=222 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.93% from 222); Green value is 3 (1.56% from 255 or 1.35% from 222); Blue value is 46 (18.36% from 255 or 20.72% from 222); Max value from RGB is 173 - color contains mainly: red. Hex color #AD032E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD032E is #52FCD1. Grayscale: #3A3A3A. Windows color (decimal): -5438674 or 3015597. OLE color: 3015597.
HSL color Cylindrical-coordinate representation of color #AD032E: hue angle of 344.82º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD032E is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 3 | 46 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.32 |
| HSL | 344.82º | 0.97% | 0.35% | - |
| HSV(B) | 344.82º | 0.98% | 0.68% | - |
| XYZ | 17.76 | 9.15 | 3.41 | - |
| YUV | 58.73 | 120.82 | 209.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 3 | 46 | 0 | 0.98 | 0.73 | 0.32 | 344.82 | 0.97 | 0.35 |
| Hex | AD | 3 | 2E | 0 | 62 | 49 | 20 | 159 | 61 | 23 |
| Octal | 255 | 3 | 56 | 0 | 142 | 111 | 40 | 531 | 141 | 43 |
| Binary | 10101101 | 11 | 101110 | 0 | 1100010 | 1001001 | 100000 | 101011001 | 1100001 | 100011 |
Color Harmonies of #AD032E
Complementary color
Monochromatic Colors of #AD032E
Black with #AD032E
Text Example
Text Example
White with #AD032E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD032E; }
p { color: rgb(173,3,46); }
H1.HeaderClassName
{
color: #AD032E;
}
.AnyTagClassName
{
color: #AD032E;
}
</style>
background-color css
<style>
a { background-color: #AD032E; }
a { background-color: rgb(173,3,46); }
div.DivClassName
{
background-color: #AD032E;
}
.BgClassName
{
background-color: #AD032E;
}
</style>
border-color css
<style>
span { border-color: #AD032E; }
span { border-color: rgb(173,3,46); }
td.TdClassName
{
border-color: #AD032E;
}
.TagClassName
{
border-color: #AD032E;
}
</style>