Shades of Carmine #9A091C
Tints of Carmine #9A091C
RGB
CMYK
RGB Variations
Color information
#9A091C (or 0x9A091C) is known color: Carmine. HEX triplet: 9A, 09 and 1C. RGB value is (154,9,28). Sum of RGB (Red+Green+Blue) = 154+9+28=191 (25% of max value = 765). Red value is 154 (60.55% from 255 or 80.63% from 191); Green value is 9 (3.91% from 255 or 4.71% from 191); Blue value is 28 (11.33% from 255 or 14.66% from 191); Max value from RGB is 154 - color contains mainly: red. Hex color #9A091C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A091C is #65F6E3. Grayscale: #363636. Windows color (decimal): -6682340 or 1837466. OLE color: 1837466.
HSL color Cylindrical-coordinate representation of color #9A091C: hue angle of 352.14º 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 #9A091C is Cyan = 0, Magento = 0.94, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 9 | 28 | - |
| CMYK | 0 | 0.94 | 0.82 | 0.40 |
| HSL | 352.14º | 0.89% | 0.32% | - |
| HSV(B) | 352.14º | 0.94% | 0.6% | - |
| XYZ | 13.63 | 7.15 | 1.76 | - |
| YUV | 54.52 | 113.04 | 198.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 9 | 28 | 0 | 0.94 | 0.82 | 0.40 | 352.14 | 0.89 | 0.32 |
| Hex | 9A | 9 | 1C | 0 | 5E | 52 | 28 | 160 | 59 | 20 |
| Octal | 232 | 11 | 34 | 0 | 136 | 122 | 50 | 540 | 131 | 40 |
| Binary | 10011010 | 1001 | 11100 | 0 | 1011110 | 1010010 | 101000 | 101100000 | 1011001 | 100000 |
Color Harmonies of #9A091C
Complementary color
Monochromatic Colors of #9A091C
Black with #9A091C
Text Example
Text Example
White with #9A091C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A091C; }
p { color: rgb(154,9,28); }
H1.HeaderClassName
{
color: #9A091C;
}
.AnyTagClassName
{
color: #9A091C;
}
</style>
background-color css
<style>
a { background-color: #9A091C; }
a { background-color: rgb(154,9,28); }
div.DivClassName
{
background-color: #9A091C;
}
.BgClassName
{
background-color: #9A091C;
}
</style>
border-color css
<style>
span { border-color: #9A091C; }
span { border-color: rgb(154,9,28); }
td.TdClassName
{
border-color: #9A091C;
}
.TagClassName
{
border-color: #9A091C;
}
</style>