Shades of Carmine #9A0519
Tints of Carmine #9A0519
RGB
CMYK
RGB Variations
Color information
#9A0519 (or 0x9A0519) is known color: Carmine. HEX triplet: 9A, 05 and 19. RGB value is (154,5,25). Sum of RGB (Red+Green+Blue) = 154+5+25=184 (24% of max value = 765). Red value is 154 (60.55% from 255 or 83.70% from 184); Green value is 5 (2.34% from 255 or 2.72% from 184); Blue value is 25 (10.16% from 255 or 13.59% from 184); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0519 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A0519 is #65FAE6. Grayscale: #333333. Windows color (decimal): -6683367 or 1639834. OLE color: 1639834.
HSL color Cylindrical-coordinate representation of color #9A0519: hue angle of 351.95º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9A0519 is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 5 | 25 | - |
| CMYK | 0 | 0.97 | 0.84 | 0.40 |
| HSL | 351.95º | 0.94% | 0.31% | - |
| HSV(B) | 351.95º | 0.97% | 0.6% | - |
| XYZ | 13.56 | 7.05 | 1.57 | - |
| YUV | 51.83 | 112.86 | 200.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 5 | 25 | 0 | 0.97 | 0.84 | 0.40 | 351.95 | 0.94 | 0.31 |
| Hex | 9A | 5 | 19 | 0 | 61 | 54 | 28 | 160 | 5E | 1F |
| Octal | 232 | 5 | 31 | 0 | 141 | 124 | 50 | 540 | 136 | 37 |
| Binary | 10011010 | 101 | 11001 | 0 | 1100001 | 1010100 | 101000 | 101100000 | 1011110 | 11111 |
Color Harmonies of #9A0519
Complementary color
Monochromatic Colors of #9A0519
Black with #9A0519
Text Example
Text Example
White with #9A0519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0519; }
p { color: rgb(154,5,25); }
H1.HeaderClassName
{
color: #9A0519;
}
.AnyTagClassName
{
color: #9A0519;
}
</style>
background-color css
<style>
a { background-color: #9A0519; }
a { background-color: rgb(154,5,25); }
div.DivClassName
{
background-color: #9A0519;
}
.BgClassName
{
background-color: #9A0519;
}
</style>
border-color css
<style>
span { border-color: #9A0519; }
span { border-color: rgb(154,5,25); }
td.TdClassName
{
border-color: #9A0519;
}
.TagClassName
{
border-color: #9A0519;
}
</style>