Shades of Carmine #A5112C
Tints of Carmine #A5112C
RGB
CMYK
RGB Variations
Color information
#A5112C (or 0xA5112C) is known color: Carmine. HEX triplet: A5, 11 and 2C. RGB value is (165,17,44). Sum of RGB (Red+Green+Blue) = 165+17+44=226 (29% of max value = 765). Red value is 165 (64.84% from 255 or 73.01% from 226); Green value is 17 (7.03% from 255 or 7.52% from 226); Blue value is 44 (17.58% from 255 or 19.47% from 226); Max value from RGB is 165 - color contains mainly: red. Hex color #A5112C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5112C is #5AEED3. Grayscale: #404040. Windows color (decimal): -5959380 or 2888101. OLE color: 2888101.
HSL color Cylindrical-coordinate representation of color #A5112C: hue angle of 349.05º degrees, saturation: 0.81, 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 #A5112C is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 17 | 44 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.35 |
| HSL | 349.05º | 0.81% | 0.36% | - |
| HSV(B) | 349.05º | 0.9% | 0.65% | - |
| XYZ | 16.17 | 8.58 | 3.19 | - |
| YUV | 64.33 | 116.53 | 199.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 17 | 44 | 0 | 0.90 | 0.73 | 0.35 | 349.05 | 0.81 | 0.36 |
| Hex | A5 | 11 | 2C | 0 | 5A | 49 | 23 | 15D | 51 | 24 |
| Octal | 245 | 21 | 54 | 0 | 132 | 111 | 43 | 535 | 121 | 44 |
| Binary | 10100101 | 10001 | 101100 | 0 | 1011010 | 1001001 | 100011 | 101011101 | 1010001 | 100100 |
Color Harmonies of #A5112C
Complementary color
Monochromatic Colors of #A5112C
Black with #A5112C
Text Example
Text Example
White with #A5112C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5112C; }
p { color: rgb(165,17,44); }
H1.HeaderClassName
{
color: #A5112C;
}
.AnyTagClassName
{
color: #A5112C;
}
</style>
background-color css
<style>
a { background-color: #A5112C; }
a { background-color: rgb(165,17,44); }
div.DivClassName
{
background-color: #A5112C;
}
.BgClassName
{
background-color: #A5112C;
}
</style>
border-color css
<style>
span { border-color: #A5112C; }
span { border-color: rgb(165,17,44); }
td.TdClassName
{
border-color: #A5112C;
}
.TagClassName
{
border-color: #A5112C;
}
</style>