Shades of Carmine #96171C
Tints of Carmine #96171C
RGB
CMYK
RGB Variations
Color information
#96171C (or 0x96171C) is known color: Carmine. HEX triplet: 96, 17 and 1C. RGB value is (150,23,28). Sum of RGB (Red+Green+Blue) = 150+23+28=201 (26% of max value = 765). Red value is 150 (58.98% from 255 or 74.63% from 201); Green value is 23 (9.38% from 255 or 11.44% from 201); Blue value is 28 (11.33% from 255 or 13.93% from 201); Max value from RGB is 150 - color contains mainly: red. Hex color #96171C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96171C is #69E8E3. Grayscale: #3D3D3D. Windows color (decimal): -6940900 or 1841046. OLE color: 1841046.
HSL color Cylindrical-coordinate representation of color #96171C: hue angle of 357.64º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #96171C is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 23 | 28 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.41 |
| HSL | 357.64º | 0.73% | 0.34% | - |
| HSV(B) | 357.64º | 0.85% | 0.59% | - |
| XYZ | 13.09 | 7.18 | 1.79 | - |
| YUV | 61.54 | 109.08 | 191.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 23 | 28 | 0 | 0.85 | 0.81 | 0.41 | 357.64 | 0.73 | 0.34 |
| Hex | 96 | 17 | 1C | 0 | 55 | 51 | 29 | 166 | 49 | 22 |
| Octal | 226 | 27 | 34 | 0 | 125 | 121 | 51 | 546 | 111 | 42 |
| Binary | 10010110 | 10111 | 11100 | 0 | 1010101 | 1010001 | 101001 | 101100110 | 1001001 | 100010 |
Color Harmonies of #96171C
Complementary color
Monochromatic Colors of #96171C
Black with #96171C
Text Example
Text Example
White with #96171C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96171C; }
p { color: rgb(150,23,28); }
H1.HeaderClassName
{
color: #96171C;
}
.AnyTagClassName
{
color: #96171C;
}
</style>
background-color css
<style>
a { background-color: #96171C; }
a { background-color: rgb(150,23,28); }
div.DivClassName
{
background-color: #96171C;
}
.BgClassName
{
background-color: #96171C;
}
</style>
border-color css
<style>
span { border-color: #96171C; }
span { border-color: rgb(150,23,28); }
td.TdClassName
{
border-color: #96171C;
}
.TagClassName
{
border-color: #96171C;
}
</style>