Shades of Carmine #9A1019
Tints of Carmine #9A1019
RGB
CMYK
RGB Variations
Color information
#9A1019 (or 0x9A1019) is known color: Carmine. HEX triplet: 9A, 10 and 19. RGB value is (154,16,25). Sum of RGB (Red+Green+Blue) = 154+16+25=195 (25% of max value = 765). Red value is 154 (60.55% from 255 or 78.97% from 195); Green value is 16 (6.64% from 255 or 8.21% from 195); Blue value is 25 (10.16% from 255 or 12.82% from 195); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1019 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A1019 is #65EFE6. Grayscale: #3A3A3A. Windows color (decimal): -6680551 or 1642650. OLE color: 1642650.
HSL color Cylindrical-coordinate representation of color #9A1019: hue angle of 356.09º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A1019 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 16 | 25 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.40 |
| HSL | 356.09º | 0.81% | 0.33% | - |
| HSV(B) | 356.09º | 0.9% | 0.6% | - |
| XYZ | 13.69 | 7.31 | 1.61 | - |
| YUV | 58.29 | 109.22 | 196.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 16 | 25 | 0 | 0.90 | 0.84 | 0.40 | 356.09 | 0.81 | 0.33 |
| Hex | 9A | 10 | 19 | 0 | 5A | 54 | 28 | 164 | 51 | 21 |
| Octal | 232 | 20 | 31 | 0 | 132 | 124 | 50 | 544 | 121 | 41 |
| Binary | 10011010 | 10000 | 11001 | 0 | 1011010 | 1010100 | 101000 | 101100100 | 1010001 | 100001 |
Color Harmonies of #9A1019
Complementary color
Monochromatic Colors of #9A1019
Black with #9A1019
Text Example
Text Example
White with #9A1019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1019; }
p { color: rgb(154,16,25); }
H1.HeaderClassName
{
color: #9A1019;
}
.AnyTagClassName
{
color: #9A1019;
}
</style>
background-color css
<style>
a { background-color: #9A1019; }
a { background-color: rgb(154,16,25); }
div.DivClassName
{
background-color: #9A1019;
}
.BgClassName
{
background-color: #9A1019;
}
</style>
border-color css
<style>
span { border-color: #9A1019; }
span { border-color: rgb(154,16,25); }
td.TdClassName
{
border-color: #9A1019;
}
.TagClassName
{
border-color: #9A1019;
}
</style>