Shades of Red Oxide #4E180E
Tints of Red Oxide #4E180E
RGB
CMYK
RGB Variations
Color information
#4E180E (or 0x4E180E) is known color: Red Oxide. HEX triplet: 4E, 18 and 0E. RGB value is (78,24,14). Sum of RGB (Red+Green+Blue) = 78+24+14=116 (15% of max value = 765). Red value is 78 (30.86% from 255 or 67.24% from 116); Green value is 24 (9.77% from 255 or 20.69% from 116); Blue value is 14 (5.86% from 255 or 12.07% from 116); Max value from RGB is 78 - color contains mainly: red. Hex color #4E180E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E180E is #B1E7F1. Grayscale: #272727. Windows color (decimal): -11659250 or 923726. OLE color: 923726.
HSL color Cylindrical-coordinate representation of color #4E180E: hue angle of 9.38º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4E180E is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 24 | 14 | - |
| CMYK | 0 | 0.69 | 0.82 | 0.69 |
| HSL | 9.38º | 0.7% | 0.18% | - |
| HSV(B) | 9.38º | 0.82% | 0.31% | - |
| XYZ | 3.55 | 2.3 | 0.67 | - |
| YUV | 39.01 | 113.89 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 24 | 14 | 0 | 0.69 | 0.82 | 0.69 | 9.38 | 0.7 | 0.18 |
| Hex | 4E | 18 | E | 0 | 45 | 52 | 45 | 9 | 46 | 12 |
| Octal | 116 | 30 | 16 | 0 | 105 | 122 | 105 | 11 | 106 | 22 |
| Binary | 1001110 | 11000 | 1110 | 0 | 1000101 | 1010010 | 1000101 | 1001 | 1000110 | 10010 |
Color Harmonies of #4E180E
Complementary color
Monochromatic Colors of #4E180E
Black with #4E180E
Text Example
Text Example
White with #4E180E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E180E; }
p { color: rgb(78,24,14); }
H1.HeaderClassName
{
color: #4E180E;
}
.AnyTagClassName
{
color: #4E180E;
}
</style>
background-color css
<style>
a { background-color: #4E180E; }
a { background-color: rgb(78,24,14); }
div.DivClassName
{
background-color: #4E180E;
}
.BgClassName
{
background-color: #4E180E;
}
</style>
border-color css
<style>
span { border-color: #4E180E; }
span { border-color: rgb(78,24,14); }
td.TdClassName
{
border-color: #4E180E;
}
.TagClassName
{
border-color: #4E180E;
}
</style>