Shades of Carmine #A7112B
Tints of Carmine #A7112B
RGB
CMYK
RGB Variations
Color information
#A7112B (or 0xA7112B) is known color: Carmine. HEX triplet: A7, 11 and 2B. RGB value is (167,17,43). Sum of RGB (Red+Green+Blue) = 167+17+43=227 (30% of max value = 765). Red value is 167 (65.62% from 255 or 73.57% from 227); Green value is 17 (7.03% from 255 or 7.49% from 227); Blue value is 43 (17.19% from 255 or 18.94% from 227); Max value from RGB is 167 - color contains mainly: red. Hex color #A7112B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7112B is #58EED4. Grayscale: #404040. Windows color (decimal): -5828309 or 2822567. OLE color: 2822567.
HSL color Cylindrical-coordinate representation of color #A7112B: hue angle of 349.6º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A7112B is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 17 | 43 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.35 |
| HSL | 349.6º | 0.82% | 0.36% | - |
| HSV(B) | 349.6º | 0.9% | 0.65% | - |
| XYZ | 16.57 | 8.79 | 3.11 | - |
| YUV | 64.81 | 115.7 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 17 | 43 | 0 | 0.90 | 0.74 | 0.35 | 349.6 | 0.82 | 0.36 |
| Hex | A7 | 11 | 2B | 0 | 5A | 4A | 23 | 15E | 52 | 24 |
| Octal | 247 | 21 | 53 | 0 | 132 | 112 | 43 | 536 | 122 | 44 |
| Binary | 10100111 | 10001 | 101011 | 0 | 1011010 | 1001010 | 100011 | 101011110 | 1010010 | 100100 |
Color Harmonies of #A7112B
Complementary color
Monochromatic Colors of #A7112B
Black with #A7112B
Text Example
Text Example
White with #A7112B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7112B; }
p { color: rgb(167,17,43); }
H1.HeaderClassName
{
color: #A7112B;
}
.AnyTagClassName
{
color: #A7112B;
}
</style>
background-color css
<style>
a { background-color: #A7112B; }
a { background-color: rgb(167,17,43); }
div.DivClassName
{
background-color: #A7112B;
}
.BgClassName
{
background-color: #A7112B;
}
</style>
border-color css
<style>
span { border-color: #A7112B; }
span { border-color: rgb(167,17,43); }
td.TdClassName
{
border-color: #A7112B;
}
.TagClassName
{
border-color: #A7112B;
}
</style>