Shades of Carmine #A4112B
Tints of Carmine #A4112B
RGB
CMYK
RGB Variations
Color information
#A4112B (or 0xA4112B) is known color: Carmine. HEX triplet: A4, 11 and 2B. RGB value is (164,17,43). Sum of RGB (Red+Green+Blue) = 164+17+43=224 (29% of max value = 765). Red value is 164 (64.45% from 255 or 73.21% from 224); Green value is 17 (7.03% from 255 or 7.59% from 224); Blue value is 43 (17.19% from 255 or 19.20% from 224); Max value from RGB is 164 - color contains mainly: red. Hex color #A4112B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4112B is #5BEED4. Grayscale: #3F3F3F. Windows color (decimal): -6024917 or 2822564. OLE color: 2822564.
HSL color Cylindrical-coordinate representation of color #A4112B: hue angle of 349.39º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A4112B is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 17 | 43 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.36 |
| HSL | 349.39º | 0.81% | 0.35% | - |
| HSV(B) | 349.39º | 0.9% | 0.64% | - |
| XYZ | 15.95 | 8.47 | 3.08 | - |
| YUV | 63.92 | 116.2 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 17 | 43 | 0 | 0.90 | 0.74 | 0.36 | 349.39 | 0.81 | 0.35 |
| Hex | A4 | 11 | 2B | 0 | 5A | 4A | 24 | 15D | 51 | 23 |
| Octal | 244 | 21 | 53 | 0 | 132 | 112 | 44 | 535 | 121 | 43 |
| Binary | 10100100 | 10001 | 101011 | 0 | 1011010 | 1001010 | 100100 | 101011101 | 1010001 | 100011 |
Color Harmonies of #A4112B
Complementary color
Monochromatic Colors of #A4112B
Black with #A4112B
Text Example
Text Example
White with #A4112B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4112B; }
p { color: rgb(164,17,43); }
H1.HeaderClassName
{
color: #A4112B;
}
.AnyTagClassName
{
color: #A4112B;
}
</style>
background-color css
<style>
a { background-color: #A4112B; }
a { background-color: rgb(164,17,43); }
div.DivClassName
{
background-color: #A4112B;
}
.BgClassName
{
background-color: #A4112B;
}
</style>
border-color css
<style>
span { border-color: #A4112B; }
span { border-color: rgb(164,17,43); }
td.TdClassName
{
border-color: #A4112B;
}
.TagClassName
{
border-color: #A4112B;
}
</style>