Shades of Dark Red #92110B
Tints of Dark Red #92110B
RGB
CMYK
RGB Variations
Color information
#92110B (or 0x92110B) is known color: Dark Red. HEX triplet: 92, 11 and 0B. RGB value is (146,17,11). Sum of RGB (Red+Green+Blue) = 146+17+11=174 (23% of max value = 765). Red value is 146 (57.42% from 255 or 83.91% from 174); Green value is 17 (7.03% from 255 or 9.77% from 174); Blue value is 11 (4.69% from 255 or 6.32% from 174); Max value from RGB is 146 - color contains mainly: red. Hex color #92110B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #92110B is #6DEEF4. Grayscale: #373737. Windows color (decimal): -7204597 or 725394. OLE color: 725394.
HSL color Cylindrical-coordinate representation of color #92110B: hue angle of 2.67º degrees, saturation: 0.86, 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 #92110B is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 17 | 11 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.43 |
| HSL | 2.67º | 0.86% | 0.31% | - |
| HSV(B) | 2.67º | 0.92% | 0.57% | - |
| XYZ | 12.11 | 6.54 | 0.94 | - |
| YUV | 54.89 | 103.24 | 192.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 17 | 11 | 0 | 0.88 | 0.92 | 0.43 | 2.67 | 0.86 | 0.31 |
| Hex | 92 | 11 | B | 0 | 58 | 5C | 2B | 3 | 56 | 1F |
| Octal | 222 | 21 | 13 | 0 | 130 | 134 | 53 | 3 | 126 | 37 |
| Binary | 10010010 | 10001 | 1011 | 0 | 1011000 | 1011100 | 101011 | 11 | 1010110 | 11111 |
Color Harmonies of #92110B
Complementary color
Monochromatic Colors of #92110B
Black with #92110B
Text Example
Text Example
White with #92110B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92110B; }
p { color: rgb(146,17,11); }
H1.HeaderClassName
{
color: #92110B;
}
.AnyTagClassName
{
color: #92110B;
}
</style>
background-color css
<style>
a { background-color: #92110B; }
a { background-color: rgb(146,17,11); }
div.DivClassName
{
background-color: #92110B;
}
.BgClassName
{
background-color: #92110B;
}
</style>
border-color css
<style>
span { border-color: #92110B; }
span { border-color: rgb(146,17,11); }
td.TdClassName
{
border-color: #92110B;
}
.TagClassName
{
border-color: #92110B;
}
</style>