Shades of Red Oxide #5B1904
Tints of Red Oxide #5B1904
RGB
CMYK
RGB Variations
Color information
#5B1904 (or 0x5B1904) is known color: Red Oxide. HEX triplet: 5B, 19 and 04. RGB value is (91,25,4). Sum of RGB (Red+Green+Blue) = 91+25+4=120 (15% of max value = 765). Red value is 91 (35.94% from 255 or 75.83% from 120); Green value is 25 (10.16% from 255 or 20.83% from 120); Blue value is 4 (1.95% from 255 or 3.33% from 120); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1904 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B1904 is #A4E6FB. Grayscale: #2A2A2A. Windows color (decimal): -10807036 or 268635. OLE color: 268635.
HSL color Cylindrical-coordinate representation of color #5B1904: hue angle of 14.48º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5B1904 is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 25 | 4 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.64 |
| HSL | 14.48º | 0.92% | 0.19% | - |
| HSV(B) | 14.48º | 0.96% | 0.36% | - |
| XYZ | 4.68 | 2.93 | 0.43 | - |
| YUV | 42.34 | 106.37 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 25 | 4 | 0 | 0.73 | 0.96 | 0.64 | 14.48 | 0.92 | 0.19 |
| Hex | 5B | 19 | 4 | 0 | 49 | 60 | 40 | E | 5C | 13 |
| Octal | 133 | 31 | 4 | 0 | 111 | 140 | 100 | 16 | 134 | 23 |
| Binary | 1011011 | 11001 | 100 | 0 | 1001001 | 1100000 | 1000000 | 1110 | 1011100 | 10011 |
Color Harmonies of #5B1904
Complementary color
Monochromatic Colors of #5B1904
Black with #5B1904
Text Example
Text Example
White with #5B1904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1904; }
p { color: rgb(91,25,4); }
H1.HeaderClassName
{
color: #5B1904;
}
.AnyTagClassName
{
color: #5B1904;
}
</style>
background-color css
<style>
a { background-color: #5B1904; }
a { background-color: rgb(91,25,4); }
div.DivClassName
{
background-color: #5B1904;
}
.BgClassName
{
background-color: #5B1904;
}
</style>
border-color css
<style>
span { border-color: #5B1904; }
span { border-color: rgb(91,25,4); }
td.TdClassName
{
border-color: #5B1904;
}
.TagClassName
{
border-color: #5B1904;
}
</style>