Shades of Red Oxide #5B1208
Tints of Red Oxide #5B1208
RGB
CMYK
RGB Variations
Color information
#5B1208 (or 0x5B1208) is known color: Red Oxide. HEX triplet: 5B, 12 and 08. RGB value is (91,18,8). Sum of RGB (Red+Green+Blue) = 91+18+8=117 (15% of max value = 765). Red value is 91 (35.94% from 255 or 77.78% from 117); Green value is 18 (7.42% from 255 or 15.38% from 117); Blue value is 8 (3.52% from 255 or 6.84% from 117); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1208 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B1208 is #A4EDF7. Grayscale: #262626. Windows color (decimal): -10808824 or 528987. OLE color: 528987.
HSL color Cylindrical-coordinate representation of color #5B1208: hue angle of 7.23º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5B1208 is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 18 | 8 | - |
| CMYK | 0 | 0.80 | 0.91 | 0.64 |
| HSL | 7.23º | 0.84% | 0.19% | - |
| HSV(B) | 7.23º | 0.91% | 0.36% | - |
| XYZ | 4.57 | 2.67 | 0.5 | - |
| YUV | 38.69 | 110.68 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 18 | 8 | 0 | 0.80 | 0.91 | 0.64 | 7.23 | 0.84 | 0.19 |
| Hex | 5B | 12 | 8 | 0 | 50 | 5B | 40 | 7 | 54 | 13 |
| Octal | 133 | 22 | 10 | 0 | 120 | 133 | 100 | 7 | 124 | 23 |
| Binary | 1011011 | 10010 | 1000 | 0 | 1010000 | 1011011 | 1000000 | 111 | 1010100 | 10011 |
Color Harmonies of #5B1208
Complementary color
Monochromatic Colors of #5B1208
Black with #5B1208
Text Example
Text Example
White with #5B1208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1208; }
p { color: rgb(91,18,8); }
H1.HeaderClassName
{
color: #5B1208;
}
.AnyTagClassName
{
color: #5B1208;
}
</style>
background-color css
<style>
a { background-color: #5B1208; }
a { background-color: rgb(91,18,8); }
div.DivClassName
{
background-color: #5B1208;
}
.BgClassName
{
background-color: #5B1208;
}
</style>
border-color css
<style>
span { border-color: #5B1208; }
span { border-color: rgb(91,18,8); }
td.TdClassName
{
border-color: #5B1208;
}
.TagClassName
{
border-color: #5B1208;
}
</style>