Shades of Red Oxide #5B0802
Tints of Red Oxide #5B0802
RGB
CMYK
RGB Variations
Color information
#5B0802 (or 0x5B0802) is known color: Red Oxide. HEX triplet: 5B, 08 and 02. RGB value is (91,8,2). Sum of RGB (Red+Green+Blue) = 91+8+2=101 (13% of max value = 765). Red value is 91 (35.94% from 255 or 90.10% from 101); Green value is 8 (3.52% from 255 or 7.92% from 101); Blue value is 2 (1.17% from 255 or 1.98% from 101); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0802 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B0802 is #A4F7FD. Grayscale: #202020. Windows color (decimal): -10811390 or 133211. OLE color: 133211.
HSL color Cylindrical-coordinate representation of color #5B0802: hue angle of 4.04º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5B0802 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 8 | 2 | - |
| CMYK | 0 | 0.91 | 0.98 | 0.64 |
| HSL | 4.04º | 0.96% | 0.18% | - |
| HSV(B) | 4.04º | 0.98% | 0.36% | - |
| XYZ | 4.41 | 2.4 | 0.29 | - |
| YUV | 32.13 | 111 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 8 | 2 | 0 | 0.91 | 0.98 | 0.64 | 4.04 | 0.96 | 0.18 |
| Hex | 5B | 8 | 2 | 0 | 5B | 62 | 40 | 4 | 60 | 12 |
| Octal | 133 | 10 | 2 | 0 | 133 | 142 | 100 | 4 | 140 | 22 |
| Binary | 1011011 | 1000 | 10 | 0 | 1011011 | 1100010 | 1000000 | 100 | 1100000 | 10010 |
Color Harmonies of #5B0802
Complementary color
Monochromatic Colors of #5B0802
Black with #5B0802
Text Example
Text Example
White with #5B0802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0802; }
p { color: rgb(91,8,2); }
H1.HeaderClassName
{
color: #5B0802;
}
.AnyTagClassName
{
color: #5B0802;
}
</style>
background-color css
<style>
a { background-color: #5B0802; }
a { background-color: rgb(91,8,2); }
div.DivClassName
{
background-color: #5B0802;
}
.BgClassName
{
background-color: #5B0802;
}
</style>
border-color css
<style>
span { border-color: #5B0802; }
span { border-color: rgb(91,8,2); }
td.TdClassName
{
border-color: #5B0802;
}
.TagClassName
{
border-color: #5B0802;
}
</style>