Shades of Red Oxide #5B120A
Tints of Red Oxide #5B120A
RGB
CMYK
RGB Variations
Color information
#5B120A (or 0x5B120A) is known color: Red Oxide. HEX triplet: 5B, 12 and 0A. RGB value is (91,18,10). Sum of RGB (Red+Green+Blue) = 91+18+10=119 (15% of max value = 765). Red value is 91 (35.94% from 255 or 76.47% from 119); Green value is 18 (7.42% from 255 or 15.13% from 119); Blue value is 10 (4.30% from 255 or 8.40% from 119); Max value from RGB is 91 - color contains mainly: red. Hex color #5B120A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B120A is #A4EDF5. Grayscale: #272727. Windows color (decimal): -10808822 or 660059. OLE color: 660059.
HSL color Cylindrical-coordinate representation of color #5B120A: hue angle of 5.93º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5B120A is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 18 | 10 | - |
| CMYK | 0 | 0.80 | 0.89 | 0.64 |
| HSL | 5.93º | 0.8% | 0.2% | - |
| HSV(B) | 5.93º | 0.89% | 0.36% | - |
| XYZ | 4.59 | 2.68 | 0.56 | - |
| YUV | 38.92 | 111.68 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 18 | 10 | 0 | 0.80 | 0.89 | 0.64 | 5.93 | 0.8 | 0.2 |
| Hex | 5B | 12 | A | 0 | 50 | 59 | 40 | 6 | 50 | 14 |
| Octal | 133 | 22 | 12 | 0 | 120 | 131 | 100 | 6 | 120 | 24 |
| Binary | 1011011 | 10010 | 1010 | 0 | 1010000 | 1011001 | 1000000 | 110 | 1010000 | 10100 |
Color Harmonies of #5B120A
Complementary color
Monochromatic Colors of #5B120A
Black with #5B120A
Text Example
Text Example
White with #5B120A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B120A; }
p { color: rgb(91,18,10); }
H1.HeaderClassName
{
color: #5B120A;
}
.AnyTagClassName
{
color: #5B120A;
}
</style>
background-color css
<style>
a { background-color: #5B120A; }
a { background-color: rgb(91,18,10); }
div.DivClassName
{
background-color: #5B120A;
}
.BgClassName
{
background-color: #5B120A;
}
</style>
border-color css
<style>
span { border-color: #5B120A; }
span { border-color: rgb(91,18,10); }
td.TdClassName
{
border-color: #5B120A;
}
.TagClassName
{
border-color: #5B120A;
}
</style>