Shades of Red Oxide #5A140E
Tints of Red Oxide #5A140E
RGB
CMYK
RGB Variations
Color information
#5A140E (or 0x5A140E) is known color: Red Oxide. HEX triplet: 5A, 14 and 0E. RGB value is (90,20,14). Sum of RGB (Red+Green+Blue) = 90+20+14=124 (16% of max value = 765). Red value is 90 (35.55% from 255 or 72.58% from 124); Green value is 20 (8.20% from 255 or 16.13% from 124); Blue value is 14 (5.86% from 255 or 11.29% from 124); Max value from RGB is 90 - color contains mainly: red. Hex color #5A140E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A140E is #A5EBF1. Grayscale: #282828. Windows color (decimal): -10873842 or 922714. OLE color: 922714.
HSL color Cylindrical-coordinate representation of color #5A140E: hue angle of 4.74º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5A140E is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 20 | 14 | - |
| CMYK | 0 | 0.78 | 0.84 | 0.65 |
| HSL | 4.74º | 0.73% | 0.2% | - |
| HSV(B) | 4.74º | 0.84% | 0.35% | - |
| XYZ | 4.55 | 2.71 | 0.7 | - |
| YUV | 40.25 | 113.19 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 20 | 14 | 0 | 0.78 | 0.84 | 0.65 | 4.74 | 0.73 | 0.2 |
| Hex | 5A | 14 | E | 0 | 4E | 54 | 41 | 5 | 49 | 14 |
| Octal | 132 | 24 | 16 | 0 | 116 | 124 | 101 | 5 | 111 | 24 |
| Binary | 1011010 | 10100 | 1110 | 0 | 1001110 | 1010100 | 1000001 | 101 | 1001001 | 10100 |
Color Harmonies of #5A140E
Complementary color
Monochromatic Colors of #5A140E
Black with #5A140E
Text Example
Text Example
White with #5A140E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A140E; }
p { color: rgb(90,20,14); }
H1.HeaderClassName
{
color: #5A140E;
}
.AnyTagClassName
{
color: #5A140E;
}
</style>
background-color css
<style>
a { background-color: #5A140E; }
a { background-color: rgb(90,20,14); }
div.DivClassName
{
background-color: #5A140E;
}
.BgClassName
{
background-color: #5A140E;
}
</style>
border-color css
<style>
span { border-color: #5A140E; }
span { border-color: rgb(90,20,14); }
td.TdClassName
{
border-color: #5A140E;
}
.TagClassName
{
border-color: #5A140E;
}
</style>