Shades of Carmine #A40A1A
Tints of Carmine #A40A1A
RGB
CMYK
RGB Variations
Color information
#A40A1A (or 0xA40A1A) is known color: Carmine. HEX triplet: A4, 0A and 1A. RGB value is (164,10,26). Sum of RGB (Red+Green+Blue) = 164+10+26=200 (26% of max value = 765). Red value is 164 (64.45% from 255 or 82% from 200); Green value is 10 (4.30% from 255 or 5% from 200); Blue value is 26 (10.55% from 255 or 13% from 200); Max value from RGB is 164 - color contains mainly: red. Hex color #A40A1A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40A1A is #5BF5E5. Grayscale: #393939. Windows color (decimal): -6026726 or 1706660. OLE color: 1706660.
HSL color Cylindrical-coordinate representation of color #A40A1A: hue angle of 353.77º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A40A1A is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 10 | 26 | - |
| CMYK | 0 | 0.94 | 0.84 | 0.36 |
| HSL | 353.77º | 0.89% | 0.34% | - |
| HSV(B) | 353.77º | 0.94% | 0.64% | - |
| XYZ | 15.6 | 8.18 | 1.73 | - |
| YUV | 57.87 | 110.02 | 203.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 10 | 26 | 0 | 0.94 | 0.84 | 0.36 | 353.77 | 0.89 | 0.34 |
| Hex | A4 | A | 1A | 0 | 5E | 54 | 24 | 162 | 59 | 22 |
| Octal | 244 | 12 | 32 | 0 | 136 | 124 | 44 | 542 | 131 | 42 |
| Binary | 10100100 | 1010 | 11010 | 0 | 1011110 | 1010100 | 100100 | 101100010 | 1011001 | 100010 |
Color Harmonies of #A40A1A
Complementary color
Monochromatic Colors of #A40A1A
Black with #A40A1A
Text Example
Text Example
White with #A40A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40A1A; }
p { color: rgb(164,10,26); }
H1.HeaderClassName
{
color: #A40A1A;
}
.AnyTagClassName
{
color: #A40A1A;
}
</style>
background-color css
<style>
a { background-color: #A40A1A; }
a { background-color: rgb(164,10,26); }
div.DivClassName
{
background-color: #A40A1A;
}
.BgClassName
{
background-color: #A40A1A;
}
</style>
border-color css
<style>
span { border-color: #A40A1A; }
span { border-color: rgb(164,10,26); }
td.TdClassName
{
border-color: #A40A1A;
}
.TagClassName
{
border-color: #A40A1A;
}
</style>