Shades of Carmine #AD061C
Tints of Carmine #AD061C
RGB
CMYK
RGB Variations
Color information
#AD061C (or 0xAD061C) is known color: Carmine. HEX triplet: AD, 06 and 1C. RGB value is (173,6,28). Sum of RGB (Red+Green+Blue) = 173+6+28=207 (27% of max value = 765). Red value is 173 (67.97% from 255 or 83.57% from 207); Green value is 6 (2.73% from 255 or 2.90% from 207); Blue value is 28 (11.33% from 255 or 13.53% from 207); Max value from RGB is 173 - color contains mainly: red. Hex color #AD061C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD061C is #52F9E3. Grayscale: #3A3A3A. Windows color (decimal): -5437924 or 1836717. OLE color: 1836717.
HSL color Cylindrical-coordinate representation of color #AD061C: hue angle of 352.1º 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 #AD061C is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 6 | 28 | - |
| CMYK | 0 | 0.97 | 0.84 | 0.32 |
| HSL | 352.1º | 0.93% | 0.35% | - |
| HSV(B) | 352.1º | 0.97% | 0.68% | - |
| XYZ | 17.51 | 9.1 | 1.93 | - |
| YUV | 58.44 | 110.83 | 209.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 6 | 28 | 0 | 0.97 | 0.84 | 0.32 | 352.1 | 0.93 | 0.35 |
| Hex | AD | 6 | 1C | 0 | 61 | 54 | 20 | 160 | 5D | 23 |
| Octal | 255 | 6 | 34 | 0 | 141 | 124 | 40 | 540 | 135 | 43 |
| Binary | 10101101 | 110 | 11100 | 0 | 1100001 | 1010100 | 100000 | 101100000 | 1011101 | 100011 |
Color Harmonies of #AD061C
Complementary color
Monochromatic Colors of #AD061C
Black with #AD061C
Text Example
Text Example
White with #AD061C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD061C; }
p { color: rgb(173,6,28); }
H1.HeaderClassName
{
color: #AD061C;
}
.AnyTagClassName
{
color: #AD061C;
}
</style>
background-color css
<style>
a { background-color: #AD061C; }
a { background-color: rgb(173,6,28); }
div.DivClassName
{
background-color: #AD061C;
}
.BgClassName
{
background-color: #AD061C;
}
</style>
border-color css
<style>
span { border-color: #AD061C; }
span { border-color: rgb(173,6,28); }
td.TdClassName
{
border-color: #AD061C;
}
.TagClassName
{
border-color: #AD061C;
}
</style>