Shades of Carmine #A10039
Tints of Carmine #A10039
RGB
CMYK
RGB Variations
Color information
#A10039 (or 0xA10039) is known color: Carmine. HEX triplet: A1, 00 and 39. RGB value is (161,0,57). Sum of RGB (Red+Green+Blue) = 161+0+57=218 (28% of max value = 765). Red value is 161 (63.28% from 255 or 73.85% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 57 (22.66% from 255 or 26.15% from 218); Max value from RGB is 161 - color contains mainly: red. Hex color #A10039 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10039 is #5EFFC6. Grayscale: #363636. Windows color (decimal): -6225863 or 3735713. OLE color: 3735713.
HSL color Cylindrical-coordinate representation of color #A10039: hue angle of 338.76º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A10039 is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 0 | 57 | - |
| CMYK | 0 | 1 | 0.65 | 0.37 |
| HSL | 338.76º | 1% | 0.32% | - |
| HSV(B) | 338.76º | 1% | 0.63% | - |
| XYZ | 15.44 | 7.87 | 4.58 | - |
| YUV | 54.64 | 129.34 | 203.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 0 | 57 | 0 | 1 | 0.65 | 0.37 | 338.76 | 1 | 0.32 |
| Hex | A1 | 0 | 39 | 0 | 64 | 41 | 25 | 153 | 64 | 20 |
| Octal | 241 | 0 | 71 | 0 | 144 | 101 | 45 | 523 | 144 | 40 |
| Binary | 10100001 | 0 | 111001 | 0 | 1100100 | 1000001 | 100101 | 101010011 | 1100100 | 100000 |
Color Harmonies of #A10039
Complementary color
Monochromatic Colors of #A10039
Black with #A10039
Text Example
Text Example
White with #A10039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10039; }
p { color: rgb(161,0,57); }
H1.HeaderClassName
{
color: #A10039;
}
.AnyTagClassName
{
color: #A10039;
}
</style>
background-color css
<style>
a { background-color: #A10039; }
a { background-color: rgb(161,0,57); }
div.DivClassName
{
background-color: #A10039;
}
.BgClassName
{
background-color: #A10039;
}
</style>
border-color css
<style>
span { border-color: #A10039; }
span { border-color: rgb(161,0,57); }
td.TdClassName
{
border-color: #A10039;
}
.TagClassName
{
border-color: #A10039;
}
</style>