Shades of Red Oxide #5B110C
Tints of Red Oxide #5B110C
RGB
CMYK
RGB Variations
Color information
#5B110C (or 0x5B110C) is known color: Red Oxide. HEX triplet: 5B, 11 and 0C. RGB value is (91,17,12). Sum of RGB (Red+Green+Blue) = 91+17+12=120 (15% of max value = 765). Red value is 91 (35.94% from 255 or 75.83% from 120); Green value is 17 (7.03% from 255 or 14.17% from 120); Blue value is 12 (5.08% from 255 or 10% from 120); Max value from RGB is 91 - color contains mainly: red. Hex color #5B110C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B110C is #A4EEF3. Grayscale: #262626. Windows color (decimal): -10809076 or 790875. OLE color: 790875.
HSL color Cylindrical-coordinate representation of color #5B110C: hue angle of 3.8º degrees, saturation: 0.77, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5B110C is Cyan = 0, Magento = 0.81, Yellow = 0.87 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 17 | 12 | - |
| CMYK | 0 | 0.81 | 0.87 | 0.64 |
| HSL | 3.8º | 0.77% | 0.2% | - |
| HSV(B) | 3.8º | 0.87% | 0.36% | - |
| XYZ | 4.58 | 2.65 | 0.62 | - |
| YUV | 38.56 | 113.02 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 17 | 12 | 0 | 0.81 | 0.87 | 0.64 | 3.8 | 0.77 | 0.2 |
| Hex | 5B | 11 | C | 0 | 51 | 57 | 40 | 4 | 4D | 14 |
| Octal | 133 | 21 | 14 | 0 | 121 | 127 | 100 | 4 | 115 | 24 |
| Binary | 1011011 | 10001 | 1100 | 0 | 1010001 | 1010111 | 1000000 | 100 | 1001101 | 10100 |
Color Harmonies of #5B110C
Complementary color
Monochromatic Colors of #5B110C
Black with #5B110C
Text Example
Text Example
White with #5B110C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B110C; }
p { color: rgb(91,17,12); }
H1.HeaderClassName
{
color: #5B110C;
}
.AnyTagClassName
{
color: #5B110C;
}
</style>
background-color css
<style>
a { background-color: #5B110C; }
a { background-color: rgb(91,17,12); }
div.DivClassName
{
background-color: #5B110C;
}
.BgClassName
{
background-color: #5B110C;
}
</style>
border-color css
<style>
span { border-color: #5B110C; }
span { border-color: rgb(91,17,12); }
td.TdClassName
{
border-color: #5B110C;
}
.TagClassName
{
border-color: #5B110C;
}
</style>