Shades of Red Oxide #5B1815
Tints of Red Oxide #5B1815
RGB
CMYK
RGB Variations
Color information
#5B1815 (or 0x5B1815) is known color: Red Oxide. HEX triplet: 5B, 18 and 15. RGB value is (91,24,21). Sum of RGB (Red+Green+Blue) = 91+24+21=136 (18% of max value = 765). Red value is 91 (35.94% from 255 or 66.91% from 136); Green value is 24 (9.77% from 255 or 17.65% from 136); Blue value is 21 (8.59% from 255 or 15.44% from 136); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1815 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B1815 is #A4E7EA. Grayscale: #2B2B2B. Windows color (decimal): -10807275 or 1382491. OLE color: 1382491.
HSL color Cylindrical-coordinate representation of color #5B1815: hue angle of 2.57º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5B1815 is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 24 | 21 | - |
| CMYK | 0 | 0.74 | 0.77 | 0.64 |
| HSL | 2.57º | 0.63% | 0.22% | - |
| HSV(B) | 2.57º | 0.77% | 0.36% | - |
| XYZ | 4.78 | 2.93 | 1.02 | - |
| YUV | 43.69 | 115.2 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 24 | 21 | 0 | 0.74 | 0.77 | 0.64 | 2.57 | 0.63 | 0.22 |
| Hex | 5B | 18 | 15 | 0 | 4A | 4D | 40 | 3 | 3E | 16 |
| Octal | 133 | 30 | 25 | 0 | 112 | 115 | 100 | 3 | 76 | 26 |
| Binary | 1011011 | 11000 | 10101 | 0 | 1001010 | 1001101 | 1000000 | 11 | 111110 | 10110 |
Color Harmonies of #5B1815
Complementary color
Monochromatic Colors of #5B1815
Black with #5B1815
Text Example
Text Example
White with #5B1815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1815; }
p { color: rgb(91,24,21); }
H1.HeaderClassName
{
color: #5B1815;
}
.AnyTagClassName
{
color: #5B1815;
}
</style>
background-color css
<style>
a { background-color: #5B1815; }
a { background-color: rgb(91,24,21); }
div.DivClassName
{
background-color: #5B1815;
}
.BgClassName
{
background-color: #5B1815;
}
</style>
border-color css
<style>
span { border-color: #5B1815; }
span { border-color: rgb(91,24,21); }
td.TdClassName
{
border-color: #5B1815;
}
.TagClassName
{
border-color: #5B1815;
}
</style>