Shades of Carmine #910D2A
Tints of Carmine #910D2A
RGB
CMYK
RGB Variations
Color information
#910D2A (or 0x910D2A) is known color: Carmine. HEX triplet: 91, 0D and 2A. RGB value is (145,13,42). Sum of RGB (Red+Green+Blue) = 145+13+42=200 (26% of max value = 765). Red value is 145 (57.03% from 255 or 72.5% from 200); Green value is 13 (5.47% from 255 or 6.5% from 200); Blue value is 42 (16.80% from 255 or 21% from 200); Max value from RGB is 145 - color contains mainly: red. Hex color #910D2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910D2A is #6EF2D5. Grayscale: #373737. Windows color (decimal): -7271126 or 2755985. OLE color: 2755985.
HSL color Cylindrical-coordinate representation of color #910D2A: hue angle of 346.82º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #910D2A is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 13 | 42 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.43 |
| HSL | 346.82º | 0.84% | 0.31% | - |
| HSV(B) | 346.82º | 0.91% | 0.57% | - |
| XYZ | 12.24 | 6.47 | 2.8 | - |
| YUV | 55.77 | 120.23 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 13 | 42 | 0 | 0.91 | 0.71 | 0.43 | 346.82 | 0.84 | 0.31 |
| Hex | 91 | D | 2A | 0 | 5B | 47 | 2B | 15B | 54 | 1F |
| Octal | 221 | 15 | 52 | 0 | 133 | 107 | 53 | 533 | 124 | 37 |
| Binary | 10010001 | 1101 | 101010 | 0 | 1011011 | 1000111 | 101011 | 101011011 | 1010100 | 11111 |
Color Harmonies of #910D2A
Complementary color
Monochromatic Colors of #910D2A
Black with #910D2A
Text Example
Text Example
White with #910D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910D2A; }
p { color: rgb(145,13,42); }
H1.HeaderClassName
{
color: #910D2A;
}
.AnyTagClassName
{
color: #910D2A;
}
</style>
background-color css
<style>
a { background-color: #910D2A; }
a { background-color: rgb(145,13,42); }
div.DivClassName
{
background-color: #910D2A;
}
.BgClassName
{
background-color: #910D2A;
}
</style>
border-color css
<style>
span { border-color: #910D2A; }
span { border-color: rgb(145,13,42); }
td.TdClassName
{
border-color: #910D2A;
}
.TagClassName
{
border-color: #910D2A;
}
</style>