Shades of Carmine #910A1F
Tints of Carmine #910A1F
RGB
CMYK
RGB Variations
Color information
#910A1F (or 0x910A1F) is known color: Carmine. HEX triplet: 91, 0A and 1F. RGB value is (145,10,31). Sum of RGB (Red+Green+Blue) = 145+10+31=186 (24% of max value = 765). Red value is 145 (57.03% from 255 or 77.96% from 186); Green value is 10 (4.30% from 255 or 5.38% from 186); Blue value is 31 (12.5% from 255 or 16.67% from 186); Max value from RGB is 145 - color contains mainly: red. Hex color #910A1F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910A1F is #6EF5E0. Grayscale: #343434. Windows color (decimal): -7271905 or 2034321. OLE color: 2034321.
HSL color Cylindrical-coordinate representation of color #910A1F: hue angle of 350.67º 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 #910A1F is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 10 | 31 | - |
| CMYK | 0 | 0.93 | 0.79 | 0.43 |
| HSL | 350.67º | 0.87% | 0.3% | - |
| HSV(B) | 350.67º | 0.93% | 0.57% | - |
| XYZ | 12.03 | 6.34 | 1.89 | - |
| YUV | 52.76 | 115.73 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 10 | 31 | 0 | 0.93 | 0.79 | 0.43 | 350.67 | 0.87 | 0.3 |
| Hex | 91 | A | 1F | 0 | 5D | 4F | 2B | 15F | 57 | 1E |
| Octal | 221 | 12 | 37 | 0 | 135 | 117 | 53 | 537 | 127 | 36 |
| Binary | 10010001 | 1010 | 11111 | 0 | 1011101 | 1001111 | 101011 | 101011111 | 1010111 | 11110 |
Color Harmonies of #910A1F
Complementary color
Monochromatic Colors of #910A1F
Black with #910A1F
Text Example
Text Example
White with #910A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910A1F; }
p { color: rgb(145,10,31); }
H1.HeaderClassName
{
color: #910A1F;
}
.AnyTagClassName
{
color: #910A1F;
}
</style>
background-color css
<style>
a { background-color: #910A1F; }
a { background-color: rgb(145,10,31); }
div.DivClassName
{
background-color: #910A1F;
}
.BgClassName
{
background-color: #910A1F;
}
</style>
border-color css
<style>
span { border-color: #910A1F; }
span { border-color: rgb(145,10,31); }
td.TdClassName
{
border-color: #910A1F;
}
.TagClassName
{
border-color: #910A1F;
}
</style>