Shades of Carmine #A40C2E
Tints of Carmine #A40C2E
RGB
CMYK
RGB Variations
Color information
#A40C2E (or 0xA40C2E) is known color: Carmine. HEX triplet: A4, 0C and 2E. RGB value is (164,12,46). Sum of RGB (Red+Green+Blue) = 164+12+46=222 (29% of max value = 765). Red value is 164 (64.45% from 255 or 73.87% from 222); Green value is 12 (5.08% from 255 or 5.41% from 222); Blue value is 46 (18.36% from 255 or 20.72% from 222); Max value from RGB is 164 - color contains mainly: red. Hex color #A40C2E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40C2E is #5BF3D1. Grayscale: #3D3D3D. Windows color (decimal): -6026194 or 3017892. OLE color: 3017892.
HSL color Cylindrical-coordinate representation of color #A40C2E: hue angle of 346.58º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A40C2E is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 12 | 46 | - |
| CMYK | 0 | 0.93 | 0.72 | 0.36 |
| HSL | 346.58º | 0.86% | 0.35% | - |
| HSV(B) | 346.58º | 0.93% | 0.64% | - |
| XYZ | 15.93 | 8.35 | 3.36 | - |
| YUV | 61.32 | 119.36 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 12 | 46 | 0 | 0.93 | 0.72 | 0.36 | 346.58 | 0.86 | 0.35 |
| Hex | A4 | C | 2E | 0 | 5D | 48 | 24 | 15B | 56 | 23 |
| Octal | 244 | 14 | 56 | 0 | 135 | 110 | 44 | 533 | 126 | 43 |
| Binary | 10100100 | 1100 | 101110 | 0 | 1011101 | 1001000 | 100100 | 101011011 | 1010110 | 100011 |
Color Harmonies of #A40C2E
Complementary color
Monochromatic Colors of #A40C2E
Black with #A40C2E
Text Example
Text Example
White with #A40C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40C2E; }
p { color: rgb(164,12,46); }
H1.HeaderClassName
{
color: #A40C2E;
}
.AnyTagClassName
{
color: #A40C2E;
}
</style>
background-color css
<style>
a { background-color: #A40C2E; }
a { background-color: rgb(164,12,46); }
div.DivClassName
{
background-color: #A40C2E;
}
.BgClassName
{
background-color: #A40C2E;
}
</style>
border-color css
<style>
span { border-color: #A40C2E; }
span { border-color: rgb(164,12,46); }
td.TdClassName
{
border-color: #A40C2E;
}
.TagClassName
{
border-color: #A40C2E;
}
</style>