Shades of Red Oxide #5B100E
Tints of Red Oxide #5B100E
RGB
CMYK
RGB Variations
Color information
#5B100E (or 0x5B100E) is known color: Red Oxide. HEX triplet: 5B, 10 and 0E. RGB value is (91,16,14). Sum of RGB (Red+Green+Blue) = 91+16+14=121 (16% of max value = 765). Red value is 91 (35.94% from 255 or 75.21% from 121); Green value is 16 (6.64% from 255 or 13.22% from 121); Blue value is 14 (5.86% from 255 or 11.57% from 121); Max value from RGB is 91 - color contains mainly: red. Hex color #5B100E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B100E is #A4EFF1. Grayscale: #262626. Windows color (decimal): -10809330 or 921691. OLE color: 921691.
HSL color Cylindrical-coordinate representation of color #5B100E: hue angle of 1.56º 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 #5B100E is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 16 | 14 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.64 |
| HSL | 1.56º | 0.73% | 0.21% | - |
| HSV(B) | 1.56º | 0.85% | 0.36% | - |
| XYZ | 4.58 | 2.63 | 0.68 | - |
| YUV | 38.2 | 114.35 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 16 | 14 | 0 | 0.82 | 0.85 | 0.64 | 1.56 | 0.73 | 0.21 |
| Hex | 5B | 10 | E | 0 | 52 | 55 | 40 | 2 | 49 | 15 |
| Octal | 133 | 20 | 16 | 0 | 122 | 125 | 100 | 2 | 111 | 25 |
| Binary | 1011011 | 10000 | 1110 | 0 | 1010010 | 1010101 | 1000000 | 10 | 1001001 | 10101 |
Color Harmonies of #5B100E
Complementary color
Monochromatic Colors of #5B100E
Black with #5B100E
Text Example
Text Example
White with #5B100E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B100E; }
p { color: rgb(91,16,14); }
H1.HeaderClassName
{
color: #5B100E;
}
.AnyTagClassName
{
color: #5B100E;
}
</style>
background-color css
<style>
a { background-color: #5B100E; }
a { background-color: rgb(91,16,14); }
div.DivClassName
{
background-color: #5B100E;
}
.BgClassName
{
background-color: #5B100E;
}
</style>
border-color css
<style>
span { border-color: #5B100E; }
span { border-color: rgb(91,16,14); }
td.TdClassName
{
border-color: #5B100E;
}
.TagClassName
{
border-color: #5B100E;
}
</style>