Shades of Carmine #A6011F
Tints of Carmine #A6011F
RGB
CMYK
RGB Variations
Color information
#A6011F (or 0xA6011F) is known color: Carmine. HEX triplet: A6, 01 and 1F. RGB value is (166,1,31). Sum of RGB (Red+Green+Blue) = 166+1+31=198 (26% of max value = 765). Red value is 166 (65.23% from 255 or 83.84% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 31 (12.5% from 255 or 15.66% from 198); Max value from RGB is 166 - color contains mainly: red. Hex color #A6011F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6011F is #59FEE0. Grayscale: #353535. Windows color (decimal): -5897953 or 2032038. OLE color: 2032038.
HSL color Cylindrical-coordinate representation of color #A6011F: hue angle of 349.09º degrees, saturation: 0.99, 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 #A6011F is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 1 | 31 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.35 |
| HSL | 349.09º | 0.99% | 0.33% | - |
| HSV(B) | 349.09º | 0.99% | 0.65% | - |
| XYZ | 15.98 | 8.23 | 2.04 | - |
| YUV | 53.76 | 115.16 | 208.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 1 | 31 | 0 | 0.99 | 0.81 | 0.35 | 349.09 | 0.99 | 0.33 |
| Hex | A6 | 1 | 1F | 0 | 63 | 51 | 23 | 15D | 63 | 21 |
| Octal | 246 | 1 | 37 | 0 | 143 | 121 | 43 | 535 | 143 | 41 |
| Binary | 10100110 | 1 | 11111 | 0 | 1100011 | 1010001 | 100011 | 101011101 | 1100011 | 100001 |
Color Harmonies of #A6011F
Complementary color
Monochromatic Colors of #A6011F
Black with #A6011F
Text Example
Text Example
White with #A6011F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6011F; }
p { color: rgb(166,1,31); }
H1.HeaderClassName
{
color: #A6011F;
}
.AnyTagClassName
{
color: #A6011F;
}
</style>
background-color css
<style>
a { background-color: #A6011F; }
a { background-color: rgb(166,1,31); }
div.DivClassName
{
background-color: #A6011F;
}
.BgClassName
{
background-color: #A6011F;
}
</style>
border-color css
<style>
span { border-color: #A6011F; }
span { border-color: rgb(166,1,31); }
td.TdClassName
{
border-color: #A6011F;
}
.TagClassName
{
border-color: #A6011F;
}
</style>