Shades of Carmine #9F0812
Tints of Carmine #9F0812
RGB
CMYK
RGB Variations
Color information
#9F0812 (or 0x9F0812) is known color: Carmine. HEX triplet: 9F, 08 and 12. RGB value is (159,8,18). Sum of RGB (Red+Green+Blue) = 159+8+18=185 (24% of max value = 765). Red value is 159 (62.5% from 255 or 85.95% from 185); Green value is 8 (3.52% from 255 or 4.32% from 185); Blue value is 18 (7.42% from 255 or 9.73% from 185); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0812 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0812 is #60F7ED. Grayscale: #363636. Windows color (decimal): -6354926 or 1181855. OLE color: 1181855.
HSL color Cylindrical-coordinate representation of color #9F0812: hue angle of 356.03º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F0812 is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 8 | 18 | - |
| CMYK | 0 | 0.95 | 0.89 | 0.38 |
| HSL | 356.03º | 0.9% | 0.33% | - |
| HSV(B) | 356.03º | 0.95% | 0.62% | - |
| XYZ | 14.49 | 7.59 | 1.27 | - |
| YUV | 54.29 | 107.53 | 202.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 8 | 18 | 0 | 0.95 | 0.89 | 0.38 | 356.03 | 0.9 | 0.33 |
| Hex | 9F | 8 | 12 | 0 | 5F | 59 | 26 | 164 | 5A | 21 |
| Octal | 237 | 10 | 22 | 0 | 137 | 131 | 46 | 544 | 132 | 41 |
| Binary | 10011111 | 1000 | 10010 | 0 | 1011111 | 1011001 | 100110 | 101100100 | 1011010 | 100001 |
Color Harmonies of #9F0812
Complementary color
Monochromatic Colors of #9F0812
Black with #9F0812
Text Example
Text Example
White with #9F0812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0812; }
p { color: rgb(159,8,18); }
H1.HeaderClassName
{
color: #9F0812;
}
.AnyTagClassName
{
color: #9F0812;
}
</style>
background-color css
<style>
a { background-color: #9F0812; }
a { background-color: rgb(159,8,18); }
div.DivClassName
{
background-color: #9F0812;
}
.BgClassName
{
background-color: #9F0812;
}
</style>
border-color css
<style>
span { border-color: #9F0812; }
span { border-color: rgb(159,8,18); }
td.TdClassName
{
border-color: #9F0812;
}
.TagClassName
{
border-color: #9F0812;
}
</style>