Shades of Carmine #A40031
Tints of Carmine #A40031
RGB
CMYK
RGB Variations
Color information
#A40031 (or 0xA40031) is known color: Carmine. HEX triplet: A4, 00 and 31. RGB value is (164,0,49). Sum of RGB (Red+Green+Blue) = 164+0+49=213 (28% of max value = 765). Red value is 164 (64.45% from 255 or 77.00% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 49 (19.53% from 255 or 23.00% from 213); Max value from RGB is 164 - color contains mainly: red. Hex color #A40031 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40031 is #5BFFCE. Grayscale: #363636. Windows color (decimal): -6029263 or 3211428. OLE color: 3211428.
HSL color Cylindrical-coordinate representation of color #A40031: hue angle of 342.07º 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 #A40031 is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 0 | 49 | - |
| CMYK | 0 | 1 | 0.70 | 0.36 |
| HSL | 342.07º | 1% | 0.32% | - |
| HSV(B) | 342.07º | 1% | 0.64% | - |
| XYZ | 15.86 | 8.11 | 3.64 | - |
| YUV | 54.62 | 124.83 | 206.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 0 | 49 | 0 | 1 | 0.70 | 0.36 | 342.07 | 1 | 0.32 |
| Hex | A4 | 0 | 31 | 0 | 64 | 46 | 24 | 156 | 64 | 20 |
| Octal | 244 | 0 | 61 | 0 | 144 | 106 | 44 | 526 | 144 | 40 |
| Binary | 10100100 | 0 | 110001 | 0 | 1100100 | 1000110 | 100100 | 101010110 | 1100100 | 100000 |
Color Harmonies of #A40031
Complementary color
Monochromatic Colors of #A40031
Black with #A40031
Text Example
Text Example
White with #A40031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40031; }
p { color: rgb(164,0,49); }
H1.HeaderClassName
{
color: #A40031;
}
.AnyTagClassName
{
color: #A40031;
}
</style>
background-color css
<style>
a { background-color: #A40031; }
a { background-color: rgb(164,0,49); }
div.DivClassName
{
background-color: #A40031;
}
.BgClassName
{
background-color: #A40031;
}
</style>
border-color css
<style>
span { border-color: #A40031; }
span { border-color: rgb(164,0,49); }
td.TdClassName
{
border-color: #A40031;
}
.TagClassName
{
border-color: #A40031;
}
</style>