Shades of Carmine #9A092B
Tints of Carmine #9A092B
RGB
CMYK
RGB Variations
Color information
#9A092B (or 0x9A092B) is known color: Carmine. HEX triplet: 9A, 09 and 2B. RGB value is (154,9,43). Sum of RGB (Red+Green+Blue) = 154+9+43=206 (27% of max value = 765). Red value is 154 (60.55% from 255 or 74.76% from 206); Green value is 9 (3.91% from 255 or 4.37% from 206); Blue value is 43 (17.19% from 255 or 20.87% from 206); Max value from RGB is 154 - color contains mainly: red. Hex color #9A092B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A092B is #65F6D4. Grayscale: #383838. Windows color (decimal): -6682325 or 2820506. OLE color: 2820506.
HSL color Cylindrical-coordinate representation of color #9A092B: hue angle of 345.93º 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 #9A092B is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 9 | 43 | - |
| CMYK | 0 | 0.94 | 0.72 | 0.40 |
| HSL | 345.93º | 0.89% | 0.32% | - |
| HSV(B) | 345.93º | 0.94% | 0.6% | - |
| XYZ | 13.86 | 7.24 | 2.95 | - |
| YUV | 56.23 | 120.54 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 9 | 43 | 0 | 0.94 | 0.72 | 0.40 | 345.93 | 0.89 | 0.32 |
| Hex | 9A | 9 | 2B | 0 | 5E | 48 | 28 | 15A | 59 | 20 |
| Octal | 232 | 11 | 53 | 0 | 136 | 110 | 50 | 532 | 131 | 40 |
| Binary | 10011010 | 1001 | 101011 | 0 | 1011110 | 1001000 | 101000 | 101011010 | 1011001 | 100000 |
Color Harmonies of #9A092B
Complementary color
Monochromatic Colors of #9A092B
Black with #9A092B
Text Example
Text Example
White with #9A092B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A092B; }
p { color: rgb(154,9,43); }
H1.HeaderClassName
{
color: #9A092B;
}
.AnyTagClassName
{
color: #9A092B;
}
</style>
background-color css
<style>
a { background-color: #9A092B; }
a { background-color: rgb(154,9,43); }
div.DivClassName
{
background-color: #9A092B;
}
.BgClassName
{
background-color: #9A092B;
}
</style>
border-color css
<style>
span { border-color: #9A092B; }
span { border-color: rgb(154,9,43); }
td.TdClassName
{
border-color: #9A092B;
}
.TagClassName
{
border-color: #9A092B;
}
</style>