Shades of Carmine #A60127
Tints of Carmine #A60127
RGB
CMYK
RGB Variations
Color information
#A60127 (or 0xA60127) is known color: Carmine. HEX triplet: A6, 01 and 27. RGB value is (166,1,39). Sum of RGB (Red+Green+Blue) = 166+1+39=206 (27% of max value = 765). Red value is 166 (65.23% from 255 or 80.58% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 39 (15.62% from 255 or 18.93% from 206); Max value from RGB is 166 - color contains mainly: red. Hex color #A60127 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60127 is #59FED8. Grayscale: #363636. Windows color (decimal): -5897945 or 2556326. OLE color: 2556326.
HSL color Cylindrical-coordinate representation of color #A60127: hue angle of 346.18º 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 #A60127 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 1 | 39 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.35 |
| HSL | 346.18º | 0.99% | 0.33% | - |
| HSV(B) | 346.18º | 0.99% | 0.65% | - |
| XYZ | 16.1 | 8.28 | 2.67 | - |
| YUV | 54.67 | 119.16 | 207.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 1 | 39 | 0 | 0.99 | 0.77 | 0.35 | 346.18 | 0.99 | 0.33 |
| Hex | A6 | 1 | 27 | 0 | 63 | 4D | 23 | 15A | 63 | 21 |
| Octal | 246 | 1 | 47 | 0 | 143 | 115 | 43 | 532 | 143 | 41 |
| Binary | 10100110 | 1 | 100111 | 0 | 1100011 | 1001101 | 100011 | 101011010 | 1100011 | 100001 |
Color Harmonies of #A60127
Complementary color
Monochromatic Colors of #A60127
Black with #A60127
Text Example
Text Example
White with #A60127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60127; }
p { color: rgb(166,1,39); }
H1.HeaderClassName
{
color: #A60127;
}
.AnyTagClassName
{
color: #A60127;
}
</style>
background-color css
<style>
a { background-color: #A60127; }
a { background-color: rgb(166,1,39); }
div.DivClassName
{
background-color: #A60127;
}
.BgClassName
{
background-color: #A60127;
}
</style>
border-color css
<style>
span { border-color: #A60127; }
span { border-color: rgb(166,1,39); }
td.TdClassName
{
border-color: #A60127;
}
.TagClassName
{
border-color: #A60127;
}
</style>