Shades of Carmine #910E18
Tints of Carmine #910E18
RGB
CMYK
RGB Variations
Color information
#910E18 (or 0x910E18) is known color: Carmine. HEX triplet: 91, 0E and 18. RGB value is (145,14,24). Sum of RGB (Red+Green+Blue) = 145+14+24=183 (24% of max value = 765). Red value is 145 (57.03% from 255 or 79.23% from 183); Green value is 14 (5.86% from 255 or 7.65% from 183); Blue value is 24 (9.77% from 255 or 13.11% from 183); Max value from RGB is 145 - color contains mainly: red. Hex color #910E18 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910E18 is #6EF1E7. Grayscale: #363636. Windows color (decimal): -7270888 or 1576593. OLE color: 1576593.
HSL color Cylindrical-coordinate representation of color #910E18: hue angle of 355.42º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #910E18 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 14 | 24 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.43 |
| HSL | 355.42º | 0.82% | 0.31% | - |
| HSV(B) | 355.42º | 0.9% | 0.57% | - |
| XYZ | 12 | 6.4 | 1.47 | - |
| YUV | 54.31 | 110.9 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 14 | 24 | 0 | 0.90 | 0.83 | 0.43 | 355.42 | 0.82 | 0.31 |
| Hex | 91 | E | 18 | 0 | 5A | 53 | 2B | 163 | 52 | 1F |
| Octal | 221 | 16 | 30 | 0 | 132 | 123 | 53 | 543 | 122 | 37 |
| Binary | 10010001 | 1110 | 11000 | 0 | 1011010 | 1010011 | 101011 | 101100011 | 1010010 | 11111 |
Color Harmonies of #910E18
Complementary color
Monochromatic Colors of #910E18
Black with #910E18
Text Example
Text Example
White with #910E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910E18; }
p { color: rgb(145,14,24); }
H1.HeaderClassName
{
color: #910E18;
}
.AnyTagClassName
{
color: #910E18;
}
</style>
background-color css
<style>
a { background-color: #910E18; }
a { background-color: rgb(145,14,24); }
div.DivClassName
{
background-color: #910E18;
}
.BgClassName
{
background-color: #910E18;
}
</style>
border-color css
<style>
span { border-color: #910E18; }
span { border-color: rgb(145,14,24); }
td.TdClassName
{
border-color: #910E18;
}
.TagClassName
{
border-color: #910E18;
}
</style>