Shades of Red Oxide #5B110B
Tints of Red Oxide #5B110B
RGB
CMYK
RGB Variations
Color information
#5B110B (or 0x5B110B) is known color: Red Oxide. HEX triplet: 5B, 11 and 0B. RGB value is (91,17,11). Sum of RGB (Red+Green+Blue) = 91+17+11=119 (15% of max value = 765). Red value is 91 (35.94% from 255 or 76.47% from 119); Green value is 17 (7.03% from 255 or 14.29% from 119); Blue value is 11 (4.69% from 255 or 9.24% from 119); Max value from RGB is 91 - color contains mainly: red. Hex color #5B110B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B110B is #A4EEF4. Grayscale: #262626. Windows color (decimal): -10809077 or 725339. OLE color: 725339.
HSL color Cylindrical-coordinate representation of color #5B110B: hue angle of 4.5º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5B110B is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 17 | 11 | - |
| CMYK | 0 | 0.81 | 0.88 | 0.64 |
| HSL | 4.5º | 0.78% | 0.2% | - |
| HSV(B) | 4.5º | 0.88% | 0.36% | - |
| XYZ | 4.58 | 2.65 | 0.59 | - |
| YUV | 38.44 | 112.52 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 17 | 11 | 0 | 0.81 | 0.88 | 0.64 | 4.5 | 0.78 | 0.2 |
| Hex | 5B | 11 | B | 0 | 51 | 58 | 40 | 4 | 4E | 14 |
| Octal | 133 | 21 | 13 | 0 | 121 | 130 | 100 | 4 | 116 | 24 |
| Binary | 1011011 | 10001 | 1011 | 0 | 1010001 | 1011000 | 1000000 | 100 | 1001110 | 10100 |
Color Harmonies of #5B110B
Complementary color
Monochromatic Colors of #5B110B
Black with #5B110B
Text Example
Text Example
White with #5B110B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B110B; }
p { color: rgb(91,17,11); }
H1.HeaderClassName
{
color: #5B110B;
}
.AnyTagClassName
{
color: #5B110B;
}
</style>
background-color css
<style>
a { background-color: #5B110B; }
a { background-color: rgb(91,17,11); }
div.DivClassName
{
background-color: #5B110B;
}
.BgClassName
{
background-color: #5B110B;
}
</style>
border-color css
<style>
span { border-color: #5B110B; }
span { border-color: rgb(91,17,11); }
td.TdClassName
{
border-color: #5B110B;
}
.TagClassName
{
border-color: #5B110B;
}
</style>