Shades of Carmine #A9112B
Tints of Carmine #A9112B
RGB
CMYK
RGB Variations
Color information
#A9112B (or 0xA9112B) is known color: Carmine. HEX triplet: A9, 11 and 2B. RGB value is (169,17,43). Sum of RGB (Red+Green+Blue) = 169+17+43=229 (30% of max value = 765). Red value is 169 (66.41% from 255 or 73.80% from 229); Green value is 17 (7.03% from 255 or 7.42% from 229); Blue value is 43 (17.19% from 255 or 18.78% from 229); Max value from RGB is 169 - color contains mainly: red. Hex color #A9112B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9112B is #56EED4. Grayscale: #414141. Windows color (decimal): -5697237 or 2822569. OLE color: 2822569.
HSL color Cylindrical-coordinate representation of color #A9112B: hue angle of 349.74º 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 #A9112B is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 17 | 43 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.34 |
| HSL | 349.74º | 0.82% | 0.36% | - |
| HSV(B) | 349.74º | 0.9% | 0.66% | - |
| XYZ | 17 | 9.01 | 3.13 | - |
| YUV | 65.41 | 115.36 | 201.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 17 | 43 | 0 | 0.90 | 0.75 | 0.34 | 349.74 | 0.82 | 0.36 |
| Hex | A9 | 11 | 2B | 0 | 5A | 4B | 22 | 15E | 52 | 24 |
| Octal | 251 | 21 | 53 | 0 | 132 | 113 | 42 | 536 | 122 | 44 |
| Binary | 10101001 | 10001 | 101011 | 0 | 1011010 | 1001011 | 100010 | 101011110 | 1010010 | 100100 |
Color Harmonies of #A9112B
Complementary color
Monochromatic Colors of #A9112B
Black with #A9112B
Text Example
Text Example
White with #A9112B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9112B; }
p { color: rgb(169,17,43); }
H1.HeaderClassName
{
color: #A9112B;
}
.AnyTagClassName
{
color: #A9112B;
}
</style>
background-color css
<style>
a { background-color: #A9112B; }
a { background-color: rgb(169,17,43); }
div.DivClassName
{
background-color: #A9112B;
}
.BgClassName
{
background-color: #A9112B;
}
</style>
border-color css
<style>
span { border-color: #A9112B; }
span { border-color: rgb(169,17,43); }
td.TdClassName
{
border-color: #A9112B;
}
.TagClassName
{
border-color: #A9112B;
}
</style>