Shades of Carmine #9A0B2C
Tints of Carmine #9A0B2C
RGB
CMYK
RGB Variations
Color information
#9A0B2C (or 0x9A0B2C) is known color: Carmine. HEX triplet: 9A, 0B and 2C. RGB value is (154,11,44). Sum of RGB (Red+Green+Blue) = 154+11+44=209 (27% of max value = 765). Red value is 154 (60.55% from 255 or 73.68% from 209); Green value is 11 (4.69% from 255 or 5.26% from 209); Blue value is 44 (17.58% from 255 or 21.05% from 209); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0B2C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A0B2C is #65F4D3. Grayscale: #393939. Windows color (decimal): -6681812 or 2886554. OLE color: 2886554.
HSL color Cylindrical-coordinate representation of color #9A0B2C: hue angle of 346.15º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9A0B2C is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 11 | 44 | - |
| CMYK | 0 | 0.93 | 0.71 | 0.40 |
| HSL | 346.15º | 0.87% | 0.32% | - |
| HSV(B) | 346.15º | 0.93% | 0.6% | - |
| XYZ | 13.9 | 7.29 | 3.06 | - |
| YUV | 57.52 | 120.38 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 11 | 44 | 0 | 0.93 | 0.71 | 0.40 | 346.15 | 0.87 | 0.32 |
| Hex | 9A | B | 2C | 0 | 5D | 47 | 28 | 15A | 57 | 20 |
| Octal | 232 | 13 | 54 | 0 | 135 | 107 | 50 | 532 | 127 | 40 |
| Binary | 10011010 | 1011 | 101100 | 0 | 1011101 | 1000111 | 101000 | 101011010 | 1010111 | 100000 |
Color Harmonies of #9A0B2C
Complementary color
Monochromatic Colors of #9A0B2C
Black with #9A0B2C
Text Example
Text Example
White with #9A0B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0B2C; }
p { color: rgb(154,11,44); }
H1.HeaderClassName
{
color: #9A0B2C;
}
.AnyTagClassName
{
color: #9A0B2C;
}
</style>
background-color css
<style>
a { background-color: #9A0B2C; }
a { background-color: rgb(154,11,44); }
div.DivClassName
{
background-color: #9A0B2C;
}
.BgClassName
{
background-color: #9A0B2C;
}
</style>
border-color css
<style>
span { border-color: #9A0B2C; }
span { border-color: rgb(154,11,44); }
td.TdClassName
{
border-color: #9A0B2C;
}
.TagClassName
{
border-color: #9A0B2C;
}
</style>