Shades of Carmine #9A0016
Tints of Carmine #9A0016
RGB
CMYK
RGB Variations
Color information
#9A0016 (or 0x9A0016) is known color: Carmine. HEX triplet: 9A, 00 and 16. RGB value is (154,0,22). Sum of RGB (Red+Green+Blue) = 154+0+22=176 (23% of max value = 765). Red value is 154 (60.55% from 255 or 87.5% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 22 (8.98% from 255 or 12.5% from 176); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0016 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A0016 is #65FFE9. Grayscale: #303030. Windows color (decimal): -6684650 or 1441946. OLE color: 1441946.
HSL color Cylindrical-coordinate representation of color #9A0016: hue angle of 351.43º 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 #9A0016 is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 0 | 22 | - |
| CMYK | 0 | 1 | 0.86 | 0.40 |
| HSL | 351.43º | 1% | 0.3% | - |
| HSV(B) | 351.43º | 1% | 0.6% | - |
| XYZ | 13.47 | 6.93 | 1.39 | - |
| YUV | 48.55 | 113.02 | 203.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 0 | 22 | 0 | 1 | 0.86 | 0.40 | 351.43 | 1 | 0.3 |
| Hex | 9A | 0 | 16 | 0 | 64 | 56 | 28 | 15F | 64 | 1E |
| Octal | 232 | 0 | 26 | 0 | 144 | 126 | 50 | 537 | 144 | 36 |
| Binary | 10011010 | 0 | 10110 | 0 | 1100100 | 1010110 | 101000 | 101011111 | 1100100 | 11110 |
Color Harmonies of #9A0016
Complementary color
Monochromatic Colors of #9A0016
Black with #9A0016
Text Example
Text Example
White with #9A0016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0016; }
p { color: rgb(154,0,22); }
H1.HeaderClassName
{
color: #9A0016;
}
.AnyTagClassName
{
color: #9A0016;
}
</style>
background-color css
<style>
a { background-color: #9A0016; }
a { background-color: rgb(154,0,22); }
div.DivClassName
{
background-color: #9A0016;
}
.BgClassName
{
background-color: #9A0016;
}
</style>
border-color css
<style>
span { border-color: #9A0016; }
span { border-color: rgb(154,0,22); }
td.TdClassName
{
border-color: #9A0016;
}
.TagClassName
{
border-color: #9A0016;
}
</style>