Shades of Carmine #9A1017
Tints of Carmine #9A1017
RGB
CMYK
RGB Variations
Color information
#9A1017 (or 0x9A1017) is known color: Carmine. HEX triplet: 9A, 10 and 17. RGB value is (154,16,23). Sum of RGB (Red+Green+Blue) = 154+16+23=193 (25% of max value = 765). Red value is 154 (60.55% from 255 or 79.79% from 193); Green value is 16 (6.64% from 255 or 8.29% from 193); Blue value is 23 (9.38% from 255 or 11.92% from 193); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1017 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A1017 is #65EFE8. Grayscale: #3A3A3A. Windows color (decimal): -6680553 or 1511578. OLE color: 1511578.
HSL color Cylindrical-coordinate representation of color #9A1017: hue angle of 356.96º 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 #9A1017 is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 16 | 23 | - |
| CMYK | 0 | 0.90 | 0.85 | 0.40 |
| HSL | 356.96º | 0.81% | 0.33% | - |
| HSV(B) | 356.96º | 0.9% | 0.6% | - |
| XYZ | 13.67 | 7.3 | 1.5 | - |
| YUV | 58.06 | 108.22 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 16 | 23 | 0 | 0.90 | 0.85 | 0.40 | 356.96 | 0.81 | 0.33 |
| Hex | 9A | 10 | 17 | 0 | 5A | 55 | 28 | 165 | 51 | 21 |
| Octal | 232 | 20 | 27 | 0 | 132 | 125 | 50 | 545 | 121 | 41 |
| Binary | 10011010 | 10000 | 10111 | 0 | 1011010 | 1010101 | 101000 | 101100101 | 1010001 | 100001 |
Color Harmonies of #9A1017
Complementary color
Monochromatic Colors of #9A1017
Black with #9A1017
Text Example
Text Example
White with #9A1017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1017; }
p { color: rgb(154,16,23); }
H1.HeaderClassName
{
color: #9A1017;
}
.AnyTagClassName
{
color: #9A1017;
}
</style>
background-color css
<style>
a { background-color: #9A1017; }
a { background-color: rgb(154,16,23); }
div.DivClassName
{
background-color: #9A1017;
}
.BgClassName
{
background-color: #9A1017;
}
</style>
border-color css
<style>
span { border-color: #9A1017; }
span { border-color: rgb(154,16,23); }
td.TdClassName
{
border-color: #9A1017;
}
.TagClassName
{
border-color: #9A1017;
}
</style>