Shades of Carmine #9A122C
Tints of Carmine #9A122C
RGB
CMYK
RGB Variations
Color information
#9A122C (or 0x9A122C) is known color: Carmine. HEX triplet: 9A, 12 and 2C. RGB value is (154,18,44). Sum of RGB (Red+Green+Blue) = 154+18+44=216 (28% of max value = 765). Red value is 154 (60.55% from 255 or 71.30% from 216); Green value is 18 (7.42% from 255 or 8.33% from 216); Blue value is 44 (17.58% from 255 or 20.37% from 216); Max value from RGB is 154 - color contains mainly: red. Hex color #9A122C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A122C is #65EDD3. Grayscale: #3D3D3D. Windows color (decimal): -6680020 or 2888346. OLE color: 2888346.
HSL color Cylindrical-coordinate representation of color #9A122C: hue angle of 348.53º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9A122C is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 18 | 44 | - |
| CMYK | 0 | 0.88 | 0.71 | 0.40 |
| HSL | 348.53º | 0.79% | 0.34% | - |
| HSV(B) | 348.53º | 0.88% | 0.6% | - |
| XYZ | 14 | 7.48 | 3.09 | - |
| YUV | 61.63 | 118.06 | 193.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 18 | 44 | 0 | 0.88 | 0.71 | 0.40 | 348.53 | 0.79 | 0.34 |
| Hex | 9A | 12 | 2C | 0 | 58 | 47 | 28 | 15D | 4F | 22 |
| Octal | 232 | 22 | 54 | 0 | 130 | 107 | 50 | 535 | 117 | 42 |
| Binary | 10011010 | 10010 | 101100 | 0 | 1011000 | 1000111 | 101000 | 101011101 | 1001111 | 100010 |
Color Harmonies of #9A122C
Complementary color
Monochromatic Colors of #9A122C
Black with #9A122C
Text Example
Text Example
White with #9A122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A122C; }
p { color: rgb(154,18,44); }
H1.HeaderClassName
{
color: #9A122C;
}
.AnyTagClassName
{
color: #9A122C;
}
</style>
background-color css
<style>
a { background-color: #9A122C; }
a { background-color: rgb(154,18,44); }
div.DivClassName
{
background-color: #9A122C;
}
.BgClassName
{
background-color: #9A122C;
}
</style>
border-color css
<style>
span { border-color: #9A122C; }
span { border-color: rgb(154,18,44); }
td.TdClassName
{
border-color: #9A122C;
}
.TagClassName
{
border-color: #9A122C;
}
</style>