Shades of Red Oxide #5B1A16
Tints of Red Oxide #5B1A16
RGB
CMYK
RGB Variations
Color information
#5B1A16 (or 0x5B1A16) is known color: Red Oxide. HEX triplet: 5B, 1A and 16. RGB value is (91,26,22). Sum of RGB (Red+Green+Blue) = 91+26+22=139 (18% of max value = 765). Red value is 91 (35.94% from 255 or 65.47% from 139); Green value is 26 (10.55% from 255 or 18.71% from 139); Blue value is 22 (8.98% from 255 or 15.83% from 139); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B1A16 is #A4E5E9. Grayscale: #2D2D2D. Windows color (decimal): -10806762 or 1448539. OLE color: 1448539.
HSL color Cylindrical-coordinate representation of color #5B1A16: hue angle of 3.48º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5B1A16 is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 26 | 22 | - |
| CMYK | 0 | 0.71 | 0.76 | 0.64 |
| HSL | 3.48º | 0.61% | 0.22% | - |
| HSV(B) | 3.48º | 0.76% | 0.36% | - |
| XYZ | 4.83 | 3.02 | 1.09 | - |
| YUV | 44.98 | 115.03 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 26 | 22 | 0 | 0.71 | 0.76 | 0.64 | 3.48 | 0.61 | 0.22 |
| Hex | 5B | 1A | 16 | 0 | 47 | 4C | 40 | 3 | 3D | 16 |
| Octal | 133 | 32 | 26 | 0 | 107 | 114 | 100 | 3 | 75 | 26 |
| Binary | 1011011 | 11010 | 10110 | 0 | 1000111 | 1001100 | 1000000 | 11 | 111101 | 10110 |
Color Harmonies of #5B1A16
Complementary color
Monochromatic Colors of #5B1A16
Black with #5B1A16
Text Example
Text Example
White with #5B1A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1A16; }
p { color: rgb(91,26,22); }
H1.HeaderClassName
{
color: #5B1A16;
}
.AnyTagClassName
{
color: #5B1A16;
}
</style>
background-color css
<style>
a { background-color: #5B1A16; }
a { background-color: rgb(91,26,22); }
div.DivClassName
{
background-color: #5B1A16;
}
.BgClassName
{
background-color: #5B1A16;
}
</style>
border-color css
<style>
span { border-color: #5B1A16; }
span { border-color: rgb(91,26,22); }
td.TdClassName
{
border-color: #5B1A16;
}
.TagClassName
{
border-color: #5B1A16;
}
</style>