Shades of Carmine #9A1329
Tints of Carmine #9A1329
RGB
CMYK
RGB Variations
Color information
#9A1329 (or 0x9A1329) is known color: Carmine. HEX triplet: 9A, 13 and 29. RGB value is (154,19,41). Sum of RGB (Red+Green+Blue) = 154+19+41=214 (28% of max value = 765). Red value is 154 (60.55% from 255 or 71.96% from 214); Green value is 19 (7.81% from 255 or 8.88% from 214); Blue value is 41 (16.41% from 255 or 19.16% from 214); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1329 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A1329 is #65ECD6. Grayscale: #3D3D3D. Windows color (decimal): -6679767 or 2691994. OLE color: 2691994.
HSL color Cylindrical-coordinate representation of color #9A1329: hue angle of 350.22º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9A1329 is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 19 | 41 | - |
| CMYK | 0 | 0.88 | 0.73 | 0.40 |
| HSL | 350.22º | 0.78% | 0.34% | - |
| HSV(B) | 350.22º | 0.88% | 0.6% | - |
| XYZ | 13.96 | 7.5 | 2.81 | - |
| YUV | 61.87 | 116.23 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 19 | 41 | 0 | 0.88 | 0.73 | 0.40 | 350.22 | 0.78 | 0.34 |
| Hex | 9A | 13 | 29 | 0 | 58 | 49 | 28 | 15E | 4E | 22 |
| Octal | 232 | 23 | 51 | 0 | 130 | 111 | 50 | 536 | 116 | 42 |
| Binary | 10011010 | 10011 | 101001 | 0 | 1011000 | 1001001 | 101000 | 101011110 | 1001110 | 100010 |
Color Harmonies of #9A1329
Complementary color
Monochromatic Colors of #9A1329
Black with #9A1329
Text Example
Text Example
White with #9A1329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1329; }
p { color: rgb(154,19,41); }
H1.HeaderClassName
{
color: #9A1329;
}
.AnyTagClassName
{
color: #9A1329;
}
</style>
background-color css
<style>
a { background-color: #9A1329; }
a { background-color: rgb(154,19,41); }
div.DivClassName
{
background-color: #9A1329;
}
.BgClassName
{
background-color: #9A1329;
}
</style>
border-color css
<style>
span { border-color: #9A1329; }
span { border-color: rgb(154,19,41); }
td.TdClassName
{
border-color: #9A1329;
}
.TagClassName
{
border-color: #9A1329;
}
</style>