Shades of Carmine #910F2A
Tints of Carmine #910F2A
RGB
CMYK
RGB Variations
Color information
#910F2A (or 0x910F2A) is known color: Carmine. HEX triplet: 91, 0F and 2A. RGB value is (145,15,42). Sum of RGB (Red+Green+Blue) = 145+15+42=202 (26% of max value = 765). Red value is 145 (57.03% from 255 or 71.78% from 202); Green value is 15 (6.25% from 255 or 7.43% from 202); Blue value is 42 (16.80% from 255 or 20.79% from 202); Max value from RGB is 145 - color contains mainly: red. Hex color #910F2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910F2A is #6EF0D5. Grayscale: #383838. Windows color (decimal): -7270614 or 2756497. OLE color: 2756497.
HSL color Cylindrical-coordinate representation of color #910F2A: hue angle of 347.54º degrees, saturation: 0.81, 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 #910F2A is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 15 | 42 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.43 |
| HSL | 347.54º | 0.81% | 0.31% | - |
| HSV(B) | 347.54º | 0.9% | 0.57% | - |
| XYZ | 12.27 | 6.53 | 2.8 | - |
| YUV | 56.95 | 119.57 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 15 | 42 | 0 | 0.90 | 0.71 | 0.43 | 347.54 | 0.81 | 0.31 |
| Hex | 91 | F | 2A | 0 | 5A | 47 | 2B | 15C | 51 | 1F |
| Octal | 221 | 17 | 52 | 0 | 132 | 107 | 53 | 534 | 121 | 37 |
| Binary | 10010001 | 1111 | 101010 | 0 | 1011010 | 1000111 | 101011 | 101011100 | 1010001 | 11111 |
Color Harmonies of #910F2A
Complementary color
Monochromatic Colors of #910F2A
Black with #910F2A
Text Example
Text Example
White with #910F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910F2A; }
p { color: rgb(145,15,42); }
H1.HeaderClassName
{
color: #910F2A;
}
.AnyTagClassName
{
color: #910F2A;
}
</style>
background-color css
<style>
a { background-color: #910F2A; }
a { background-color: rgb(145,15,42); }
div.DivClassName
{
background-color: #910F2A;
}
.BgClassName
{
background-color: #910F2A;
}
</style>
border-color css
<style>
span { border-color: #910F2A; }
span { border-color: rgb(145,15,42); }
td.TdClassName
{
border-color: #910F2A;
}
.TagClassName
{
border-color: #910F2A;
}
</style>