Shades of Carmine #9A101B
Tints of Carmine #9A101B
RGB
CMYK
RGB Variations
Color information
#9A101B (or 0x9A101B) is known color: Carmine. HEX triplet: 9A, 10 and 1B. RGB value is (154,16,27). Sum of RGB (Red+Green+Blue) = 154+16+27=197 (26% of max value = 765). Red value is 154 (60.55% from 255 or 78.17% from 197); Green value is 16 (6.64% from 255 or 8.12% from 197); Blue value is 27 (10.94% from 255 or 13.71% from 197); Max value from RGB is 154 - color contains mainly: red. Hex color #9A101B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A101B is #65EFE4. Grayscale: #3A3A3A. Windows color (decimal): -6680549 or 1773722. OLE color: 1773722.
HSL color Cylindrical-coordinate representation of color #9A101B: hue angle of 355.22º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A101B is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 16 | 27 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.40 |
| HSL | 355.22º | 0.81% | 0.33% | - |
| HSV(B) | 355.22º | 0.9% | 0.6% | - |
| XYZ | 13.71 | 7.32 | 1.73 | - |
| YUV | 58.52 | 110.22 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 16 | 27 | 0 | 0.90 | 0.82 | 0.40 | 355.22 | 0.81 | 0.33 |
| Hex | 9A | 10 | 1B | 0 | 5A | 52 | 28 | 163 | 51 | 21 |
| Octal | 232 | 20 | 33 | 0 | 132 | 122 | 50 | 543 | 121 | 41 |
| Binary | 10011010 | 10000 | 11011 | 0 | 1011010 | 1010010 | 101000 | 101100011 | 1010001 | 100001 |
Color Harmonies of #9A101B
Complementary color
Monochromatic Colors of #9A101B
Black with #9A101B
Text Example
Text Example
White with #9A101B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A101B; }
p { color: rgb(154,16,27); }
H1.HeaderClassName
{
color: #9A101B;
}
.AnyTagClassName
{
color: #9A101B;
}
</style>
background-color css
<style>
a { background-color: #9A101B; }
a { background-color: rgb(154,16,27); }
div.DivClassName
{
background-color: #9A101B;
}
.BgClassName
{
background-color: #9A101B;
}
</style>
border-color css
<style>
span { border-color: #9A101B; }
span { border-color: rgb(154,16,27); }
td.TdClassName
{
border-color: #9A101B;
}
.TagClassName
{
border-color: #9A101B;
}
</style>