Shades of Carmine #A6020F
Tints of Carmine #A6020F
RGB
CMYK
RGB Variations
Color information
#A6020F (or 0xA6020F) is known color: Carmine. HEX triplet: A6, 02 and 0F. RGB value is (166,2,15). Sum of RGB (Red+Green+Blue) = 166+2+15=183 (24% of max value = 765). Red value is 166 (65.23% from 255 or 90.71% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 15 (6.25% from 255 or 8.20% from 183); Max value from RGB is 166 - color contains mainly: red. Hex color #A6020F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A6020F is #59FDF0. Grayscale: #343434. Windows color (decimal): -5897713 or 983718. OLE color: 983718.
HSL color Cylindrical-coordinate representation of color #A6020F: hue angle of 355.24º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A6020F is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 2 | 15 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.35 |
| HSL | 355.24º | 0.98% | 0.33% | - |
| HSV(B) | 355.24º | 0.99% | 0.65% | - |
| XYZ | 15.83 | 8.18 | 1.2 | - |
| YUV | 52.52 | 106.83 | 208.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 2 | 15 | 0 | 0.99 | 0.91 | 0.35 | 355.24 | 0.98 | 0.33 |
| Hex | A6 | 2 | F | 0 | 63 | 5B | 23 | 163 | 62 | 21 |
| Octal | 246 | 2 | 17 | 0 | 143 | 133 | 43 | 543 | 142 | 41 |
| Binary | 10100110 | 10 | 1111 | 0 | 1100011 | 1011011 | 100011 | 101100011 | 1100010 | 100001 |
Color Harmonies of #A6020F
Complementary color
Monochromatic Colors of #A6020F
Black with #A6020F
Text Example
Text Example
White with #A6020F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6020F; }
p { color: rgb(166,2,15); }
H1.HeaderClassName
{
color: #A6020F;
}
.AnyTagClassName
{
color: #A6020F;
}
</style>
background-color css
<style>
a { background-color: #A6020F; }
a { background-color: rgb(166,2,15); }
div.DivClassName
{
background-color: #A6020F;
}
.BgClassName
{
background-color: #A6020F;
}
</style>
border-color css
<style>
span { border-color: #A6020F; }
span { border-color: rgb(166,2,15); }
td.TdClassName
{
border-color: #A6020F;
}
.TagClassName
{
border-color: #A6020F;
}
</style>