Shades of Carmine #A40139
Tints of Carmine #A40139
RGB
CMYK
RGB Variations
Color information
#A40139 (or 0xA40139) is known color: Carmine. HEX triplet: A4, 01 and 39. RGB value is (164,1,57). Sum of RGB (Red+Green+Blue) = 164+1+57=222 (29% of max value = 765). Red value is 164 (64.45% from 255 or 73.87% from 222); Green value is 1 (0.78% from 255 or 0.45% from 222); Blue value is 57 (22.66% from 255 or 25.68% from 222); Max value from RGB is 164 - color contains mainly: red. Hex color #A40139 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40139 is #5BFEC6. Grayscale: #383838. Windows color (decimal): -6028999 or 3735972. OLE color: 3735972.
HSL color Cylindrical-coordinate representation of color #A40139: hue angle of 339.39º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A40139 is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 1 | 57 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.36 |
| HSL | 339.39º | 0.99% | 0.32% | - |
| HSV(B) | 339.39º | 0.99% | 0.64% | - |
| XYZ | 16.06 | 8.21 | 4.61 | - |
| YUV | 56.12 | 128.5 | 204.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 1 | 57 | 0 | 0.99 | 0.65 | 0.36 | 339.39 | 0.99 | 0.32 |
| Hex | A4 | 1 | 39 | 0 | 63 | 41 | 24 | 153 | 63 | 20 |
| Octal | 244 | 1 | 71 | 0 | 143 | 101 | 44 | 523 | 143 | 40 |
| Binary | 10100100 | 1 | 111001 | 0 | 1100011 | 1000001 | 100100 | 101010011 | 1100011 | 100000 |
Color Harmonies of #A40139
Complementary color
Monochromatic Colors of #A40139
Black with #A40139
Text Example
Text Example
White with #A40139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40139; }
p { color: rgb(164,1,57); }
H1.HeaderClassName
{
color: #A40139;
}
.AnyTagClassName
{
color: #A40139;
}
</style>
background-color css
<style>
a { background-color: #A40139; }
a { background-color: rgb(164,1,57); }
div.DivClassName
{
background-color: #A40139;
}
.BgClassName
{
background-color: #A40139;
}
</style>
border-color css
<style>
span { border-color: #A40139; }
span { border-color: rgb(164,1,57); }
td.TdClassName
{
border-color: #A40139;
}
.TagClassName
{
border-color: #A40139;
}
</style>