Shades of Carmine #9A1720
Tints of Carmine #9A1720
RGB
CMYK
RGB Variations
Color information
#9A1720 (or 0x9A1720) is known color: Carmine. HEX triplet: 9A, 17 and 20. RGB value is (154,23,32). Sum of RGB (Red+Green+Blue) = 154+23+32=209 (27% of max value = 765). Red value is 154 (60.55% from 255 or 73.68% from 209); Green value is 23 (9.38% from 255 or 11.00% from 209); Blue value is 32 (12.89% from 255 or 15.31% from 209); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1720 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A1720 is #65E8DF. Grayscale: #3F3F3F. Windows color (decimal): -6678752 or 2103194. OLE color: 2103194.
HSL color Cylindrical-coordinate representation of color #9A1720: hue angle of 355.88º 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 #9A1720 is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 23 | 32 | - |
| CMYK | 0 | 0.85 | 0.79 | 0.40 |
| HSL | 355.88º | 0.74% | 0.35% | - |
| HSV(B) | 355.88º | 0.85% | 0.6% | - |
| XYZ | 13.89 | 7.59 | 2.1 | - |
| YUV | 63.2 | 110.4 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 23 | 32 | 0 | 0.85 | 0.79 | 0.40 | 355.88 | 0.74 | 0.35 |
| Hex | 9A | 17 | 20 | 0 | 55 | 4F | 28 | 164 | 4A | 23 |
| Octal | 232 | 27 | 40 | 0 | 125 | 117 | 50 | 544 | 112 | 43 |
| Binary | 10011010 | 10111 | 100000 | 0 | 1010101 | 1001111 | 101000 | 101100100 | 1001010 | 100011 |
Color Harmonies of #9A1720
Complementary color
Monochromatic Colors of #9A1720
Black with #9A1720
Text Example
Text Example
White with #9A1720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1720; }
p { color: rgb(154,23,32); }
H1.HeaderClassName
{
color: #9A1720;
}
.AnyTagClassName
{
color: #9A1720;
}
</style>
background-color css
<style>
a { background-color: #9A1720; }
a { background-color: rgb(154,23,32); }
div.DivClassName
{
background-color: #9A1720;
}
.BgClassName
{
background-color: #9A1720;
}
</style>
border-color css
<style>
span { border-color: #9A1720; }
span { border-color: rgb(154,23,32); }
td.TdClassName
{
border-color: #9A1720;
}
.TagClassName
{
border-color: #9A1720;
}
</style>