Shades of Carmine #9A092C
Tints of Carmine #9A092C
RGB
CMYK
RGB Variations
Color information
#9A092C (or 0x9A092C) is known color: Carmine. HEX triplet: 9A, 09 and 2C. RGB value is (154,9,44). Sum of RGB (Red+Green+Blue) = 154+9+44=207 (27% of max value = 765). Red value is 154 (60.55% from 255 or 74.40% from 207); Green value is 9 (3.91% from 255 or 4.35% from 207); Blue value is 44 (17.58% from 255 or 21.26% from 207); Max value from RGB is 154 - color contains mainly: red. Hex color #9A092C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A092C is #65F6D3. Grayscale: #383838. Windows color (decimal): -6682324 or 2886042. OLE color: 2886042.
HSL color Cylindrical-coordinate representation of color #9A092C: hue angle of 345.52º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A092C is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 9 | 44 | - |
| CMYK | 0 | 0.94 | 0.71 | 0.40 |
| HSL | 345.52º | 0.89% | 0.32% | - |
| HSV(B) | 345.52º | 0.94% | 0.6% | - |
| XYZ | 13.88 | 7.25 | 3.05 | - |
| YUV | 56.35 | 121.04 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 9 | 44 | 0 | 0.94 | 0.71 | 0.40 | 345.52 | 0.89 | 0.32 |
| Hex | 9A | 9 | 2C | 0 | 5E | 47 | 28 | 15A | 59 | 20 |
| Octal | 232 | 11 | 54 | 0 | 136 | 107 | 50 | 532 | 131 | 40 |
| Binary | 10011010 | 1001 | 101100 | 0 | 1011110 | 1000111 | 101000 | 101011010 | 1011001 | 100000 |
Color Harmonies of #9A092C
Complementary color
Monochromatic Colors of #9A092C
Black with #9A092C
Text Example
Text Example
White with #9A092C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A092C; }
p { color: rgb(154,9,44); }
H1.HeaderClassName
{
color: #9A092C;
}
.AnyTagClassName
{
color: #9A092C;
}
</style>
background-color css
<style>
a { background-color: #9A092C; }
a { background-color: rgb(154,9,44); }
div.DivClassName
{
background-color: #9A092C;
}
.BgClassName
{
background-color: #9A092C;
}
</style>
border-color css
<style>
span { border-color: #9A092C; }
span { border-color: rgb(154,9,44); }
td.TdClassName
{
border-color: #9A092C;
}
.TagClassName
{
border-color: #9A092C;
}
</style>