Shades of Carmine #A8112B
Tints of Carmine #A8112B
RGB
CMYK
RGB Variations
Color information
#A8112B (or 0xA8112B) is known color: Carmine. HEX triplet: A8, 11 and 2B. RGB value is (168,17,43). Sum of RGB (Red+Green+Blue) = 168+17+43=228 (30% of max value = 765). Red value is 168 (66.02% from 255 or 73.68% from 228); Green value is 17 (7.03% from 255 or 7.46% from 228); Blue value is 43 (17.19% from 255 or 18.86% from 228); Max value from RGB is 168 - color contains mainly: red. Hex color #A8112B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8112B is #57EED4. Grayscale: #414141. Windows color (decimal): -5762773 or 2822568. OLE color: 2822568.
HSL color Cylindrical-coordinate representation of color #A8112B: hue angle of 349.67º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A8112B is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 17 | 43 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.34 |
| HSL | 349.67º | 0.82% | 0.36% | - |
| HSV(B) | 349.67º | 0.9% | 0.66% | - |
| XYZ | 16.78 | 8.9 | 3.12 | - |
| YUV | 65.11 | 115.53 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 17 | 43 | 0 | 0.90 | 0.74 | 0.34 | 349.67 | 0.82 | 0.36 |
| Hex | A8 | 11 | 2B | 0 | 5A | 4A | 22 | 15E | 52 | 24 |
| Octal | 250 | 21 | 53 | 0 | 132 | 112 | 42 | 536 | 122 | 44 |
| Binary | 10101000 | 10001 | 101011 | 0 | 1011010 | 1001010 | 100010 | 101011110 | 1010010 | 100100 |
Color Harmonies of #A8112B
Complementary color
Monochromatic Colors of #A8112B
Black with #A8112B
Text Example
Text Example
White with #A8112B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8112B; }
p { color: rgb(168,17,43); }
H1.HeaderClassName
{
color: #A8112B;
}
.AnyTagClassName
{
color: #A8112B;
}
</style>
background-color css
<style>
a { background-color: #A8112B; }
a { background-color: rgb(168,17,43); }
div.DivClassName
{
background-color: #A8112B;
}
.BgClassName
{
background-color: #A8112B;
}
</style>
border-color css
<style>
span { border-color: #A8112B; }
span { border-color: rgb(168,17,43); }
td.TdClassName
{
border-color: #A8112B;
}
.TagClassName
{
border-color: #A8112B;
}
</style>