Shades of Carmine #AD070F
Tints of Carmine #AD070F
RGB
CMYK
RGB Variations
Color information
#AD070F (or 0xAD070F) is known color: Carmine. HEX triplet: AD, 07 and 0F. RGB value is (173,7,15). Sum of RGB (Red+Green+Blue) = 173+7+15=195 (25% of max value = 765). Red value is 173 (67.97% from 255 or 88.72% from 195); Green value is 7 (3.12% from 255 or 3.59% from 195); Blue value is 15 (6.25% from 255 or 7.69% from 195); Max value from RGB is 173 - color contains mainly: red. Hex color #AD070F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD070F is #52F8F0. Grayscale: #393939. Windows color (decimal): -5437681 or 985005. OLE color: 985005.
HSL color Cylindrical-coordinate representation of color #AD070F: hue angle of 357.11º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD070F is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 7 | 15 | - |
| CMYK | 0 | 0.96 | 0.91 | 0.32 |
| HSL | 357.11º | 0.92% | 0.35% | - |
| HSV(B) | 357.11º | 0.96% | 0.68% | - |
| XYZ | 17.4 | 9.07 | 1.29 | - |
| YUV | 57.55 | 104 | 210.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 7 | 15 | 0 | 0.96 | 0.91 | 0.32 | 357.11 | 0.92 | 0.35 |
| Hex | AD | 7 | F | 0 | 60 | 5B | 20 | 165 | 5C | 23 |
| Octal | 255 | 7 | 17 | 0 | 140 | 133 | 40 | 545 | 134 | 43 |
| Binary | 10101101 | 111 | 1111 | 0 | 1100000 | 1011011 | 100000 | 101100101 | 1011100 | 100011 |
Color Harmonies of #AD070F
Complementary color
Monochromatic Colors of #AD070F
Black with #AD070F
Text Example
Text Example
White with #AD070F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD070F; }
p { color: rgb(173,7,15); }
H1.HeaderClassName
{
color: #AD070F;
}
.AnyTagClassName
{
color: #AD070F;
}
</style>
background-color css
<style>
a { background-color: #AD070F; }
a { background-color: rgb(173,7,15); }
div.DivClassName
{
background-color: #AD070F;
}
.BgClassName
{
background-color: #AD070F;
}
</style>
border-color css
<style>
span { border-color: #AD070F; }
span { border-color: rgb(173,7,15); }
td.TdClassName
{
border-color: #AD070F;
}
.TagClassName
{
border-color: #AD070F;
}
</style>