Shades of Carmine #A60131
Tints of Carmine #A60131
RGB
CMYK
RGB Variations
Color information
#A60131 (or 0xA60131) is known color: Carmine. HEX triplet: A6, 01 and 31. RGB value is (166,1,49). Sum of RGB (Red+Green+Blue) = 166+1+49=216 (28% of max value = 765). Red value is 166 (65.23% from 255 or 76.85% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 49 (19.53% from 255 or 22.69% from 216); Max value from RGB is 166 - color contains mainly: red. Hex color #A60131 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60131 is #59FECE. Grayscale: #373737. Windows color (decimal): -5897935 or 3211686. OLE color: 3211686.
HSL color Cylindrical-coordinate representation of color #A60131: hue angle of 342.55º 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 #A60131 is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 1 | 49 | - |
| CMYK | 0 | 0.99 | 0.70 | 0.35 |
| HSL | 342.55º | 0.99% | 0.33% | - |
| HSV(B) | 342.55º | 0.99% | 0.65% | - |
| XYZ | 16.29 | 8.35 | 3.66 | - |
| YUV | 55.81 | 124.16 | 206.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 1 | 49 | 0 | 0.99 | 0.70 | 0.35 | 342.55 | 0.99 | 0.33 |
| Hex | A6 | 1 | 31 | 0 | 63 | 46 | 23 | 157 | 63 | 21 |
| Octal | 246 | 1 | 61 | 0 | 143 | 106 | 43 | 527 | 143 | 41 |
| Binary | 10100110 | 1 | 110001 | 0 | 1100011 | 1000110 | 100011 | 101010111 | 1100011 | 100001 |
Color Harmonies of #A60131
Complementary color
Monochromatic Colors of #A60131
Black with #A60131
Text Example
Text Example
White with #A60131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60131; }
p { color: rgb(166,1,49); }
H1.HeaderClassName
{
color: #A60131;
}
.AnyTagClassName
{
color: #A60131;
}
</style>
background-color css
<style>
a { background-color: #A60131; }
a { background-color: rgb(166,1,49); }
div.DivClassName
{
background-color: #A60131;
}
.BgClassName
{
background-color: #A60131;
}
</style>
border-color css
<style>
span { border-color: #A60131; }
span { border-color: rgb(166,1,49); }
td.TdClassName
{
border-color: #A60131;
}
.TagClassName
{
border-color: #A60131;
}
</style>