Shades of Carmine #A70139
Tints of Carmine #A70139
RGB
CMYK
RGB Variations
Color information
#A70139 (or 0xA70139) is known color: Carmine. HEX triplet: A7, 01 and 39. RGB value is (167,1,57). Sum of RGB (Red+Green+Blue) = 167+1+57=225 (29% of max value = 765). Red value is 167 (65.62% from 255 or 74.22% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 57 (22.66% from 255 or 25.33% from 225); Max value from RGB is 167 - color contains mainly: red. Hex color #A70139 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70139 is #58FEC6. Grayscale: #383838. Windows color (decimal): -5832391 or 3735975. OLE color: 3735975.
HSL color Cylindrical-coordinate representation of color #A70139: hue angle of 339.76º 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 #A70139 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 1 | 57 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.35 |
| HSL | 339.76º | 0.99% | 0.33% | - |
| HSV(B) | 339.76º | 0.99% | 0.65% | - |
| XYZ | 16.69 | 8.53 | 4.64 | - |
| YUV | 57.02 | 128 | 206.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 1 | 57 | 0 | 0.99 | 0.66 | 0.35 | 339.76 | 0.99 | 0.33 |
| Hex | A7 | 1 | 39 | 0 | 63 | 42 | 23 | 154 | 63 | 21 |
| Octal | 247 | 1 | 71 | 0 | 143 | 102 | 43 | 524 | 143 | 41 |
| Binary | 10100111 | 1 | 111001 | 0 | 1100011 | 1000010 | 100011 | 101010100 | 1100011 | 100001 |
Color Harmonies of #A70139
Complementary color
Monochromatic Colors of #A70139
Black with #A70139
Text Example
Text Example
White with #A70139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70139; }
p { color: rgb(167,1,57); }
H1.HeaderClassName
{
color: #A70139;
}
.AnyTagClassName
{
color: #A70139;
}
</style>
background-color css
<style>
a { background-color: #A70139; }
a { background-color: rgb(167,1,57); }
div.DivClassName
{
background-color: #A70139;
}
.BgClassName
{
background-color: #A70139;
}
</style>
border-color css
<style>
span { border-color: #A70139; }
span { border-color: rgb(167,1,57); }
td.TdClassName
{
border-color: #A70139;
}
.TagClassName
{
border-color: #A70139;
}
</style>