Shades of Carmine #96072E
Tints of Carmine #96072E
RGB
CMYK
RGB Variations
Color information
#96072E (or 0x96072E) is known color: Carmine. HEX triplet: 96, 07 and 2E. RGB value is (150,7,46). Sum of RGB (Red+Green+Blue) = 150+7+46=203 (26% of max value = 765). Red value is 150 (58.98% from 255 or 73.89% from 203); Green value is 7 (3.12% from 255 or 3.45% from 203); Blue value is 46 (18.36% from 255 or 22.66% from 203); Max value from RGB is 150 - color contains mainly: red. Hex color #96072E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96072E is #69F8D1. Grayscale: #363636. Windows color (decimal): -6944978 or 3016598. OLE color: 3016598.
HSL color Cylindrical-coordinate representation of color #96072E: hue angle of 343.64º degrees, saturation: 0.91, 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 #96072E is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 7 | 46 | - |
| CMYK | 0 | 0.95 | 0.69 | 0.41 |
| HSL | 343.64º | 0.91% | 0.31% | - |
| HSV(B) | 343.64º | 0.95% | 0.59% | - |
| XYZ | 13.15 | 6.83 | 3.21 | - |
| YUV | 54.2 | 123.38 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 7 | 46 | 0 | 0.95 | 0.69 | 0.41 | 343.64 | 0.91 | 0.31 |
| Hex | 96 | 7 | 2E | 0 | 5F | 45 | 29 | 158 | 5B | 1F |
| Octal | 226 | 7 | 56 | 0 | 137 | 105 | 51 | 530 | 133 | 37 |
| Binary | 10010110 | 111 | 101110 | 0 | 1011111 | 1000101 | 101001 | 101011000 | 1011011 | 11111 |
Color Harmonies of #96072E
Complementary color
Monochromatic Colors of #96072E
Black with #96072E
Text Example
Text Example
White with #96072E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96072E; }
p { color: rgb(150,7,46); }
H1.HeaderClassName
{
color: #96072E;
}
.AnyTagClassName
{
color: #96072E;
}
</style>
background-color css
<style>
a { background-color: #96072E; }
a { background-color: rgb(150,7,46); }
div.DivClassName
{
background-color: #96072E;
}
.BgClassName
{
background-color: #96072E;
}
</style>
border-color css
<style>
span { border-color: #96072E; }
span { border-color: rgb(150,7,46); }
td.TdClassName
{
border-color: #96072E;
}
.TagClassName
{
border-color: #96072E;
}
</style>