Shades of Carmine #AD061F
Tints of Carmine #AD061F
RGB
CMYK
RGB Variations
Color information
#AD061F (or 0xAD061F) is known color: Carmine. HEX triplet: AD, 06 and 1F. RGB value is (173,6,31). Sum of RGB (Red+Green+Blue) = 173+6+31=210 (27% of max value = 765). Red value is 173 (67.97% from 255 or 82.38% from 210); Green value is 6 (2.73% from 255 or 2.86% from 210); Blue value is 31 (12.5% from 255 or 14.76% from 210); Max value from RGB is 173 - color contains mainly: red. Hex color #AD061F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD061F is #52F9E0. Grayscale: #3A3A3A. Windows color (decimal): -5437921 or 2033325. OLE color: 2033325.
HSL color Cylindrical-coordinate representation of color #AD061F: hue angle of 351.02º 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 #AD061F is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 6 | 31 | - |
| CMYK | 0 | 0.97 | 0.82 | 0.32 |
| HSL | 351.02º | 0.93% | 0.35% | - |
| HSV(B) | 351.02º | 0.97% | 0.68% | - |
| XYZ | 17.55 | 9.11 | 2.13 | - |
| YUV | 58.78 | 112.33 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 6 | 31 | 0 | 0.97 | 0.82 | 0.32 | 351.02 | 0.93 | 0.35 |
| Hex | AD | 6 | 1F | 0 | 61 | 52 | 20 | 15F | 5D | 23 |
| Octal | 255 | 6 | 37 | 0 | 141 | 122 | 40 | 537 | 135 | 43 |
| Binary | 10101101 | 110 | 11111 | 0 | 1100001 | 1010010 | 100000 | 101011111 | 1011101 | 100011 |
Color Harmonies of #AD061F
Complementary color
Monochromatic Colors of #AD061F
Black with #AD061F
Text Example
Text Example
White with #AD061F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD061F; }
p { color: rgb(173,6,31); }
H1.HeaderClassName
{
color: #AD061F;
}
.AnyTagClassName
{
color: #AD061F;
}
</style>
background-color css
<style>
a { background-color: #AD061F; }
a { background-color: rgb(173,6,31); }
div.DivClassName
{
background-color: #AD061F;
}
.BgClassName
{
background-color: #AD061F;
}
</style>
border-color css
<style>
span { border-color: #AD061F; }
span { border-color: rgb(173,6,31); }
td.TdClassName
{
border-color: #AD061F;
}
.TagClassName
{
border-color: #AD061F;
}
</style>