Shades of Carmine #A40039
Tints of Carmine #A40039
RGB
CMYK
RGB Variations
Color information
#A40039 (or 0xA40039) is known color: Carmine. HEX triplet: A4, 00 and 39. RGB value is (164,0,57). Sum of RGB (Red+Green+Blue) = 164+0+57=221 (29% of max value = 765). Red value is 164 (64.45% from 255 or 74.21% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 57 (22.66% from 255 or 25.79% from 221); Max value from RGB is 164 - color contains mainly: red. Hex color #A40039 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40039 is #5BFFC6. Grayscale: #373737. Windows color (decimal): -6029255 or 3735716. OLE color: 3735716.
HSL color Cylindrical-coordinate representation of color #A40039: hue angle of 339.15º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A40039 is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 0 | 57 | - |
| CMYK | 0 | 1 | 0.65 | 0.36 |
| HSL | 339.15º | 1% | 0.32% | - |
| HSV(B) | 339.15º | 1% | 0.64% | - |
| XYZ | 16.05 | 8.19 | 4.61 | - |
| YUV | 55.53 | 128.83 | 205.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 0 | 57 | 0 | 1 | 0.65 | 0.36 | 339.15 | 1 | 0.32 |
| Hex | A4 | 0 | 39 | 0 | 64 | 41 | 24 | 153 | 64 | 20 |
| Octal | 244 | 0 | 71 | 0 | 144 | 101 | 44 | 523 | 144 | 40 |
| Binary | 10100100 | 0 | 111001 | 0 | 1100100 | 1000001 | 100100 | 101010011 | 1100100 | 100000 |
Color Harmonies of #A40039
Complementary color
Monochromatic Colors of #A40039
Black with #A40039
Text Example
Text Example
White with #A40039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40039; }
p { color: rgb(164,0,57); }
H1.HeaderClassName
{
color: #A40039;
}
.AnyTagClassName
{
color: #A40039;
}
</style>
background-color css
<style>
a { background-color: #A40039; }
a { background-color: rgb(164,0,57); }
div.DivClassName
{
background-color: #A40039;
}
.BgClassName
{
background-color: #A40039;
}
</style>
border-color css
<style>
span { border-color: #A40039; }
span { border-color: rgb(164,0,57); }
td.TdClassName
{
border-color: #A40039;
}
.TagClassName
{
border-color: #A40039;
}
</style>