Shades of Carmine #A60139
Tints of Carmine #A60139
RGB
CMYK
RGB Variations
Color information
#A60139 (or 0xA60139) is known color: Carmine. HEX triplet: A6, 01 and 39. RGB value is (166,1,57). Sum of RGB (Red+Green+Blue) = 166+1+57=224 (29% of max value = 765). Red value is 166 (65.23% from 255 or 74.11% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 57 (22.66% from 255 or 25.45% from 224); Max value from RGB is 166 - color contains mainly: red. Hex color #A60139 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60139 is #59FEC6. Grayscale: #383838. Windows color (decimal): -5897927 or 3735974. OLE color: 3735974.
HSL color Cylindrical-coordinate representation of color #A60139: hue angle of 339.64º 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 #A60139 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 1 | 57 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.35 |
| HSL | 339.64º | 0.99% | 0.33% | - |
| HSV(B) | 339.64º | 0.99% | 0.65% | - |
| XYZ | 16.48 | 8.42 | 4.63 | - |
| YUV | 56.72 | 128.16 | 205.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 1 | 57 | 0 | 0.99 | 0.66 | 0.35 | 339.64 | 0.99 | 0.33 |
| Hex | A6 | 1 | 39 | 0 | 63 | 42 | 23 | 154 | 63 | 21 |
| Octal | 246 | 1 | 71 | 0 | 143 | 102 | 43 | 524 | 143 | 41 |
| Binary | 10100110 | 1 | 111001 | 0 | 1100011 | 1000010 | 100011 | 101010100 | 1100011 | 100001 |
Color Harmonies of #A60139
Complementary color
Monochromatic Colors of #A60139
Black with #A60139
Text Example
Text Example
White with #A60139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60139; }
p { color: rgb(166,1,57); }
H1.HeaderClassName
{
color: #A60139;
}
.AnyTagClassName
{
color: #A60139;
}
</style>
background-color css
<style>
a { background-color: #A60139; }
a { background-color: rgb(166,1,57); }
div.DivClassName
{
background-color: #A60139;
}
.BgClassName
{
background-color: #A60139;
}
</style>
border-color css
<style>
span { border-color: #A60139; }
span { border-color: rgb(166,1,57); }
td.TdClassName
{
border-color: #A60139;
}
.TagClassName
{
border-color: #A60139;
}
</style>