Shades of Red Oxide #5B130A
Tints of Red Oxide #5B130A
RGB
CMYK
RGB Variations
Color information
#5B130A (or 0x5B130A) is known color: Red Oxide. HEX triplet: 5B, 13 and 0A. RGB value is (91,19,10). Sum of RGB (Red+Green+Blue) = 91+19+10=120 (15% of max value = 765). Red value is 91 (35.94% from 255 or 75.83% from 120); Green value is 19 (7.81% from 255 or 15.83% from 120); Blue value is 10 (4.30% from 255 or 8.33% from 120); Max value from RGB is 91 - color contains mainly: red. Hex color #5B130A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B130A is #A4ECF5. Grayscale: #272727. Windows color (decimal): -10808566 or 660315. OLE color: 660315.
HSL color Cylindrical-coordinate representation of color #5B130A: hue angle of 6.67º 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 #5B130A is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 19 | 10 | - |
| CMYK | 0 | 0.79 | 0.89 | 0.64 |
| HSL | 6.67º | 0.8% | 0.2% | - |
| HSV(B) | 6.67º | 0.89% | 0.36% | - |
| XYZ | 4.6 | 2.71 | 0.57 | - |
| YUV | 39.5 | 111.35 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 19 | 10 | 0 | 0.79 | 0.89 | 0.64 | 6.67 | 0.8 | 0.2 |
| Hex | 5B | 13 | A | 0 | 4F | 59 | 40 | 7 | 50 | 14 |
| Octal | 133 | 23 | 12 | 0 | 117 | 131 | 100 | 7 | 120 | 24 |
| Binary | 1011011 | 10011 | 1010 | 0 | 1001111 | 1011001 | 1000000 | 111 | 1010000 | 10100 |
Color Harmonies of #5B130A
Complementary color
Monochromatic Colors of #5B130A
Black with #5B130A
Text Example
Text Example
White with #5B130A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B130A; }
p { color: rgb(91,19,10); }
H1.HeaderClassName
{
color: #5B130A;
}
.AnyTagClassName
{
color: #5B130A;
}
</style>
background-color css
<style>
a { background-color: #5B130A; }
a { background-color: rgb(91,19,10); }
div.DivClassName
{
background-color: #5B130A;
}
.BgClassName
{
background-color: #5B130A;
}
</style>
border-color css
<style>
span { border-color: #5B130A; }
span { border-color: rgb(91,19,10); }
td.TdClassName
{
border-color: #5B130A;
}
.TagClassName
{
border-color: #5B130A;
}
</style>