Shades of Red Oxide #5B120E
Tints of Red Oxide #5B120E
RGB
CMYK
RGB Variations
Color information
#5B120E (or 0x5B120E) is known color: Red Oxide. HEX triplet: 5B, 12 and 0E. RGB value is (91,18,14). Sum of RGB (Red+Green+Blue) = 91+18+14=123 (16% of max value = 765). Red value is 91 (35.94% from 255 or 73.98% from 123); Green value is 18 (7.42% from 255 or 14.63% from 123); Blue value is 14 (5.86% from 255 or 11.38% from 123); Max value from RGB is 91 - color contains mainly: red. Hex color #5B120E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B120E is #A4EDF1. Grayscale: #272727. Windows color (decimal): -10808818 or 922203. OLE color: 922203.
HSL color Cylindrical-coordinate representation of color #5B120E: hue angle of 3.12º degrees, saturation: 0.73, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5B120E is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 18 | 14 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.64 |
| HSL | 3.12º | 0.73% | 0.21% | - |
| HSV(B) | 3.12º | 0.85% | 0.36% | - |
| XYZ | 4.61 | 2.69 | 0.69 | - |
| YUV | 39.37 | 113.68 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 18 | 14 | 0 | 0.80 | 0.85 | 0.64 | 3.12 | 0.73 | 0.21 |
| Hex | 5B | 12 | E | 0 | 50 | 55 | 40 | 3 | 49 | 15 |
| Octal | 133 | 22 | 16 | 0 | 120 | 125 | 100 | 3 | 111 | 25 |
| Binary | 1011011 | 10010 | 1110 | 0 | 1010000 | 1010101 | 1000000 | 11 | 1001001 | 10101 |
Color Harmonies of #5B120E
Complementary color
Monochromatic Colors of #5B120E
Black with #5B120E
Text Example
Text Example
White with #5B120E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B120E; }
p { color: rgb(91,18,14); }
H1.HeaderClassName
{
color: #5B120E;
}
.AnyTagClassName
{
color: #5B120E;
}
</style>
background-color css
<style>
a { background-color: #5B120E; }
a { background-color: rgb(91,18,14); }
div.DivClassName
{
background-color: #5B120E;
}
.BgClassName
{
background-color: #5B120E;
}
</style>
border-color css
<style>
span { border-color: #5B120E; }
span { border-color: rgb(91,18,14); }
td.TdClassName
{
border-color: #5B120E;
}
.TagClassName
{
border-color: #5B120E;
}
</style>