Shades of Red Oxide #5B0C01
Tints of Red Oxide #5B0C01
RGB
CMYK
RGB Variations
Color information
#5B0C01 (or 0x5B0C01) is known color: Red Oxide. HEX triplet: 5B, 0C and 01. RGB value is (91,12,1). Sum of RGB (Red+Green+Blue) = 91+12+1=104 (13% of max value = 765). Red value is 91 (35.94% from 255 or 87.5% from 104); Green value is 12 (5.08% from 255 or 11.54% from 104); Blue value is 1 (0.78% from 255 or 0.96% from 104); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0C01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B0C01 is #A4F3FE. Grayscale: #222222. Windows color (decimal): -10810367 or 68699. OLE color: 68699.
HSL color Cylindrical-coordinate representation of color #5B0C01: hue angle of 7.33º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5B0C01 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 12 | 1 | - |
| CMYK | 0 | 0.87 | 0.99 | 0.64 |
| HSL | 7.33º | 0.98% | 0.18% | - |
| HSV(B) | 7.33º | 0.99% | 0.36% | - |
| XYZ | 4.45 | 2.49 | 0.27 | - |
| YUV | 34.37 | 109.17 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 12 | 1 | 0 | 0.87 | 0.99 | 0.64 | 7.33 | 0.98 | 0.18 |
| Hex | 5B | C | 1 | 0 | 57 | 63 | 40 | 7 | 62 | 12 |
| Octal | 133 | 14 | 1 | 0 | 127 | 143 | 100 | 7 | 142 | 22 |
| Binary | 1011011 | 1100 | 1 | 0 | 1010111 | 1100011 | 1000000 | 111 | 1100010 | 10010 |
Color Harmonies of #5B0C01
Complementary color
Monochromatic Colors of #5B0C01
Black with #5B0C01
Text Example
Text Example
White with #5B0C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0C01; }
p { color: rgb(91,12,1); }
H1.HeaderClassName
{
color: #5B0C01;
}
.AnyTagClassName
{
color: #5B0C01;
}
</style>
background-color css
<style>
a { background-color: #5B0C01; }
a { background-color: rgb(91,12,1); }
div.DivClassName
{
background-color: #5B0C01;
}
.BgClassName
{
background-color: #5B0C01;
}
</style>
border-color css
<style>
span { border-color: #5B0C01; }
span { border-color: rgb(91,12,1); }
td.TdClassName
{
border-color: #5B0C01;
}
.TagClassName
{
border-color: #5B0C01;
}
</style>