Shades of Carmine #910C1B
Tints of Carmine #910C1B
RGB
CMYK
RGB Variations
Color information
#910C1B (or 0x910C1B) is known color: Carmine. HEX triplet: 91, 0C and 1B. RGB value is (145,12,27). Sum of RGB (Red+Green+Blue) = 145+12+27=184 (24% of max value = 765). Red value is 145 (57.03% from 255 or 78.80% from 184); Green value is 12 (5.08% from 255 or 6.52% from 184); Blue value is 27 (10.94% from 255 or 14.67% from 184); Max value from RGB is 145 - color contains mainly: red. Hex color #910C1B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910C1B is #6EF3E4. Grayscale: #353535. Windows color (decimal): -7271397 or 1772689. OLE color: 1772689.
HSL color Cylindrical-coordinate representation of color #910C1B: hue angle of 353.23º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #910C1B is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 12 | 27 | - |
| CMYK | 0 | 0.92 | 0.81 | 0.43 |
| HSL | 353.23º | 0.85% | 0.31% | - |
| HSV(B) | 353.23º | 0.92% | 0.57% | - |
| XYZ | 12.01 | 6.36 | 1.63 | - |
| YUV | 53.48 | 113.06 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 12 | 27 | 0 | 0.92 | 0.81 | 0.43 | 353.23 | 0.85 | 0.31 |
| Hex | 91 | C | 1B | 0 | 5C | 51 | 2B | 161 | 55 | 1F |
| Octal | 221 | 14 | 33 | 0 | 134 | 121 | 53 | 541 | 125 | 37 |
| Binary | 10010001 | 1100 | 11011 | 0 | 1011100 | 1010001 | 101011 | 101100001 | 1010101 | 11111 |
Color Harmonies of #910C1B
Complementary color
Monochromatic Colors of #910C1B
Black with #910C1B
Text Example
Text Example
White with #910C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910C1B; }
p { color: rgb(145,12,27); }
H1.HeaderClassName
{
color: #910C1B;
}
.AnyTagClassName
{
color: #910C1B;
}
</style>
background-color css
<style>
a { background-color: #910C1B; }
a { background-color: rgb(145,12,27); }
div.DivClassName
{
background-color: #910C1B;
}
.BgClassName
{
background-color: #910C1B;
}
</style>
border-color css
<style>
span { border-color: #910C1B; }
span { border-color: rgb(145,12,27); }
td.TdClassName
{
border-color: #910C1B;
}
.TagClassName
{
border-color: #910C1B;
}
</style>