Shades of Carmine #910A1D
Tints of Carmine #910A1D
RGB
CMYK
RGB Variations
Color information
#910A1D (or 0x910A1D) is known color: Carmine. HEX triplet: 91, 0A and 1D. RGB value is (145,10,29). Sum of RGB (Red+Green+Blue) = 145+10+29=184 (24% of max value = 765). Red value is 145 (57.03% from 255 or 78.80% from 184); Green value is 10 (4.30% from 255 or 5.43% from 184); Blue value is 29 (11.72% from 255 or 15.76% from 184); Max value from RGB is 145 - color contains mainly: red. Hex color #910A1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910A1D is #6EF5E2. Grayscale: #343434. Windows color (decimal): -7271907 or 1903249. OLE color: 1903249.
HSL color Cylindrical-coordinate representation of color #910A1D: hue angle of 351.56º 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 #910A1D is Cyan = 0, Magento = 0.93, Yellow = 0.8 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 10 | 29 | - |
| CMYK | 0 | 0.93 | 0.8 | 0.43 |
| HSL | 351.56º | 0.87% | 0.3% | - |
| HSV(B) | 351.56º | 0.93% | 0.57% | - |
| XYZ | 12.01 | 6.33 | 1.75 | - |
| YUV | 52.53 | 114.73 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 10 | 29 | 0 | 0.93 | 0.8 | 0.43 | 351.56 | 0.87 | 0.3 |
| Hex | 91 | A | 1D | 0 | 5D | 50 | 2B | 160 | 57 | 1E |
| Octal | 221 | 12 | 35 | 0 | 135 | 120 | 53 | 540 | 127 | 36 |
| Binary | 10010001 | 1010 | 11101 | 0 | 1011101 | 1010000 | 101011 | 101100000 | 1010111 | 11110 |
Color Harmonies of #910A1D
Complementary color
Monochromatic Colors of #910A1D
Black with #910A1D
Text Example
Text Example
White with #910A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910A1D; }
p { color: rgb(145,10,29); }
H1.HeaderClassName
{
color: #910A1D;
}
.AnyTagClassName
{
color: #910A1D;
}
</style>
background-color css
<style>
a { background-color: #910A1D; }
a { background-color: rgb(145,10,29); }
div.DivClassName
{
background-color: #910A1D;
}
.BgClassName
{
background-color: #910A1D;
}
</style>
border-color css
<style>
span { border-color: #910A1D; }
span { border-color: rgb(145,10,29); }
td.TdClassName
{
border-color: #910A1D;
}
.TagClassName
{
border-color: #910A1D;
}
</style>