Shades of Carmine #96131B
Tints of Carmine #96131B
RGB
CMYK
RGB Variations
Color information
#96131B (or 0x96131B) is known color: Carmine. HEX triplet: 96, 13 and 1B. RGB value is (150,19,27). Sum of RGB (Red+Green+Blue) = 150+19+27=196 (25% of max value = 765). Red value is 150 (58.98% from 255 or 76.53% from 196); Green value is 19 (7.81% from 255 or 9.69% from 196); Blue value is 27 (10.94% from 255 or 13.78% from 196); Max value from RGB is 150 - color contains mainly: red. Hex color #96131B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96131B is #69ECE4. Grayscale: #3B3B3B. Windows color (decimal): -6941925 or 1774486. OLE color: 1774486.
HSL color Cylindrical-coordinate representation of color #96131B: hue angle of 356.34º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #96131B is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 19 | 27 | - |
| CMYK | 0 | 0.87 | 0.82 | 0.41 |
| HSL | 356.34º | 0.78% | 0.33% | - |
| HSV(B) | 356.34º | 0.87% | 0.59% | - |
| XYZ | 13.01 | 7.03 | 1.71 | - |
| YUV | 59.08 | 109.9 | 192.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 19 | 27 | 0 | 0.87 | 0.82 | 0.41 | 356.34 | 0.78 | 0.33 |
| Hex | 96 | 13 | 1B | 0 | 57 | 52 | 29 | 164 | 4E | 21 |
| Octal | 226 | 23 | 33 | 0 | 127 | 122 | 51 | 544 | 116 | 41 |
| Binary | 10010110 | 10011 | 11011 | 0 | 1010111 | 1010010 | 101001 | 101100100 | 1001110 | 100001 |
Color Harmonies of #96131B
Complementary color
Monochromatic Colors of #96131B
Black with #96131B
Text Example
Text Example
White with #96131B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96131B; }
p { color: rgb(150,19,27); }
H1.HeaderClassName
{
color: #96131B;
}
.AnyTagClassName
{
color: #96131B;
}
</style>
background-color css
<style>
a { background-color: #96131B; }
a { background-color: rgb(150,19,27); }
div.DivClassName
{
background-color: #96131B;
}
.BgClassName
{
background-color: #96131B;
}
</style>
border-color css
<style>
span { border-color: #96131B; }
span { border-color: rgb(150,19,27); }
td.TdClassName
{
border-color: #96131B;
}
.TagClassName
{
border-color: #96131B;
}
</style>