Shades of Carmine #A4122C
Tints of Carmine #A4122C
RGB
CMYK
RGB Variations
Color information
#A4122C (or 0xA4122C) is known color: Carmine. HEX triplet: A4, 12 and 2C. RGB value is (164,18,44). Sum of RGB (Red+Green+Blue) = 164+18+44=226 (29% of max value = 765). Red value is 164 (64.45% from 255 or 72.57% from 226); Green value is 18 (7.42% from 255 or 7.96% from 226); Blue value is 44 (17.58% from 255 or 19.47% from 226); Max value from RGB is 164 - color contains mainly: red. Hex color #A4122C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4122C is #5BEDD3. Grayscale: #404040. Windows color (decimal): -6024660 or 2888356. OLE color: 2888356.
HSL color Cylindrical-coordinate representation of color #A4122C: hue angle of 349.32º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A4122C is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 18 | 44 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.36 |
| HSL | 349.32º | 0.8% | 0.36% | - |
| HSV(B) | 349.32º | 0.89% | 0.64% | - |
| XYZ | 15.98 | 8.51 | 3.18 | - |
| YUV | 64.62 | 116.37 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 18 | 44 | 0 | 0.89 | 0.73 | 0.36 | 349.32 | 0.8 | 0.36 |
| Hex | A4 | 12 | 2C | 0 | 59 | 49 | 24 | 15D | 50 | 24 |
| Octal | 244 | 22 | 54 | 0 | 131 | 111 | 44 | 535 | 120 | 44 |
| Binary | 10100100 | 10010 | 101100 | 0 | 1011001 | 1001001 | 100100 | 101011101 | 1010000 | 100100 |
Color Harmonies of #A4122C
Complementary color
Monochromatic Colors of #A4122C
Black with #A4122C
Text Example
Text Example
White with #A4122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4122C; }
p { color: rgb(164,18,44); }
H1.HeaderClassName
{
color: #A4122C;
}
.AnyTagClassName
{
color: #A4122C;
}
</style>
background-color css
<style>
a { background-color: #A4122C; }
a { background-color: rgb(164,18,44); }
div.DivClassName
{
background-color: #A4122C;
}
.BgClassName
{
background-color: #A4122C;
}
</style>
border-color css
<style>
span { border-color: #A4122C; }
span { border-color: rgb(164,18,44); }
td.TdClassName
{
border-color: #A4122C;
}
.TagClassName
{
border-color: #A4122C;
}
</style>