Shades of Red Oxide #5B0C09
Tints of Red Oxide #5B0C09
RGB
CMYK
RGB Variations
Color information
#5B0C09 (or 0x5B0C09) is known color: Red Oxide. HEX triplet: 5B, 0C and 09. RGB value is (91,12,9). Sum of RGB (Red+Green+Blue) = 91+12+9=112 (14% of max value = 765). Red value is 91 (35.94% from 255 or 81.25% from 112); Green value is 12 (5.08% from 255 or 10.71% from 112); Blue value is 9 (3.91% from 255 or 8.04% from 112); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0C09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B0C09 is #A4F3F6. Grayscale: #232323. Windows color (decimal): -10810359 or 592987. OLE color: 592987.
HSL color Cylindrical-coordinate representation of color #5B0C09: hue angle of 2.2º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5B0C09 is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 12 | 9 | - |
| CMYK | 0 | 0.87 | 0.90 | 0.64 |
| HSL | 2.2º | 0.82% | 0.2% | - |
| HSV(B) | 2.2º | 0.9% | 0.36% | - |
| XYZ | 4.5 | 2.51 | 0.51 | - |
| YUV | 35.28 | 113.17 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 12 | 9 | 0 | 0.87 | 0.90 | 0.64 | 2.2 | 0.82 | 0.2 |
| Hex | 5B | C | 9 | 0 | 57 | 5A | 40 | 2 | 52 | 14 |
| Octal | 133 | 14 | 11 | 0 | 127 | 132 | 100 | 2 | 122 | 24 |
| Binary | 1011011 | 1100 | 1001 | 0 | 1010111 | 1011010 | 1000000 | 10 | 1010010 | 10100 |
Color Harmonies of #5B0C09
Complementary color
Monochromatic Colors of #5B0C09
Black with #5B0C09
Text Example
Text Example
White with #5B0C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0C09; }
p { color: rgb(91,12,9); }
H1.HeaderClassName
{
color: #5B0C09;
}
.AnyTagClassName
{
color: #5B0C09;
}
</style>
background-color css
<style>
a { background-color: #5B0C09; }
a { background-color: rgb(91,12,9); }
div.DivClassName
{
background-color: #5B0C09;
}
.BgClassName
{
background-color: #5B0C09;
}
</style>
border-color css
<style>
span { border-color: #5B0C09; }
span { border-color: rgb(91,12,9); }
td.TdClassName
{
border-color: #5B0C09;
}
.TagClassName
{
border-color: #5B0C09;
}
</style>