Shades of Red Oxide #5B1912
Tints of Red Oxide #5B1912
RGB
CMYK
RGB Variations
Color information
#5B1912 (or 0x5B1912) is known color: Red Oxide. HEX triplet: 5B, 19 and 12. RGB value is (91,25,18). Sum of RGB (Red+Green+Blue) = 91+25+18=134 (17% of max value = 765). Red value is 91 (35.94% from 255 or 67.91% from 134); Green value is 25 (10.16% from 255 or 18.66% from 134); Blue value is 18 (7.42% from 255 or 13.43% from 134); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1912 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B1912 is #A4E6ED. Grayscale: #2C2C2C. Windows color (decimal): -10807022 or 1186139. OLE color: 1186139.
HSL color Cylindrical-coordinate representation of color #5B1912: hue angle of 5.75º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5B1912 is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 25 | 18 | - |
| CMYK | 0 | 0.73 | 0.80 | 0.64 |
| HSL | 5.75º | 0.67% | 0.21% | - |
| HSV(B) | 5.75º | 0.8% | 0.36% | - |
| XYZ | 4.77 | 2.96 | 0.89 | - |
| YUV | 43.94 | 113.37 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 25 | 18 | 0 | 0.73 | 0.80 | 0.64 | 5.75 | 0.67 | 0.21 |
| Hex | 5B | 19 | 12 | 0 | 49 | 50 | 40 | 6 | 43 | 15 |
| Octal | 133 | 31 | 22 | 0 | 111 | 120 | 100 | 6 | 103 | 25 |
| Binary | 1011011 | 11001 | 10010 | 0 | 1001001 | 1010000 | 1000000 | 110 | 1000011 | 10101 |
Color Harmonies of #5B1912
Complementary color
Monochromatic Colors of #5B1912
Black with #5B1912
Text Example
Text Example
White with #5B1912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1912; }
p { color: rgb(91,25,18); }
H1.HeaderClassName
{
color: #5B1912;
}
.AnyTagClassName
{
color: #5B1912;
}
</style>
background-color css
<style>
a { background-color: #5B1912; }
a { background-color: rgb(91,25,18); }
div.DivClassName
{
background-color: #5B1912;
}
.BgClassName
{
background-color: #5B1912;
}
</style>
border-color css
<style>
span { border-color: #5B1912; }
span { border-color: rgb(91,25,18); }
td.TdClassName
{
border-color: #5B1912;
}
.TagClassName
{
border-color: #5B1912;
}
</style>