Shades of Carmine #910E2A
Tints of Carmine #910E2A
RGB
CMYK
RGB Variations
Color information
#910E2A (or 0x910E2A) is known color: Carmine. HEX triplet: 91, 0E and 2A. RGB value is (145,14,42). Sum of RGB (Red+Green+Blue) = 145+14+42=201 (26% of max value = 765). Red value is 145 (57.03% from 255 or 72.14% from 201); Green value is 14 (5.86% from 255 or 6.97% from 201); Blue value is 42 (16.80% from 255 or 20.90% from 201); Max value from RGB is 145 - color contains mainly: red. Hex color #910E2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910E2A is #6EF1D5. Grayscale: #383838. Windows color (decimal): -7270870 or 2756241. OLE color: 2756241.
HSL color Cylindrical-coordinate representation of color #910E2A: hue angle of 347.18º 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 #910E2A is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 14 | 42 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.43 |
| HSL | 347.18º | 0.82% | 0.31% | - |
| HSV(B) | 347.18º | 0.9% | 0.57% | - |
| XYZ | 12.25 | 6.5 | 2.8 | - |
| YUV | 56.36 | 119.9 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 14 | 42 | 0 | 0.90 | 0.71 | 0.43 | 347.18 | 0.82 | 0.31 |
| Hex | 91 | E | 2A | 0 | 5A | 47 | 2B | 15B | 52 | 1F |
| Octal | 221 | 16 | 52 | 0 | 132 | 107 | 53 | 533 | 122 | 37 |
| Binary | 10010001 | 1110 | 101010 | 0 | 1011010 | 1000111 | 101011 | 101011011 | 1010010 | 11111 |
Color Harmonies of #910E2A
Complementary color
Monochromatic Colors of #910E2A
Black with #910E2A
Text Example
Text Example
White with #910E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910E2A; }
p { color: rgb(145,14,42); }
H1.HeaderClassName
{
color: #910E2A;
}
.AnyTagClassName
{
color: #910E2A;
}
</style>
background-color css
<style>
a { background-color: #910E2A; }
a { background-color: rgb(145,14,42); }
div.DivClassName
{
background-color: #910E2A;
}
.BgClassName
{
background-color: #910E2A;
}
</style>
border-color css
<style>
span { border-color: #910E2A; }
span { border-color: rgb(145,14,42); }
td.TdClassName
{
border-color: #910E2A;
}
.TagClassName
{
border-color: #910E2A;
}
</style>