Shades of Carmine #AD032C
Tints of Carmine #AD032C
RGB
CMYK
RGB Variations
Color information
#AD032C (or 0xAD032C) is known color: Carmine. HEX triplet: AD, 03 and 2C. RGB value is (173,3,44). Sum of RGB (Red+Green+Blue) = 173+3+44=220 (29% of max value = 765). Red value is 173 (67.97% from 255 or 78.64% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 44 (17.58% from 255 or 20% from 220); Max value from RGB is 173 - color contains mainly: red. Hex color #AD032C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD032C is #52FCD3. Grayscale: #3A3A3A. Windows color (decimal): -5438676 or 2884525. OLE color: 2884525.
HSL color Cylindrical-coordinate representation of color #AD032C: hue angle of 345.53º 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 #AD032C is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 3 | 44 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.32 |
| HSL | 345.53º | 0.97% | 0.35% | - |
| HSV(B) | 345.53º | 0.98% | 0.68% | - |
| XYZ | 17.72 | 9.13 | 3.21 | - |
| YUV | 58.5 | 119.82 | 209.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 3 | 44 | 0 | 0.98 | 0.75 | 0.32 | 345.53 | 0.97 | 0.35 |
| Hex | AD | 3 | 2C | 0 | 62 | 4B | 20 | 15A | 61 | 23 |
| Octal | 255 | 3 | 54 | 0 | 142 | 113 | 40 | 532 | 141 | 43 |
| Binary | 10101101 | 11 | 101100 | 0 | 1100010 | 1001011 | 100000 | 101011010 | 1100001 | 100011 |
Color Harmonies of #AD032C
Complementary color
Monochromatic Colors of #AD032C
Black with #AD032C
Text Example
Text Example
White with #AD032C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD032C; }
p { color: rgb(173,3,44); }
H1.HeaderClassName
{
color: #AD032C;
}
.AnyTagClassName
{
color: #AD032C;
}
</style>
background-color css
<style>
a { background-color: #AD032C; }
a { background-color: rgb(173,3,44); }
div.DivClassName
{
background-color: #AD032C;
}
.BgClassName
{
background-color: #AD032C;
}
</style>
border-color css
<style>
span { border-color: #AD032C; }
span { border-color: rgb(173,3,44); }
td.TdClassName
{
border-color: #AD032C;
}
.TagClassName
{
border-color: #AD032C;
}
</style>