Shades of Carmine #910A29
Tints of Carmine #910A29
RGB
CMYK
RGB Variations
Color information
#910A29 (or 0x910A29) is known color: Carmine. HEX triplet: 91, 0A and 29. RGB value is (145,10,41). Sum of RGB (Red+Green+Blue) = 145+10+41=196 (25% of max value = 765). Red value is 145 (57.03% from 255 or 73.98% from 196); Green value is 10 (4.30% from 255 or 5.10% from 196); Blue value is 41 (16.41% from 255 or 20.92% from 196); Max value from RGB is 145 - color contains mainly: red. Hex color #910A29 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910A29 is #6EF5D6. Grayscale: #353535. Windows color (decimal): -7271895 or 2689681. OLE color: 2689681.
HSL color Cylindrical-coordinate representation of color #910A29: hue angle of 346.22º 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 #910A29 is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 10 | 41 | - |
| CMYK | 0 | 0.93 | 0.72 | 0.43 |
| HSL | 346.22º | 0.87% | 0.3% | - |
| HSV(B) | 346.22º | 0.93% | 0.57% | - |
| XYZ | 12.19 | 6.4 | 2.69 | - |
| YUV | 53.9 | 120.73 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 10 | 41 | 0 | 0.93 | 0.72 | 0.43 | 346.22 | 0.87 | 0.3 |
| Hex | 91 | A | 29 | 0 | 5D | 48 | 2B | 15A | 57 | 1E |
| Octal | 221 | 12 | 51 | 0 | 135 | 110 | 53 | 532 | 127 | 36 |
| Binary | 10010001 | 1010 | 101001 | 0 | 1011101 | 1001000 | 101011 | 101011010 | 1010111 | 11110 |
Color Harmonies of #910A29
Complementary color
Monochromatic Colors of #910A29
Black with #910A29
Text Example
Text Example
White with #910A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910A29; }
p { color: rgb(145,10,41); }
H1.HeaderClassName
{
color: #910A29;
}
.AnyTagClassName
{
color: #910A29;
}
</style>
background-color css
<style>
a { background-color: #910A29; }
a { background-color: rgb(145,10,41); }
div.DivClassName
{
background-color: #910A29;
}
.BgClassName
{
background-color: #910A29;
}
</style>
border-color css
<style>
span { border-color: #910A29; }
span { border-color: rgb(145,10,41); }
td.TdClassName
{
border-color: #910A29;
}
.TagClassName
{
border-color: #910A29;
}
</style>