Shades of Carmine #9A171F
Tints of Carmine #9A171F
RGB
CMYK
RGB Variations
Color information
#9A171F (or 0x9A171F) is known color: Carmine. HEX triplet: 9A, 17 and 1F. RGB value is (154,23,31). Sum of RGB (Red+Green+Blue) = 154+23+31=208 (27% of max value = 765). Red value is 154 (60.55% from 255 or 74.04% from 208); Green value is 23 (9.38% from 255 or 11.06% from 208); Blue value is 31 (12.5% from 255 or 14.90% from 208); Max value from RGB is 154 - color contains mainly: red. Hex color #9A171F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A171F is #65E8E0. Grayscale: #3F3F3F. Windows color (decimal): -6678753 or 2037658. OLE color: 2037658.
HSL color Cylindrical-coordinate representation of color #9A171F: hue angle of 356.34º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9A171F is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 23 | 31 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.40 |
| HSL | 356.34º | 0.74% | 0.35% | - |
| HSV(B) | 356.34º | 0.85% | 0.6% | - |
| XYZ | 13.88 | 7.58 | 2.03 | - |
| YUV | 63.08 | 109.9 | 192.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 23 | 31 | 0 | 0.85 | 0.80 | 0.40 | 356.34 | 0.74 | 0.35 |
| Hex | 9A | 17 | 1F | 0 | 55 | 50 | 28 | 164 | 4A | 23 |
| Octal | 232 | 27 | 37 | 0 | 125 | 120 | 50 | 544 | 112 | 43 |
| Binary | 10011010 | 10111 | 11111 | 0 | 1010101 | 1010000 | 101000 | 101100100 | 1001010 | 100011 |
Color Harmonies of #9A171F
Complementary color
Monochromatic Colors of #9A171F
Black with #9A171F
Text Example
Text Example
White with #9A171F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A171F; }
p { color: rgb(154,23,31); }
H1.HeaderClassName
{
color: #9A171F;
}
.AnyTagClassName
{
color: #9A171F;
}
</style>
background-color css
<style>
a { background-color: #9A171F; }
a { background-color: rgb(154,23,31); }
div.DivClassName
{
background-color: #9A171F;
}
.BgClassName
{
background-color: #9A171F;
}
</style>
border-color css
<style>
span { border-color: #9A171F; }
span { border-color: rgb(154,23,31); }
td.TdClassName
{
border-color: #9A171F;
}
.TagClassName
{
border-color: #9A171F;
}
</style>