Shades of Carmine #A40112
Tints of Carmine #A40112
RGB
CMYK
RGB Variations
Color information
#A40112 (or 0xA40112) is known color: Carmine. HEX triplet: A4, 01 and 12. RGB value is (164,1,18). Sum of RGB (Red+Green+Blue) = 164+1+18=183 (24% of max value = 765). Red value is 164 (64.45% from 255 or 89.62% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 18 (7.42% from 255 or 9.84% from 183); Max value from RGB is 164 - color contains mainly: red. Hex color #A40112 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40112 is #5BFEED. Grayscale: #333333. Windows color (decimal): -6029038 or 1180068. OLE color: 1180068.
HSL color Cylindrical-coordinate representation of color #A40112: hue angle of 353.74º 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 #A40112 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 1 | 18 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.36 |
| HSL | 353.74º | 0.99% | 0.32% | - |
| HSV(B) | 353.74º | 0.99% | 0.64% | - |
| XYZ | 15.43 | 7.96 | 1.3 | - |
| YUV | 51.68 | 109 | 208.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 1 | 18 | 0 | 0.99 | 0.89 | 0.36 | 353.74 | 0.99 | 0.32 |
| Hex | A4 | 1 | 12 | 0 | 63 | 59 | 24 | 162 | 63 | 20 |
| Octal | 244 | 1 | 22 | 0 | 143 | 131 | 44 | 542 | 143 | 40 |
| Binary | 10100100 | 1 | 10010 | 0 | 1100011 | 1011001 | 100100 | 101100010 | 1100011 | 100000 |
Color Harmonies of #A40112
Complementary color
Monochromatic Colors of #A40112
Black with #A40112
Text Example
Text Example
White with #A40112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40112; }
p { color: rgb(164,1,18); }
H1.HeaderClassName
{
color: #A40112;
}
.AnyTagClassName
{
color: #A40112;
}
</style>
background-color css
<style>
a { background-color: #A40112; }
a { background-color: rgb(164,1,18); }
div.DivClassName
{
background-color: #A40112;
}
.BgClassName
{
background-color: #A40112;
}
</style>
border-color css
<style>
span { border-color: #A40112; }
span { border-color: rgb(164,1,18); }
td.TdClassName
{
border-color: #A40112;
}
.TagClassName
{
border-color: #A40112;
}
</style>