Shades of Carmine #96081F
Tints of Carmine #96081F
RGB
CMYK
RGB Variations
Color information
#96081F (or 0x96081F) is known color: Carmine. HEX triplet: 96, 08 and 1F. RGB value is (150,8,31). Sum of RGB (Red+Green+Blue) = 150+8+31=189 (25% of max value = 765). Red value is 150 (58.98% from 255 or 79.37% from 189); Green value is 8 (3.52% from 255 or 4.23% from 189); Blue value is 31 (12.5% from 255 or 16.40% from 189); Max value from RGB is 150 - color contains mainly: red. Hex color #96081F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96081F is #69F7E0. Grayscale: #353535. Windows color (decimal): -6944737 or 2033814. OLE color: 2033814.
HSL color Cylindrical-coordinate representation of color #96081F: hue angle of 350.28º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #96081F is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 8 | 31 | - |
| CMYK | 0 | 0.95 | 0.79 | 0.41 |
| HSL | 350.28º | 0.9% | 0.31% | - |
| HSV(B) | 350.28º | 0.95% | 0.59% | - |
| XYZ | 12.91 | 6.76 | 1.92 | - |
| YUV | 53.08 | 115.54 | 197.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 8 | 31 | 0 | 0.95 | 0.79 | 0.41 | 350.28 | 0.9 | 0.31 |
| Hex | 96 | 8 | 1F | 0 | 5F | 4F | 29 | 15E | 5A | 1F |
| Octal | 226 | 10 | 37 | 0 | 137 | 117 | 51 | 536 | 132 | 37 |
| Binary | 10010110 | 1000 | 11111 | 0 | 1011111 | 1001111 | 101001 | 101011110 | 1011010 | 11111 |
Color Harmonies of #96081F
Complementary color
Monochromatic Colors of #96081F
Black with #96081F
Text Example
Text Example
White with #96081F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96081F; }
p { color: rgb(150,8,31); }
H1.HeaderClassName
{
color: #96081F;
}
.AnyTagClassName
{
color: #96081F;
}
</style>
background-color css
<style>
a { background-color: #96081F; }
a { background-color: rgb(150,8,31); }
div.DivClassName
{
background-color: #96081F;
}
.BgClassName
{
background-color: #96081F;
}
</style>
border-color css
<style>
span { border-color: #96081F; }
span { border-color: rgb(150,8,31); }
td.TdClassName
{
border-color: #96081F;
}
.TagClassName
{
border-color: #96081F;
}
</style>