Shades of Carmine #910A15
Tints of Carmine #910A15
RGB
CMYK
RGB Variations
Color information
#910A15 (or 0x910A15) is known color: Carmine. HEX triplet: 91, 0A and 15. RGB value is (145,10,21). Sum of RGB (Red+Green+Blue) = 145+10+21=176 (23% of max value = 765). Red value is 145 (57.03% from 255 or 82.39% from 176); Green value is 10 (4.30% from 255 or 5.68% from 176); Blue value is 21 (8.59% from 255 or 11.93% from 176); Max value from RGB is 145 - color contains mainly: red. Hex color #910A15 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910A15 is #6EF5EA. Grayscale: #333333. Windows color (decimal): -7271915 or 1378961. OLE color: 1378961.
HSL color Cylindrical-coordinate representation of color #910A15: hue angle of 355.11º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #910A15 is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 10 | 21 | - |
| CMYK | 0 | 0.93 | 0.86 | 0.43 |
| HSL | 355.11º | 0.87% | 0.3% | - |
| HSV(B) | 355.11º | 0.93% | 0.57% | - |
| XYZ | 11.92 | 6.29 | 1.3 | - |
| YUV | 51.62 | 110.73 | 194.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 10 | 21 | 0 | 0.93 | 0.86 | 0.43 | 355.11 | 0.87 | 0.3 |
| Hex | 91 | A | 15 | 0 | 5D | 56 | 2B | 163 | 57 | 1E |
| Octal | 221 | 12 | 25 | 0 | 135 | 126 | 53 | 543 | 127 | 36 |
| Binary | 10010001 | 1010 | 10101 | 0 | 1011101 | 1010110 | 101011 | 101100011 | 1010111 | 11110 |
Color Harmonies of #910A15
Complementary color
Monochromatic Colors of #910A15
Black with #910A15
Text Example
Text Example
White with #910A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910A15; }
p { color: rgb(145,10,21); }
H1.HeaderClassName
{
color: #910A15;
}
.AnyTagClassName
{
color: #910A15;
}
</style>
background-color css
<style>
a { background-color: #910A15; }
a { background-color: rgb(145,10,21); }
div.DivClassName
{
background-color: #910A15;
}
.BgClassName
{
background-color: #910A15;
}
</style>
border-color css
<style>
span { border-color: #910A15; }
span { border-color: rgb(145,10,21); }
td.TdClassName
{
border-color: #910A15;
}
.TagClassName
{
border-color: #910A15;
}
</style>