Shades of Carmine #9A1326
Tints of Carmine #9A1326
RGB
CMYK
RGB Variations
Color information
#9A1326 (or 0x9A1326) is known color: Carmine. HEX triplet: 9A, 13 and 26. RGB value is (154,19,38). Sum of RGB (Red+Green+Blue) = 154+19+38=211 (27% of max value = 765). Red value is 154 (60.55% from 255 or 72.99% from 211); Green value is 19 (7.81% from 255 or 9.00% from 211); Blue value is 38 (15.23% from 255 or 18.01% from 211); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1326 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A1326 is #65ECD9. Grayscale: #3D3D3D. Windows color (decimal): -6679770 or 2495386. OLE color: 2495386.
HSL color Cylindrical-coordinate representation of color #9A1326: hue angle of 351.56º 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 #9A1326 is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 19 | 38 | - |
| CMYK | 0 | 0.88 | 0.75 | 0.40 |
| HSL | 351.56º | 0.78% | 0.34% | - |
| HSV(B) | 351.56º | 0.88% | 0.6% | - |
| XYZ | 13.91 | 7.48 | 2.54 | - |
| YUV | 61.53 | 114.73 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 19 | 38 | 0 | 0.88 | 0.75 | 0.40 | 351.56 | 0.78 | 0.34 |
| Hex | 9A | 13 | 26 | 0 | 58 | 4B | 28 | 160 | 4E | 22 |
| Octal | 232 | 23 | 46 | 0 | 130 | 113 | 50 | 540 | 116 | 42 |
| Binary | 10011010 | 10011 | 100110 | 0 | 1011000 | 1001011 | 101000 | 101100000 | 1001110 | 100010 |
Color Harmonies of #9A1326
Complementary color
Monochromatic Colors of #9A1326
Black with #9A1326
Text Example
Text Example
White with #9A1326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1326; }
p { color: rgb(154,19,38); }
H1.HeaderClassName
{
color: #9A1326;
}
.AnyTagClassName
{
color: #9A1326;
}
</style>
background-color css
<style>
a { background-color: #9A1326; }
a { background-color: rgb(154,19,38); }
div.DivClassName
{
background-color: #9A1326;
}
.BgClassName
{
background-color: #9A1326;
}
</style>
border-color css
<style>
span { border-color: #9A1326; }
span { border-color: rgb(154,19,38); }
td.TdClassName
{
border-color: #9A1326;
}
.TagClassName
{
border-color: #9A1326;
}
</style>