Shades of Red Oxide #5B150E
Tints of Red Oxide #5B150E
RGB
CMYK
RGB Variations
Color information
#5B150E (or 0x5B150E) is known color: Red Oxide. HEX triplet: 5B, 15 and 0E. RGB value is (91,21,14). Sum of RGB (Red+Green+Blue) = 91+21+14=126 (16% of max value = 765). Red value is 91 (35.94% from 255 or 72.22% from 126); Green value is 21 (8.59% from 255 or 16.67% from 126); Blue value is 14 (5.86% from 255 or 11.11% from 126); Max value from RGB is 91 - color contains mainly: red. Hex color #5B150E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B150E is #A4EAF1. Grayscale: #292929. Windows color (decimal): -10808050 or 922971. OLE color: 922971.
HSL color Cylindrical-coordinate representation of color #5B150E: hue angle of 5.45º 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 #5B150E is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 21 | 14 | - |
| CMYK | 0 | 0.77 | 0.85 | 0.64 |
| HSL | 5.45º | 0.73% | 0.21% | - |
| HSV(B) | 5.45º | 0.85% | 0.36% | - |
| XYZ | 4.66 | 2.79 | 0.71 | - |
| YUV | 41.13 | 112.69 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 21 | 14 | 0 | 0.77 | 0.85 | 0.64 | 5.45 | 0.73 | 0.21 |
| Hex | 5B | 15 | E | 0 | 4D | 55 | 40 | 5 | 49 | 15 |
| Octal | 133 | 25 | 16 | 0 | 115 | 125 | 100 | 5 | 111 | 25 |
| Binary | 1011011 | 10101 | 1110 | 0 | 1001101 | 1010101 | 1000000 | 101 | 1001001 | 10101 |
Color Harmonies of #5B150E
Complementary color
Monochromatic Colors of #5B150E
Black with #5B150E
Text Example
Text Example
White with #5B150E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B150E; }
p { color: rgb(91,21,14); }
H1.HeaderClassName
{
color: #5B150E;
}
.AnyTagClassName
{
color: #5B150E;
}
</style>
background-color css
<style>
a { background-color: #5B150E; }
a { background-color: rgb(91,21,14); }
div.DivClassName
{
background-color: #5B150E;
}
.BgClassName
{
background-color: #5B150E;
}
</style>
border-color css
<style>
span { border-color: #5B150E; }
span { border-color: rgb(91,21,14); }
td.TdClassName
{
border-color: #5B150E;
}
.TagClassName
{
border-color: #5B150E;
}
</style>