Shades of Carmine #AD062D
Tints of Carmine #AD062D
RGB
CMYK
RGB Variations
Color information
#AD062D (or 0xAD062D) is known color: Carmine. HEX triplet: AD, 06 and 2D. RGB value is (173,6,45). Sum of RGB (Red+Green+Blue) = 173+6+45=224 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.23% from 224); Green value is 6 (2.73% from 255 or 2.68% from 224); Blue value is 45 (17.97% from 255 or 20.09% from 224); Max value from RGB is 173 - color contains mainly: red. Hex color #AD062D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD062D is #52F9D2. Grayscale: #3C3C3C. Windows color (decimal): -5437907 or 2950829. OLE color: 2950829.
HSL color Cylindrical-coordinate representation of color #AD062D: hue angle of 345.99º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD062D is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 6 | 45 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.32 |
| HSL | 345.99º | 0.93% | 0.35% | - |
| HSV(B) | 345.99º | 0.97% | 0.68% | - |
| XYZ | 17.77 | 9.2 | 3.32 | - |
| YUV | 60.38 | 119.33 | 208.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 6 | 45 | 0 | 0.97 | 0.74 | 0.32 | 345.99 | 0.93 | 0.35 |
| Hex | AD | 6 | 2D | 0 | 61 | 4A | 20 | 15A | 5D | 23 |
| Octal | 255 | 6 | 55 | 0 | 141 | 112 | 40 | 532 | 135 | 43 |
| Binary | 10101101 | 110 | 101101 | 0 | 1100001 | 1001010 | 100000 | 101011010 | 1011101 | 100011 |
Color Harmonies of #AD062D
Complementary color
Monochromatic Colors of #AD062D
Black with #AD062D
Text Example
Text Example
White with #AD062D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD062D; }
p { color: rgb(173,6,45); }
H1.HeaderClassName
{
color: #AD062D;
}
.AnyTagClassName
{
color: #AD062D;
}
</style>
background-color css
<style>
a { background-color: #AD062D; }
a { background-color: rgb(173,6,45); }
div.DivClassName
{
background-color: #AD062D;
}
.BgClassName
{
background-color: #AD062D;
}
</style>
border-color css
<style>
span { border-color: #AD062D; }
span { border-color: rgb(173,6,45); }
td.TdClassName
{
border-color: #AD062D;
}
.TagClassName
{
border-color: #AD062D;
}
</style>