Shades of Red Oxide #5B150D
Tints of Red Oxide #5B150D
RGB
CMYK
RGB Variations
Color information
#5B150D (or 0x5B150D) is known color: Red Oxide. HEX triplet: 5B, 15 and 0D. RGB value is (91,21,13). Sum of RGB (Red+Green+Blue) = 91+21+13=125 (16% of max value = 765). Red value is 91 (35.94% from 255 or 72.8% from 125); Green value is 21 (8.59% from 255 or 16.8% from 125); Blue value is 13 (5.47% from 255 or 10.4% from 125); Max value from RGB is 91 - color contains mainly: red. Hex color #5B150D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B150D is #A4EAF2. Grayscale: #292929. Windows color (decimal): -10808051 or 857435. OLE color: 857435.
HSL color Cylindrical-coordinate representation of color #5B150D: hue angle of 6.15º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5B150D is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 21 | 13 | - |
| CMYK | 0 | 0.77 | 0.86 | 0.64 |
| HSL | 6.15º | 0.75% | 0.2% | - |
| HSV(B) | 6.15º | 0.86% | 0.36% | - |
| XYZ | 4.66 | 2.79 | 0.67 | - |
| YUV | 41.02 | 112.19 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 21 | 13 | 0 | 0.77 | 0.86 | 0.64 | 6.15 | 0.75 | 0.2 |
| Hex | 5B | 15 | D | 0 | 4D | 56 | 40 | 6 | 4B | 14 |
| Octal | 133 | 25 | 15 | 0 | 115 | 126 | 100 | 6 | 113 | 24 |
| Binary | 1011011 | 10101 | 1101 | 0 | 1001101 | 1010110 | 1000000 | 110 | 1001011 | 10100 |
Color Harmonies of #5B150D
Complementary color
Monochromatic Colors of #5B150D
Black with #5B150D
Text Example
Text Example
White with #5B150D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B150D; }
p { color: rgb(91,21,13); }
H1.HeaderClassName
{
color: #5B150D;
}
.AnyTagClassName
{
color: #5B150D;
}
</style>
background-color css
<style>
a { background-color: #5B150D; }
a { background-color: rgb(91,21,13); }
div.DivClassName
{
background-color: #5B150D;
}
.BgClassName
{
background-color: #5B150D;
}
</style>
border-color css
<style>
span { border-color: #5B150D; }
span { border-color: rgb(91,21,13); }
td.TdClassName
{
border-color: #5B150D;
}
.TagClassName
{
border-color: #5B150D;
}
</style>