Shades of Carmine #910118
Tints of Carmine #910118
RGB
CMYK
RGB Variations
Color information
#910118 (or 0x910118) is known color: Carmine. HEX triplet: 91, 01 and 18. RGB value is (145,1,24). Sum of RGB (Red+Green+Blue) = 145+1+24=170 (22% of max value = 765). Red value is 145 (57.03% from 255 or 85.29% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 24 (9.77% from 255 or 14.12% from 170); Max value from RGB is 145 - color contains mainly: red. Hex color #910118 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910118 is #6EFEE7. Grayscale: #2E2E2E. Windows color (decimal): -7274216 or 1573265. OLE color: 1573265.
HSL color Cylindrical-coordinate representation of color #910118: hue angle of 350.42º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #910118 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 1 | 24 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.43 |
| HSL | 350.42º | 0.99% | 0.29% | - |
| HSV(B) | 350.42º | 0.99% | 0.57% | - |
| XYZ | 11.85 | 6.11 | 1.42 | - |
| YUV | 46.68 | 115.21 | 198.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 1 | 24 | 0 | 0.99 | 0.83 | 0.43 | 350.42 | 0.99 | 0.29 |
| Hex | 91 | 1 | 18 | 0 | 63 | 53 | 2B | 15E | 63 | 1D |
| Octal | 221 | 1 | 30 | 0 | 143 | 123 | 53 | 536 | 143 | 35 |
| Binary | 10010001 | 1 | 11000 | 0 | 1100011 | 1010011 | 101011 | 101011110 | 1100011 | 11101 |
Color Harmonies of #910118
Complementary color
Monochromatic Colors of #910118
Black with #910118
Text Example
Text Example
White with #910118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910118; }
p { color: rgb(145,1,24); }
H1.HeaderClassName
{
color: #910118;
}
.AnyTagClassName
{
color: #910118;
}
</style>
background-color css
<style>
a { background-color: #910118; }
a { background-color: rgb(145,1,24); }
div.DivClassName
{
background-color: #910118;
}
.BgClassName
{
background-color: #910118;
}
</style>
border-color css
<style>
span { border-color: #910118; }
span { border-color: rgb(145,1,24); }
td.TdClassName
{
border-color: #910118;
}
.TagClassName
{
border-color: #910118;
}
</style>