Shades of Carmine #9A111B
Tints of Carmine #9A111B
RGB
CMYK
RGB Variations
Color information
#9A111B (or 0x9A111B) is known color: Carmine. HEX triplet: 9A, 11 and 1B. RGB value is (154,17,27). Sum of RGB (Red+Green+Blue) = 154+17+27=198 (26% of max value = 765). Red value is 154 (60.55% from 255 or 77.78% from 198); Green value is 17 (7.03% from 255 or 8.59% from 198); Blue value is 27 (10.94% from 255 or 13.64% from 198); Max value from RGB is 154 - color contains mainly: red. Hex color #9A111B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A111B is #65EEE4. Grayscale: #3B3B3B. Windows color (decimal): -6680293 or 1773978. OLE color: 1773978.
HSL color Cylindrical-coordinate representation of color #9A111B: hue angle of 355.62º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9A111B is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 17 | 27 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.40 |
| HSL | 355.62º | 0.8% | 0.34% | - |
| HSV(B) | 355.62º | 0.89% | 0.6% | - |
| XYZ | 13.72 | 7.35 | 1.73 | - |
| YUV | 59.1 | 109.89 | 195.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 17 | 27 | 0 | 0.89 | 0.82 | 0.40 | 355.62 | 0.8 | 0.34 |
| Hex | 9A | 11 | 1B | 0 | 59 | 52 | 28 | 164 | 50 | 22 |
| Octal | 232 | 21 | 33 | 0 | 131 | 122 | 50 | 544 | 120 | 42 |
| Binary | 10011010 | 10001 | 11011 | 0 | 1011001 | 1010010 | 101000 | 101100100 | 1010000 | 100010 |
Color Harmonies of #9A111B
Complementary color
Monochromatic Colors of #9A111B
Black with #9A111B
Text Example
Text Example
White with #9A111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A111B; }
p { color: rgb(154,17,27); }
H1.HeaderClassName
{
color: #9A111B;
}
.AnyTagClassName
{
color: #9A111B;
}
</style>
background-color css
<style>
a { background-color: #9A111B; }
a { background-color: rgb(154,17,27); }
div.DivClassName
{
background-color: #9A111B;
}
.BgClassName
{
background-color: #9A111B;
}
</style>
border-color css
<style>
span { border-color: #9A111B; }
span { border-color: rgb(154,17,27); }
td.TdClassName
{
border-color: #9A111B;
}
.TagClassName
{
border-color: #9A111B;
}
</style>