Shades of Carmine #911018
Tints of Carmine #911018
RGB
CMYK
RGB Variations
Color information
#911018 (or 0x911018) is known color: Carmine. HEX triplet: 91, 10 and 18. RGB value is (145,16,24). Sum of RGB (Red+Green+Blue) = 145+16+24=185 (24% of max value = 765). Red value is 145 (57.03% from 255 or 78.38% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 24 (9.77% from 255 or 12.97% from 185); Max value from RGB is 145 - color contains mainly: red. Hex color #911018 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #911018 is #6EEFE7. Grayscale: #373737. Windows color (decimal): -7270376 or 1577105. OLE color: 1577105.
HSL color Cylindrical-coordinate representation of color #911018: hue angle of 356.28º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #911018 is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 16 | 24 | - |
| CMYK | 0 | 0.89 | 0.83 | 0.43 |
| HSL | 356.28º | 0.8% | 0.32% | - |
| HSV(B) | 356.28º | 0.89% | 0.57% | - |
| XYZ | 12.03 | 6.46 | 1.48 | - |
| YUV | 55.48 | 110.24 | 191.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 16 | 24 | 0 | 0.89 | 0.83 | 0.43 | 356.28 | 0.8 | 0.32 |
| Hex | 91 | 10 | 18 | 0 | 59 | 53 | 2B | 164 | 50 | 20 |
| Octal | 221 | 20 | 30 | 0 | 131 | 123 | 53 | 544 | 120 | 40 |
| Binary | 10010001 | 10000 | 11000 | 0 | 1011001 | 1010011 | 101011 | 101100100 | 1010000 | 100000 |
Color Harmonies of #911018
Complementary color
Monochromatic Colors of #911018
Black with #911018
Text Example
Text Example
White with #911018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911018; }
p { color: rgb(145,16,24); }
H1.HeaderClassName
{
color: #911018;
}
.AnyTagClassName
{
color: #911018;
}
</style>
background-color css
<style>
a { background-color: #911018; }
a { background-color: rgb(145,16,24); }
div.DivClassName
{
background-color: #911018;
}
.BgClassName
{
background-color: #911018;
}
</style>
border-color css
<style>
span { border-color: #911018; }
span { border-color: rgb(145,16,24); }
td.TdClassName
{
border-color: #911018;
}
.TagClassName
{
border-color: #911018;
}
</style>