Shades of Carmine #A80139
Tints of Carmine #A80139
RGB
CMYK
RGB Variations
Color information
#A80139 (or 0xA80139) is known color: Carmine. HEX triplet: A8, 01 and 39. RGB value is (168,1,57). Sum of RGB (Red+Green+Blue) = 168+1+57=226 (29% of max value = 765). Red value is 168 (66.02% from 255 or 74.34% from 226); Green value is 1 (0.78% from 255 or 0.44% from 226); Blue value is 57 (22.66% from 255 or 25.22% from 226); Max value from RGB is 168 - color contains mainly: red. Hex color #A80139 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80139 is #57FEC6. Grayscale: #393939. Windows color (decimal): -5766855 or 3735976. OLE color: 3735976.
HSL color Cylindrical-coordinate representation of color #A80139: hue angle of 339.88º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A80139 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 1 | 57 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.34 |
| HSL | 339.88º | 0.99% | 0.33% | - |
| HSV(B) | 339.88º | 0.99% | 0.66% | - |
| XYZ | 16.9 | 8.64 | 4.65 | - |
| YUV | 57.32 | 127.83 | 206.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 1 | 57 | 0 | 0.99 | 0.66 | 0.34 | 339.88 | 0.99 | 0.33 |
| Hex | A8 | 1 | 39 | 0 | 63 | 42 | 22 | 154 | 63 | 21 |
| Octal | 250 | 1 | 71 | 0 | 143 | 102 | 42 | 524 | 143 | 41 |
| Binary | 10101000 | 1 | 111001 | 0 | 1100011 | 1000010 | 100010 | 101010100 | 1100011 | 100001 |
Color Harmonies of #A80139
Complementary color
Monochromatic Colors of #A80139
Black with #A80139
Text Example
Text Example
White with #A80139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80139; }
p { color: rgb(168,1,57); }
H1.HeaderClassName
{
color: #A80139;
}
.AnyTagClassName
{
color: #A80139;
}
</style>
background-color css
<style>
a { background-color: #A80139; }
a { background-color: rgb(168,1,57); }
div.DivClassName
{
background-color: #A80139;
}
.BgClassName
{
background-color: #A80139;
}
</style>
border-color css
<style>
span { border-color: #A80139; }
span { border-color: rgb(168,1,57); }
td.TdClassName
{
border-color: #A80139;
}
.TagClassName
{
border-color: #A80139;
}
</style>