Shades of Carmine #A40439
Tints of Carmine #A40439
RGB
CMYK
RGB Variations
Color information
#A40439 (or 0xA40439) is known color: Carmine. HEX triplet: A4, 04 and 39. RGB value is (164,4,57). Sum of RGB (Red+Green+Blue) = 164+4+57=225 (29% of max value = 765). Red value is 164 (64.45% from 255 or 72.89% from 225); Green value is 4 (1.95% from 255 or 1.78% from 225); Blue value is 57 (22.66% from 255 or 25.33% from 225); Max value from RGB is 164 - color contains mainly: red. Hex color #A40439 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40439 is #5BFBC6. Grayscale: #393939. Windows color (decimal): -6028231 or 3736740. OLE color: 3736740.
HSL color Cylindrical-coordinate representation of color #A40439: hue angle of 340.12º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A40439 is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 4 | 57 | - |
| CMYK | 0 | 0.98 | 0.65 | 0.36 |
| HSL | 340.13º | 0.95% | 0.33% | - |
| HSV(B) | 340.13º | 0.98% | 0.64% | - |
| XYZ | 16.09 | 8.27 | 4.62 | - |
| YUV | 57.88 | 127.51 | 203.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 4 | 57 | 0 | 0.98 | 0.65 | 0.36 | 340.13 | 0.95 | 0.33 |
| Hex | A4 | 4 | 39 | 0 | 62 | 41 | 24 | 154 | 5F | 21 |
| Octal | 244 | 4 | 71 | 0 | 142 | 101 | 44 | 524 | 137 | 41 |
| Binary | 10100100 | 100 | 111001 | 0 | 1100010 | 1000001 | 100100 | 101010100 | 1011111 | 100001 |
Color Harmonies of #A40439
Complementary color
Monochromatic Colors of #A40439
Black with #A40439
Text Example
Text Example
White with #A40439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40439; }
p { color: rgb(164,4,57); }
H1.HeaderClassName
{
color: #A40439;
}
.AnyTagClassName
{
color: #A40439;
}
</style>
background-color css
<style>
a { background-color: #A40439; }
a { background-color: rgb(164,4,57); }
div.DivClassName
{
background-color: #A40439;
}
.BgClassName
{
background-color: #A40439;
}
</style>
border-color css
<style>
span { border-color: #A40439; }
span { border-color: rgb(164,4,57); }
td.TdClassName
{
border-color: #A40439;
}
.TagClassName
{
border-color: #A40439;
}
</style>