Shades of Carmine #9F0828
Tints of Carmine #9F0828
RGB
CMYK
RGB Variations
Color information
#9F0828 (or 0x9F0828) is known color: Carmine. HEX triplet: 9F, 08 and 28. RGB value is (159,8,40). Sum of RGB (Red+Green+Blue) = 159+8+40=207 (27% of max value = 765). Red value is 159 (62.5% from 255 or 76.81% from 207); Green value is 8 (3.52% from 255 or 3.86% from 207); Blue value is 40 (16.02% from 255 or 19.32% from 207); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0828 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0828 is #60F7D7. Grayscale: #383838. Windows color (decimal): -6354904 or 2623647. OLE color: 2623647.
HSL color Cylindrical-coordinate representation of color #9F0828: hue angle of 347.28º 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 #9F0828 is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 8 | 40 | - |
| CMYK | 0 | 0.95 | 0.75 | 0.38 |
| HSL | 347.28º | 0.9% | 0.33% | - |
| HSV(B) | 347.28º | 0.95% | 0.62% | - |
| XYZ | 14.77 | 7.7 | 2.71 | - |
| YUV | 56.8 | 118.53 | 200.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 8 | 40 | 0 | 0.95 | 0.75 | 0.38 | 347.28 | 0.9 | 0.33 |
| Hex | 9F | 8 | 28 | 0 | 5F | 4B | 26 | 15B | 5A | 21 |
| Octal | 237 | 10 | 50 | 0 | 137 | 113 | 46 | 533 | 132 | 41 |
| Binary | 10011111 | 1000 | 101000 | 0 | 1011111 | 1001011 | 100110 | 101011011 | 1011010 | 100001 |
Color Harmonies of #9F0828
Complementary color
Monochromatic Colors of #9F0828
Black with #9F0828
Text Example
Text Example
White with #9F0828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0828; }
p { color: rgb(159,8,40); }
H1.HeaderClassName
{
color: #9F0828;
}
.AnyTagClassName
{
color: #9F0828;
}
</style>
background-color css
<style>
a { background-color: #9F0828; }
a { background-color: rgb(159,8,40); }
div.DivClassName
{
background-color: #9F0828;
}
.BgClassName
{
background-color: #9F0828;
}
</style>
border-color css
<style>
span { border-color: #9F0828; }
span { border-color: rgb(159,8,40); }
td.TdClassName
{
border-color: #9F0828;
}
.TagClassName
{
border-color: #9F0828;
}
</style>