Shades of Carmine #A40131
Tints of Carmine #A40131
RGB
CMYK
RGB Variations
Color information
#A40131 (or 0xA40131) is known color: Carmine. HEX triplet: A4, 01 and 31. RGB value is (164,1,49). Sum of RGB (Red+Green+Blue) = 164+1+49=214 (28% of max value = 765). Red value is 164 (64.45% from 255 or 76.64% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 49 (19.53% from 255 or 22.90% from 214); Max value from RGB is 164 - color contains mainly: red. Hex color #A40131 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40131 is #5BFECE. Grayscale: #373737. Windows color (decimal): -6029007 or 3211684. OLE color: 3211684.
HSL color Cylindrical-coordinate representation of color #A40131: hue angle of 342.33º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A40131 is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 1 | 49 | - |
| CMYK | 0 | 0.99 | 0.70 | 0.36 |
| HSL | 342.33º | 0.99% | 0.32% | - |
| HSV(B) | 342.33º | 0.99% | 0.64% | - |
| XYZ | 15.88 | 8.14 | 3.64 | - |
| YUV | 55.21 | 124.5 | 205.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 1 | 49 | 0 | 0.99 | 0.70 | 0.36 | 342.33 | 0.99 | 0.32 |
| Hex | A4 | 1 | 31 | 0 | 63 | 46 | 24 | 156 | 63 | 20 |
| Octal | 244 | 1 | 61 | 0 | 143 | 106 | 44 | 526 | 143 | 40 |
| Binary | 10100100 | 1 | 110001 | 0 | 1100011 | 1000110 | 100100 | 101010110 | 1100011 | 100000 |
Color Harmonies of #A40131
Complementary color
Monochromatic Colors of #A40131
Black with #A40131
Text Example
Text Example
White with #A40131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40131; }
p { color: rgb(164,1,49); }
H1.HeaderClassName
{
color: #A40131;
}
.AnyTagClassName
{
color: #A40131;
}
</style>
background-color css
<style>
a { background-color: #A40131; }
a { background-color: rgb(164,1,49); }
div.DivClassName
{
background-color: #A40131;
}
.BgClassName
{
background-color: #A40131;
}
</style>
border-color css
<style>
span { border-color: #A40131; }
span { border-color: rgb(164,1,49); }
td.TdClassName
{
border-color: #A40131;
}
.TagClassName
{
border-color: #A40131;
}
</style>