Shades of Carmine #AD060F
Tints of Carmine #AD060F
RGB
CMYK
RGB Variations
Color information
#AD060F (or 0xAD060F) is known color: Carmine. HEX triplet: AD, 06 and 0F. RGB value is (173,6,15). Sum of RGB (Red+Green+Blue) = 173+6+15=194 (25% of max value = 765). Red value is 173 (67.97% from 255 or 89.18% from 194); Green value is 6 (2.73% from 255 or 3.09% from 194); Blue value is 15 (6.25% from 255 or 7.73% from 194); Max value from RGB is 173 - color contains mainly: red. Hex color #AD060F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD060F is #52F9F0. Grayscale: #393939. Windows color (decimal): -5437937 or 984749. OLE color: 984749.
HSL color Cylindrical-coordinate representation of color #AD060F: hue angle of 356.77º 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 #AD060F is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 6 | 15 | - |
| CMYK | 0 | 0.97 | 0.91 | 0.32 |
| HSL | 356.77º | 0.93% | 0.35% | - |
| HSV(B) | 356.77º | 0.97% | 0.68% | - |
| XYZ | 17.38 | 9.05 | 1.28 | - |
| YUV | 56.96 | 104.33 | 210.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 6 | 15 | 0 | 0.97 | 0.91 | 0.32 | 356.77 | 0.93 | 0.35 |
| Hex | AD | 6 | F | 0 | 61 | 5B | 20 | 165 | 5D | 23 |
| Octal | 255 | 6 | 17 | 0 | 141 | 133 | 40 | 545 | 135 | 43 |
| Binary | 10101101 | 110 | 1111 | 0 | 1100001 | 1011011 | 100000 | 101100101 | 1011101 | 100011 |
Color Harmonies of #AD060F
Complementary color
Monochromatic Colors of #AD060F
Black with #AD060F
Text Example
Text Example
White with #AD060F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD060F; }
p { color: rgb(173,6,15); }
H1.HeaderClassName
{
color: #AD060F;
}
.AnyTagClassName
{
color: #AD060F;
}
</style>
background-color css
<style>
a { background-color: #AD060F; }
a { background-color: rgb(173,6,15); }
div.DivClassName
{
background-color: #AD060F;
}
.BgClassName
{
background-color: #AD060F;
}
</style>
border-color css
<style>
span { border-color: #AD060F; }
span { border-color: rgb(173,6,15); }
td.TdClassName
{
border-color: #AD060F;
}
.TagClassName
{
border-color: #AD060F;
}
</style>