Shades of Carmine #9A0636
Tints of Carmine #9A0636
RGB
CMYK
RGB Variations
Color information
#9A0636 (or 0x9A0636) is known color: Carmine. HEX triplet: 9A, 06 and 36. RGB value is (154,6,54). Sum of RGB (Red+Green+Blue) = 154+6+54=214 (28% of max value = 765). Red value is 154 (60.55% from 255 or 71.96% from 214); Green value is 6 (2.73% from 255 or 2.80% from 214); Blue value is 54 (21.48% from 255 or 25.23% from 214); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0636 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A0636 is #65F9C9. Grayscale: #373737. Windows color (decimal): -6683082 or 3540634. OLE color: 3540634.
HSL color Cylindrical-coordinate representation of color #9A0636: hue angle of 340.54º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9A0636 is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 6 | 54 | - |
| CMYK | 0 | 0.96 | 0.65 | 0.40 |
| HSL | 340.54º | 0.93% | 0.31% | - |
| HSV(B) | 340.54º | 0.96% | 0.6% | - |
| XYZ | 14.06 | 7.27 | 4.15 | - |
| YUV | 55.72 | 127.03 | 198.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 6 | 54 | 0 | 0.96 | 0.65 | 0.40 | 340.54 | 0.93 | 0.31 |
| Hex | 9A | 6 | 36 | 0 | 60 | 41 | 28 | 155 | 5C | 1F |
| Octal | 232 | 6 | 66 | 0 | 140 | 101 | 50 | 525 | 134 | 37 |
| Binary | 10011010 | 110 | 110110 | 0 | 1100000 | 1000001 | 101000 | 101010101 | 1011100 | 11111 |
Color Harmonies of #9A0636
Complementary color
Monochromatic Colors of #9A0636
Black with #9A0636
Text Example
Text Example
White with #9A0636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0636; }
p { color: rgb(154,6,54); }
H1.HeaderClassName
{
color: #9A0636;
}
.AnyTagClassName
{
color: #9A0636;
}
</style>
background-color css
<style>
a { background-color: #9A0636; }
a { background-color: rgb(154,6,54); }
div.DivClassName
{
background-color: #9A0636;
}
.BgClassName
{
background-color: #9A0636;
}
</style>
border-color css
<style>
span { border-color: #9A0636; }
span { border-color: rgb(154,6,54); }
td.TdClassName
{
border-color: #9A0636;
}
.TagClassName
{
border-color: #9A0636;
}
</style>