Shades of Carmine #9A1320
Tints of Carmine #9A1320
RGB
CMYK
RGB Variations
Color information
#9A1320 (or 0x9A1320) is known color: Carmine. HEX triplet: 9A, 13 and 20. RGB value is (154,19,32). Sum of RGB (Red+Green+Blue) = 154+19+32=205 (27% of max value = 765). Red value is 154 (60.55% from 255 or 75.12% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 32 (12.89% from 255 or 15.61% from 205); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1320 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A1320 is #65ECDF. Grayscale: #3C3C3C. Windows color (decimal): -6679776 or 2102170. OLE color: 2102170.
HSL color Cylindrical-coordinate representation of color #9A1320: hue angle of 354.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 #9A1320 is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 19 | 32 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.40 |
| HSL | 354.22º | 0.78% | 0.34% | - |
| HSV(B) | 354.22º | 0.88% | 0.6% | - |
| XYZ | 13.82 | 7.44 | 2.07 | - |
| YUV | 60.85 | 111.73 | 194.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 19 | 32 | 0 | 0.88 | 0.79 | 0.40 | 354.22 | 0.78 | 0.34 |
| Hex | 9A | 13 | 20 | 0 | 58 | 4F | 28 | 162 | 4E | 22 |
| Octal | 232 | 23 | 40 | 0 | 130 | 117 | 50 | 542 | 116 | 42 |
| Binary | 10011010 | 10011 | 100000 | 0 | 1011000 | 1001111 | 101000 | 101100010 | 1001110 | 100010 |
Color Harmonies of #9A1320
Complementary color
Monochromatic Colors of #9A1320
Black with #9A1320
Text Example
Text Example
White with #9A1320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1320; }
p { color: rgb(154,19,32); }
H1.HeaderClassName
{
color: #9A1320;
}
.AnyTagClassName
{
color: #9A1320;
}
</style>
background-color css
<style>
a { background-color: #9A1320; }
a { background-color: rgb(154,19,32); }
div.DivClassName
{
background-color: #9A1320;
}
.BgClassName
{
background-color: #9A1320;
}
</style>
border-color css
<style>
span { border-color: #9A1320; }
span { border-color: rgb(154,19,32); }
td.TdClassName
{
border-color: #9A1320;
}
.TagClassName
{
border-color: #9A1320;
}
</style>