Shades of Red Oxide #5B1204
Tints of Red Oxide #5B1204
RGB
CMYK
RGB Variations
Color information
#5B1204 (or 0x5B1204) is known color: Red Oxide. HEX triplet: 5B, 12 and 04. RGB value is (91,18,4). Sum of RGB (Red+Green+Blue) = 91+18+4=113 (14% of max value = 765). Red value is 91 (35.94% from 255 or 80.53% from 113); Green value is 18 (7.42% from 255 or 15.93% from 113); Blue value is 4 (1.95% from 255 or 3.54% from 113); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1204 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B1204 is #A4EDFB. Grayscale: #262626. Windows color (decimal): -10808828 or 266843. OLE color: 266843.
HSL color Cylindrical-coordinate representation of color #5B1204: hue angle of 9.66º 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 #5B1204 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 18 | 4 | - |
| CMYK | 0 | 0.80 | 0.96 | 0.64 |
| HSL | 9.66º | 0.92% | 0.19% | - |
| HSV(B) | 9.66º | 0.96% | 0.36% | - |
| XYZ | 4.55 | 2.67 | 0.39 | - |
| YUV | 38.23 | 108.68 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 18 | 4 | 0 | 0.80 | 0.96 | 0.64 | 9.66 | 0.92 | 0.19 |
| Hex | 5B | 12 | 4 | 0 | 50 | 60 | 40 | A | 5C | 13 |
| Octal | 133 | 22 | 4 | 0 | 120 | 140 | 100 | 12 | 134 | 23 |
| Binary | 1011011 | 10010 | 100 | 0 | 1010000 | 1100000 | 1000000 | 1010 | 1011100 | 10011 |
Color Harmonies of #5B1204
Complementary color
Monochromatic Colors of #5B1204
Black with #5B1204
Text Example
Text Example
White with #5B1204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1204; }
p { color: rgb(91,18,4); }
H1.HeaderClassName
{
color: #5B1204;
}
.AnyTagClassName
{
color: #5B1204;
}
</style>
background-color css
<style>
a { background-color: #5B1204; }
a { background-color: rgb(91,18,4); }
div.DivClassName
{
background-color: #5B1204;
}
.BgClassName
{
background-color: #5B1204;
}
</style>
border-color css
<style>
span { border-color: #5B1204; }
span { border-color: rgb(91,18,4); }
td.TdClassName
{
border-color: #5B1204;
}
.TagClassName
{
border-color: #5B1204;
}
</style>