Shades of Carmine #910D18
Tints of Carmine #910D18
RGB
CMYK
RGB Variations
Color information
#910D18 (or 0x910D18) is known color: Carmine. HEX triplet: 91, 0D and 18. RGB value is (145,13,24). Sum of RGB (Red+Green+Blue) = 145+13+24=182 (24% of max value = 765). Red value is 145 (57.03% from 255 or 79.67% from 182); Green value is 13 (5.47% from 255 or 7.14% from 182); Blue value is 24 (9.77% from 255 or 13.19% from 182); Max value from RGB is 145 - color contains mainly: red. Hex color #910D18 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910D18 is #6EF2E7. Grayscale: #353535. Windows color (decimal): -7271144 or 1576337. OLE color: 1576337.
HSL color Cylindrical-coordinate representation of color #910D18: hue angle of 355º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #910D18 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 13 | 24 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.43 |
| HSL | 355º | 0.84% | 0.31% | - |
| HSV(B) | 355º | 0.91% | 0.57% | - |
| XYZ | 11.99 | 6.37 | 1.46 | - |
| YUV | 53.72 | 111.23 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 13 | 24 | 0 | 0.91 | 0.83 | 0.43 | 355 | 0.84 | 0.31 |
| Hex | 91 | D | 18 | 0 | 5B | 53 | 2B | 163 | 54 | 1F |
| Octal | 221 | 15 | 30 | 0 | 133 | 123 | 53 | 543 | 124 | 37 |
| Binary | 10010001 | 1101 | 11000 | 0 | 1011011 | 1010011 | 101011 | 101100011 | 1010100 | 11111 |
Color Harmonies of #910D18
Complementary color
Monochromatic Colors of #910D18
Black with #910D18
Text Example
Text Example
White with #910D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910D18; }
p { color: rgb(145,13,24); }
H1.HeaderClassName
{
color: #910D18;
}
.AnyTagClassName
{
color: #910D18;
}
</style>
background-color css
<style>
a { background-color: #910D18; }
a { background-color: rgb(145,13,24); }
div.DivClassName
{
background-color: #910D18;
}
.BgClassName
{
background-color: #910D18;
}
</style>
border-color css
<style>
span { border-color: #910D18; }
span { border-color: rgb(145,13,24); }
td.TdClassName
{
border-color: #910D18;
}
.TagClassName
{
border-color: #910D18;
}
</style>