Shades of Carmine #9A112B
Tints of Carmine #9A112B
RGB
CMYK
RGB Variations
Color information
#9A112B (or 0x9A112B) is known color: Carmine. HEX triplet: 9A, 11 and 2B. RGB value is (154,17,43). Sum of RGB (Red+Green+Blue) = 154+17+43=214 (28% of max value = 765). Red value is 154 (60.55% from 255 or 71.96% from 214); Green value is 17 (7.03% from 255 or 7.94% from 214); Blue value is 43 (17.19% from 255 or 20.09% from 214); Max value from RGB is 154 - color contains mainly: red. Hex color #9A112B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A112B is #65EED4. Grayscale: #3C3C3C. Windows color (decimal): -6680277 or 2822554. OLE color: 2822554.
HSL color Cylindrical-coordinate representation of color #9A112B: hue angle of 348.61º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9A112B is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 17 | 43 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.40 |
| HSL | 348.61º | 0.8% | 0.34% | - |
| HSV(B) | 348.61º | 0.89% | 0.6% | - |
| XYZ | 13.96 | 7.45 | 2.99 | - |
| YUV | 60.93 | 117.89 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 17 | 43 | 0 | 0.89 | 0.72 | 0.40 | 348.61 | 0.8 | 0.34 |
| Hex | 9A | 11 | 2B | 0 | 59 | 48 | 28 | 15D | 50 | 22 |
| Octal | 232 | 21 | 53 | 0 | 131 | 110 | 50 | 535 | 120 | 42 |
| Binary | 10011010 | 10001 | 101011 | 0 | 1011001 | 1001000 | 101000 | 101011101 | 1010000 | 100010 |
Color Harmonies of #9A112B
Complementary color
Monochromatic Colors of #9A112B
Black with #9A112B
Text Example
Text Example
White with #9A112B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A112B; }
p { color: rgb(154,17,43); }
H1.HeaderClassName
{
color: #9A112B;
}
.AnyTagClassName
{
color: #9A112B;
}
</style>
background-color css
<style>
a { background-color: #9A112B; }
a { background-color: rgb(154,17,43); }
div.DivClassName
{
background-color: #9A112B;
}
.BgClassName
{
background-color: #9A112B;
}
</style>
border-color css
<style>
span { border-color: #9A112B; }
span { border-color: rgb(154,17,43); }
td.TdClassName
{
border-color: #9A112B;
}
.TagClassName
{
border-color: #9A112B;
}
</style>