Shades of Carmine #910E1A
Tints of Carmine #910E1A
RGB
CMYK
RGB Variations
Color information
#910E1A (or 0x910E1A) is known color: Carmine. HEX triplet: 91, 0E and 1A. RGB value is (145,14,26). Sum of RGB (Red+Green+Blue) = 145+14+26=185 (24% of max value = 765). Red value is 145 (57.03% from 255 or 78.38% from 185); Green value is 14 (5.86% from 255 or 7.57% from 185); Blue value is 26 (10.55% from 255 or 14.05% from 185); Max value from RGB is 145 - color contains mainly: red. Hex color #910E1A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910E1A is #6EF1E5. Grayscale: #363636. Windows color (decimal): -7270886 or 1707665. OLE color: 1707665.
HSL color Cylindrical-coordinate representation of color #910E1A: hue angle of 354.5º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #910E1A is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 14 | 26 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.43 |
| HSL | 354.5º | 0.82% | 0.31% | - |
| HSV(B) | 354.5º | 0.9% | 0.57% | - |
| XYZ | 12.02 | 6.41 | 1.58 | - |
| YUV | 54.54 | 111.9 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 14 | 26 | 0 | 0.90 | 0.82 | 0.43 | 354.5 | 0.82 | 0.31 |
| Hex | 91 | E | 1A | 0 | 5A | 52 | 2B | 163 | 52 | 1F |
| Octal | 221 | 16 | 32 | 0 | 132 | 122 | 53 | 543 | 122 | 37 |
| Binary | 10010001 | 1110 | 11010 | 0 | 1011010 | 1010010 | 101011 | 101100011 | 1010010 | 11111 |
Color Harmonies of #910E1A
Complementary color
Monochromatic Colors of #910E1A
Black with #910E1A
Text Example
Text Example
White with #910E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910E1A; }
p { color: rgb(145,14,26); }
H1.HeaderClassName
{
color: #910E1A;
}
.AnyTagClassName
{
color: #910E1A;
}
</style>
background-color css
<style>
a { background-color: #910E1A; }
a { background-color: rgb(145,14,26); }
div.DivClassName
{
background-color: #910E1A;
}
.BgClassName
{
background-color: #910E1A;
}
</style>
border-color css
<style>
span { border-color: #910E1A; }
span { border-color: rgb(145,14,26); }
td.TdClassName
{
border-color: #910E1A;
}
.TagClassName
{
border-color: #910E1A;
}
</style>