Shades of Carmine #9A1623
Tints of Carmine #9A1623
RGB
CMYK
RGB Variations
Color information
#9A1623 (or 0x9A1623) is known color: Carmine. HEX triplet: 9A, 16 and 23. RGB value is (154,22,35). Sum of RGB (Red+Green+Blue) = 154+22+35=211 (27% of max value = 765). Red value is 154 (60.55% from 255 or 72.99% from 211); Green value is 22 (8.98% from 255 or 10.43% from 211); Blue value is 35 (14.06% from 255 or 16.59% from 211); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1623 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A1623 is #65E9DC. Grayscale: #3F3F3F. Windows color (decimal): -6679005 or 2299546. OLE color: 2299546.
HSL color Cylindrical-coordinate representation of color #9A1623: hue angle of 354.09º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9A1623 is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 22 | 35 | - |
| CMYK | 0 | 0.86 | 0.77 | 0.40 |
| HSL | 354.09º | 0.75% | 0.35% | - |
| HSV(B) | 354.09º | 0.86% | 0.6% | - |
| XYZ | 13.92 | 7.57 | 2.32 | - |
| YUV | 62.95 | 112.23 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 22 | 35 | 0 | 0.86 | 0.77 | 0.40 | 354.09 | 0.75 | 0.35 |
| Hex | 9A | 16 | 23 | 0 | 56 | 4D | 28 | 162 | 4B | 23 |
| Octal | 232 | 26 | 43 | 0 | 126 | 115 | 50 | 542 | 113 | 43 |
| Binary | 10011010 | 10110 | 100011 | 0 | 1010110 | 1001101 | 101000 | 101100010 | 1001011 | 100011 |
Color Harmonies of #9A1623
Complementary color
Monochromatic Colors of #9A1623
Black with #9A1623
Text Example
Text Example
White with #9A1623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1623; }
p { color: rgb(154,22,35); }
H1.HeaderClassName
{
color: #9A1623;
}
.AnyTagClassName
{
color: #9A1623;
}
</style>
background-color css
<style>
a { background-color: #9A1623; }
a { background-color: rgb(154,22,35); }
div.DivClassName
{
background-color: #9A1623;
}
.BgClassName
{
background-color: #9A1623;
}
</style>
border-color css
<style>
span { border-color: #9A1623; }
span { border-color: rgb(154,22,35); }
td.TdClassName
{
border-color: #9A1623;
}
.TagClassName
{
border-color: #9A1623;
}
</style>