Shades of Carmine #AD022D
Tints of Carmine #AD022D
RGB
CMYK
RGB Variations
Color information
#AD022D (or 0xAD022D) is known color: Carmine. HEX triplet: AD, 02 and 2D. RGB value is (173,2,45). Sum of RGB (Red+Green+Blue) = 173+2+45=220 (29% of max value = 765). Red value is 173 (67.97% from 255 or 78.64% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 45 (17.97% from 255 or 20.45% from 220); Max value from RGB is 173 - color contains mainly: red. Hex color #AD022D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD022D is #52FDD2. Grayscale: #3A3A3A. Windows color (decimal): -5438931 or 2949805. OLE color: 2949805.
HSL color Cylindrical-coordinate representation of color #AD022D: hue angle of 344.91º 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 #AD022D is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 2 | 45 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.32 |
| HSL | 344.91º | 0.98% | 0.34% | - |
| HSV(B) | 344.91º | 0.99% | 0.68% | - |
| XYZ | 17.73 | 9.12 | 3.31 | - |
| YUV | 58.03 | 120.65 | 210 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 2 | 45 | 0 | 0.99 | 0.74 | 0.32 | 344.91 | 0.98 | 0.34 |
| Hex | AD | 2 | 2D | 0 | 63 | 4A | 20 | 159 | 62 | 22 |
| Octal | 255 | 2 | 55 | 0 | 143 | 112 | 40 | 531 | 142 | 42 |
| Binary | 10101101 | 10 | 101101 | 0 | 1100011 | 1001010 | 100000 | 101011001 | 1100010 | 100010 |
Color Harmonies of #AD022D
Complementary color
Monochromatic Colors of #AD022D
Black with #AD022D
Text Example
Text Example
White with #AD022D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD022D; }
p { color: rgb(173,2,45); }
H1.HeaderClassName
{
color: #AD022D;
}
.AnyTagClassName
{
color: #AD022D;
}
</style>
background-color css
<style>
a { background-color: #AD022D; }
a { background-color: rgb(173,2,45); }
div.DivClassName
{
background-color: #AD022D;
}
.BgClassName
{
background-color: #AD022D;
}
</style>
border-color css
<style>
span { border-color: #AD022D; }
span { border-color: rgb(173,2,45); }
td.TdClassName
{
border-color: #AD022D;
}
.TagClassName
{
border-color: #AD022D;
}
</style>