Shades of Carmine #A5112B
Tints of Carmine #A5112B
RGB
CMYK
RGB Variations
Color information
#A5112B (or 0xA5112B) is known color: Carmine. HEX triplet: A5, 11 and 2B. RGB value is (165,17,43). Sum of RGB (Red+Green+Blue) = 165+17+43=225 (29% of max value = 765). Red value is 165 (64.84% from 255 or 73.33% from 225); Green value is 17 (7.03% from 255 or 7.56% from 225); Blue value is 43 (17.19% from 255 or 19.11% from 225); Max value from RGB is 165 - color contains mainly: red. Hex color #A5112B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5112B is #5AEED4. Grayscale: #404040. Windows color (decimal): -5959381 or 2822565. OLE color: 2822565.
HSL color Cylindrical-coordinate representation of color #A5112B: hue angle of 349.46º 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 #A5112B is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 17 | 43 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.35 |
| HSL | 349.46º | 0.81% | 0.36% | - |
| HSV(B) | 349.46º | 0.9% | 0.65% | - |
| XYZ | 16.15 | 8.57 | 3.09 | - |
| YUV | 64.22 | 116.03 | 199.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 17 | 43 | 0 | 0.90 | 0.74 | 0.35 | 349.46 | 0.81 | 0.36 |
| Hex | A5 | 11 | 2B | 0 | 5A | 4A | 23 | 15D | 51 | 24 |
| Octal | 245 | 21 | 53 | 0 | 132 | 112 | 43 | 535 | 121 | 44 |
| Binary | 10100101 | 10001 | 101011 | 0 | 1011010 | 1001010 | 100011 | 101011101 | 1010001 | 100100 |
Color Harmonies of #A5112B
Complementary color
Monochromatic Colors of #A5112B
Black with #A5112B
Text Example
Text Example
White with #A5112B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5112B; }
p { color: rgb(165,17,43); }
H1.HeaderClassName
{
color: #A5112B;
}
.AnyTagClassName
{
color: #A5112B;
}
</style>
background-color css
<style>
a { background-color: #A5112B; }
a { background-color: rgb(165,17,43); }
div.DivClassName
{
background-color: #A5112B;
}
.BgClassName
{
background-color: #A5112B;
}
</style>
border-color css
<style>
span { border-color: #A5112B; }
span { border-color: rgb(165,17,43); }
td.TdClassName
{
border-color: #A5112B;
}
.TagClassName
{
border-color: #A5112B;
}
</style>