Shades of Carmine #96032A
Tints of Carmine #96032A
RGB
CMYK
RGB Variations
Color information
#96032A (or 0x96032A) is known color: Carmine. HEX triplet: 96, 03 and 2A. RGB value is (150,3,42). Sum of RGB (Red+Green+Blue) = 150+3+42=195 (25% of max value = 765). Red value is 150 (58.98% from 255 or 76.92% from 195); Green value is 3 (1.56% from 255 or 1.54% from 195); Blue value is 42 (16.80% from 255 or 21.54% from 195); Max value from RGB is 150 - color contains mainly: red. Hex color #96032A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96032A is #69FCD5. Grayscale: #333333. Windows color (decimal): -6946006 or 2753430. OLE color: 2753430.
HSL color Cylindrical-coordinate representation of color #96032A: hue angle of 344.08º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #96032A is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 3 | 42 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.41 |
| HSL | 344.08º | 0.96% | 0.3% | - |
| HSV(B) | 344.08º | 0.98% | 0.59% | - |
| XYZ | 13.03 | 6.72 | 2.8 | - |
| YUV | 51.4 | 122.7 | 198.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 3 | 42 | 0 | 0.98 | 0.72 | 0.41 | 344.08 | 0.96 | 0.3 |
| Hex | 96 | 3 | 2A | 0 | 62 | 48 | 29 | 158 | 60 | 1E |
| Octal | 226 | 3 | 52 | 0 | 142 | 110 | 51 | 530 | 140 | 36 |
| Binary | 10010110 | 11 | 101010 | 0 | 1100010 | 1001000 | 101001 | 101011000 | 1100000 | 11110 |
Color Harmonies of #96032A
Complementary color
Monochromatic Colors of #96032A
Black with #96032A
Text Example
Text Example
White with #96032A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96032A; }
p { color: rgb(150,3,42); }
H1.HeaderClassName
{
color: #96032A;
}
.AnyTagClassName
{
color: #96032A;
}
</style>
background-color css
<style>
a { background-color: #96032A; }
a { background-color: rgb(150,3,42); }
div.DivClassName
{
background-color: #96032A;
}
.BgClassName
{
background-color: #96032A;
}
</style>
border-color css
<style>
span { border-color: #96032A; }
span { border-color: rgb(150,3,42); }
td.TdClassName
{
border-color: #96032A;
}
.TagClassName
{
border-color: #96032A;
}
</style>