Shades of Red Oxide #5B0A09
Tints of Red Oxide #5B0A09
RGB
CMYK
RGB Variations
Color information
#5B0A09 (or 0x5B0A09) is known color: Red Oxide. HEX triplet: 5B, 0A and 09. RGB value is (91,10,9). Sum of RGB (Red+Green+Blue) = 91+10+9=110 (14% of max value = 765). Red value is 91 (35.94% from 255 or 82.73% from 110); Green value is 10 (4.30% from 255 or 9.09% from 110); Blue value is 9 (3.91% from 255 or 8.18% from 110); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0A09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B0A09 is #A4F5F6. Grayscale: #222222. Windows color (decimal): -10810871 or 592475. OLE color: 592475.
HSL color Cylindrical-coordinate representation of color #5B0A09: hue angle of 0.73º 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 #5B0A09 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 10 | 9 | - |
| CMYK | 0 | 0.89 | 0.90 | 0.64 |
| HSL | 0.73º | 0.82% | 0.2% | - |
| HSV(B) | 0.73º | 0.9% | 0.36% | - |
| XYZ | 4.47 | 2.46 | 0.5 | - |
| YUV | 34.11 | 113.84 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 10 | 9 | 0 | 0.89 | 0.90 | 0.64 | 0.73 | 0.82 | 0.2 |
| Hex | 5B | A | 9 | 0 | 59 | 5A | 40 | 1 | 52 | 14 |
| Octal | 133 | 12 | 11 | 0 | 131 | 132 | 100 | 1 | 122 | 24 |
| Binary | 1011011 | 1010 | 1001 | 0 | 1011001 | 1011010 | 1000000 | 1 | 1010010 | 10100 |
Color Harmonies of #5B0A09
Complementary color
Monochromatic Colors of #5B0A09
Black with #5B0A09
Text Example
Text Example
White with #5B0A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0A09; }
p { color: rgb(91,10,9); }
H1.HeaderClassName
{
color: #5B0A09;
}
.AnyTagClassName
{
color: #5B0A09;
}
</style>
background-color css
<style>
a { background-color: #5B0A09; }
a { background-color: rgb(91,10,9); }
div.DivClassName
{
background-color: #5B0A09;
}
.BgClassName
{
background-color: #5B0A09;
}
</style>
border-color css
<style>
span { border-color: #5B0A09; }
span { border-color: rgb(91,10,9); }
td.TdClassName
{
border-color: #5B0A09;
}
.TagClassName
{
border-color: #5B0A09;
}
</style>