Shades of Carmine #AD062F
Tints of Carmine #AD062F
RGB
CMYK
RGB Variations
Color information
#AD062F (or 0xAD062F) is known color: Carmine. HEX triplet: AD, 06 and 2F. RGB value is (173,6,47). Sum of RGB (Red+Green+Blue) = 173+6+47=226 (29% of max value = 765). Red value is 173 (67.97% from 255 or 76.55% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 47 (18.75% from 255 or 20.80% from 226); Max value from RGB is 173 - color contains mainly: red. Hex color #AD062F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD062F is #52F9D0. Grayscale: #3C3C3C. Windows color (decimal): -5437905 or 3081901. OLE color: 3081901.
HSL color Cylindrical-coordinate representation of color #AD062F: hue angle of 345.27º 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 #AD062F is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 6 | 47 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.32 |
| HSL | 345.27º | 0.93% | 0.35% | - |
| HSV(B) | 345.27º | 0.97% | 0.68% | - |
| XYZ | 17.81 | 9.22 | 3.53 | - |
| YUV | 60.61 | 120.33 | 208.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 6 | 47 | 0 | 0.97 | 0.73 | 0.32 | 345.27 | 0.93 | 0.35 |
| Hex | AD | 6 | 2F | 0 | 61 | 49 | 20 | 159 | 5D | 23 |
| Octal | 255 | 6 | 57 | 0 | 141 | 111 | 40 | 531 | 135 | 43 |
| Binary | 10101101 | 110 | 101111 | 0 | 1100001 | 1001001 | 100000 | 101011001 | 1011101 | 100011 |
Color Harmonies of #AD062F
Complementary color
Monochromatic Colors of #AD062F
Black with #AD062F
Text Example
Text Example
White with #AD062F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD062F; }
p { color: rgb(173,6,47); }
H1.HeaderClassName
{
color: #AD062F;
}
.AnyTagClassName
{
color: #AD062F;
}
</style>
background-color css
<style>
a { background-color: #AD062F; }
a { background-color: rgb(173,6,47); }
div.DivClassName
{
background-color: #AD062F;
}
.BgClassName
{
background-color: #AD062F;
}
</style>
border-color css
<style>
span { border-color: #AD062F; }
span { border-color: rgb(173,6,47); }
td.TdClassName
{
border-color: #AD062F;
}
.TagClassName
{
border-color: #AD062F;
}
</style>