Shades of Carmine #9A0011
Tints of Carmine #9A0011
RGB
CMYK
RGB Variations
Color information
#9A0011 (or 0x9A0011) is known color: Carmine. HEX triplet: 9A, 00 and 11. RGB value is (154,0,17). Sum of RGB (Red+Green+Blue) = 154+0+17=171 (22% of max value = 765). Red value is 154 (60.55% from 255 or 90.06% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 17 (7.03% from 255 or 9.94% from 171); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0011 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A0011 is #65FFEE. Grayscale: #303030. Windows color (decimal): -6684655 or 1114266. OLE color: 1114266.
HSL color Cylindrical-coordinate representation of color #9A0011: hue angle of 353.38º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9A0011 is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 0 | 17 | - |
| CMYK | 0 | 1 | 0.89 | 0.40 |
| HSL | 353.38º | 1% | 0.3% | - |
| HSV(B) | 353.38º | 1% | 0.6% | - |
| XYZ | 13.43 | 6.91 | 1.16 | - |
| YUV | 47.98 | 110.52 | 203.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 0 | 17 | 0 | 1 | 0.89 | 0.40 | 353.38 | 1 | 0.3 |
| Hex | 9A | 0 | 11 | 0 | 64 | 59 | 28 | 161 | 64 | 1E |
| Octal | 232 | 0 | 21 | 0 | 144 | 131 | 50 | 541 | 144 | 36 |
| Binary | 10011010 | 0 | 10001 | 0 | 1100100 | 1011001 | 101000 | 101100001 | 1100100 | 11110 |
Color Harmonies of #9A0011
Complementary color
Monochromatic Colors of #9A0011
Black with #9A0011
Text Example
Text Example
White with #9A0011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0011; }
p { color: rgb(154,0,17); }
H1.HeaderClassName
{
color: #9A0011;
}
.AnyTagClassName
{
color: #9A0011;
}
</style>
background-color css
<style>
a { background-color: #9A0011; }
a { background-color: rgb(154,0,17); }
div.DivClassName
{
background-color: #9A0011;
}
.BgClassName
{
background-color: #9A0011;
}
</style>
border-color css
<style>
span { border-color: #9A0011; }
span { border-color: rgb(154,0,17); }
td.TdClassName
{
border-color: #9A0011;
}
.TagClassName
{
border-color: #9A0011;
}
</style>