Shades of Red Oxide #5A140C
Tints of Red Oxide #5A140C
RGB
CMYK
RGB Variations
Color information
#5A140C (or 0x5A140C) is known color: Red Oxide. HEX triplet: 5A, 14 and 0C. RGB value is (90,20,12). Sum of RGB (Red+Green+Blue) = 90+20+12=122 (16% of max value = 765). Red value is 90 (35.55% from 255 or 73.77% from 122); Green value is 20 (8.20% from 255 or 16.39% from 122); Blue value is 12 (5.08% from 255 or 9.84% from 122); Max value from RGB is 90 - color contains mainly: red. Hex color #5A140C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A140C is #A5EBF3. Grayscale: #282828. Windows color (decimal): -10873844 or 791642. OLE color: 791642.
HSL color Cylindrical-coordinate representation of color #5A140C: hue angle of 6.15º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5A140C is Cyan = 0, Magento = 0.78, Yellow = 0.87 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 20 | 12 | - |
| CMYK | 0 | 0.78 | 0.87 | 0.65 |
| HSL | 6.15º | 0.76% | 0.2% | - |
| HSV(B) | 6.15º | 0.87% | 0.35% | - |
| XYZ | 4.53 | 2.7 | 0.63 | - |
| YUV | 40.02 | 112.19 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 20 | 12 | 0 | 0.78 | 0.87 | 0.65 | 6.15 | 0.76 | 0.2 |
| Hex | 5A | 14 | C | 0 | 4E | 57 | 41 | 6 | 4C | 14 |
| Octal | 132 | 24 | 14 | 0 | 116 | 127 | 101 | 6 | 114 | 24 |
| Binary | 1011010 | 10100 | 1100 | 0 | 1001110 | 1010111 | 1000001 | 110 | 1001100 | 10100 |
Color Harmonies of #5A140C
Complementary color
Monochromatic Colors of #5A140C
Black with #5A140C
Text Example
Text Example
White with #5A140C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A140C; }
p { color: rgb(90,20,12); }
H1.HeaderClassName
{
color: #5A140C;
}
.AnyTagClassName
{
color: #5A140C;
}
</style>
background-color css
<style>
a { background-color: #5A140C; }
a { background-color: rgb(90,20,12); }
div.DivClassName
{
background-color: #5A140C;
}
.BgClassName
{
background-color: #5A140C;
}
</style>
border-color css
<style>
span { border-color: #5A140C; }
span { border-color: rgb(90,20,12); }
td.TdClassName
{
border-color: #5A140C;
}
.TagClassName
{
border-color: #5A140C;
}
</style>