Shades of Carmine #9A0419
Tints of Carmine #9A0419
RGB
CMYK
RGB Variations
Color information
#9A0419 (or 0x9A0419) is known color: Carmine. HEX triplet: 9A, 04 and 19. RGB value is (154,4,25). Sum of RGB (Red+Green+Blue) = 154+4+25=183 (24% of max value = 765). Red value is 154 (60.55% from 255 or 84.15% from 183); Green value is 4 (1.95% from 255 or 2.19% from 183); Blue value is 25 (10.16% from 255 or 13.66% from 183); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0419 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A0419 is #65FBE6. Grayscale: #333333. Windows color (decimal): -6683623 or 1639578. OLE color: 1639578.
HSL color Cylindrical-coordinate representation of color #9A0419: hue angle of 351.6º degrees, saturation: 0.95, 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 #9A0419 is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 4 | 25 | - |
| CMYK | 0 | 0.97 | 0.84 | 0.40 |
| HSL | 351.6º | 0.95% | 0.31% | - |
| HSV(B) | 351.6º | 0.97% | 0.6% | - |
| XYZ | 13.55 | 7.03 | 1.56 | - |
| YUV | 51.24 | 113.2 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 4 | 25 | 0 | 0.97 | 0.84 | 0.40 | 351.6 | 0.95 | 0.31 |
| Hex | 9A | 4 | 19 | 0 | 61 | 54 | 28 | 160 | 5F | 1F |
| Octal | 232 | 4 | 31 | 0 | 141 | 124 | 50 | 540 | 137 | 37 |
| Binary | 10011010 | 100 | 11001 | 0 | 1100001 | 1010100 | 101000 | 101100000 | 1011111 | 11111 |
Color Harmonies of #9A0419
Complementary color
Monochromatic Colors of #9A0419
Black with #9A0419
Text Example
Text Example
White with #9A0419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0419; }
p { color: rgb(154,4,25); }
H1.HeaderClassName
{
color: #9A0419;
}
.AnyTagClassName
{
color: #9A0419;
}
</style>
background-color css
<style>
a { background-color: #9A0419; }
a { background-color: rgb(154,4,25); }
div.DivClassName
{
background-color: #9A0419;
}
.BgClassName
{
background-color: #9A0419;
}
</style>
border-color css
<style>
span { border-color: #9A0419; }
span { border-color: rgb(154,4,25); }
td.TdClassName
{
border-color: #9A0419;
}
.TagClassName
{
border-color: #9A0419;
}
</style>