Shades of Carmine #9F0830
Tints of Carmine #9F0830
RGB
CMYK
RGB Variations
Color information
#9F0830 (or 0x9F0830) is known color: Carmine. HEX triplet: 9F, 08 and 30. RGB value is (159,8,48). Sum of RGB (Red+Green+Blue) = 159+8+48=215 (28% of max value = 765). Red value is 159 (62.5% from 255 or 73.95% from 215); Green value is 8 (3.52% from 255 or 3.72% from 215); Blue value is 48 (19.14% from 255 or 22.33% from 215); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0830 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0830 is #60F7CF. Grayscale: #393939. Windows color (decimal): -6354896 or 3147935. OLE color: 3147935.
HSL color Cylindrical-coordinate representation of color #9F0830: hue angle of 344.11º 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 #9F0830 is Cyan = 0, Magento = 0.95, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 8 | 48 | - |
| CMYK | 0 | 0.95 | 0.70 | 0.38 |
| HSL | 344.11º | 0.9% | 0.33% | - |
| HSV(B) | 344.11º | 0.95% | 0.62% | - |
| XYZ | 14.92 | 7.76 | 3.51 | - |
| YUV | 57.71 | 122.53 | 200.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 8 | 48 | 0 | 0.95 | 0.70 | 0.38 | 344.11 | 0.9 | 0.33 |
| Hex | 9F | 8 | 30 | 0 | 5F | 46 | 26 | 158 | 5A | 21 |
| Octal | 237 | 10 | 60 | 0 | 137 | 106 | 46 | 530 | 132 | 41 |
| Binary | 10011111 | 1000 | 110000 | 0 | 1011111 | 1000110 | 100110 | 101011000 | 1011010 | 100001 |
Color Harmonies of #9F0830
Complementary color
Monochromatic Colors of #9F0830
Black with #9F0830
Text Example
Text Example
White with #9F0830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0830; }
p { color: rgb(159,8,48); }
H1.HeaderClassName
{
color: #9F0830;
}
.AnyTagClassName
{
color: #9F0830;
}
</style>
background-color css
<style>
a { background-color: #9F0830; }
a { background-color: rgb(159,8,48); }
div.DivClassName
{
background-color: #9F0830;
}
.BgClassName
{
background-color: #9F0830;
}
</style>
border-color css
<style>
span { border-color: #9F0830; }
span { border-color: rgb(159,8,48); }
td.TdClassName
{
border-color: #9F0830;
}
.TagClassName
{
border-color: #9F0830;
}
</style>