Shades of Red Oxide #4E1C18
Tints of Red Oxide #4E1C18
RGB
CMYK
RGB Variations
Color information
#4E1C18 (or 0x4E1C18) is known color: Red Oxide. HEX triplet: 4E, 1C and 18. RGB value is (78,28,24). Sum of RGB (Red+Green+Blue) = 78+28+24=130 (17% of max value = 765). Red value is 78 (30.86% from 255 or 60% from 130); Green value is 28 (11.33% from 255 or 21.54% from 130); Blue value is 24 (9.77% from 255 or 18.46% from 130); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1C18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E1C18 is #B1E3E7. Grayscale: #2A2A2A. Windows color (decimal): -11658216 or 1580110. OLE color: 1580110.
HSL color Cylindrical-coordinate representation of color #4E1C18: hue angle of 4.44º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E1C18 is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 28 | 24 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.69 |
| HSL | 4.44º | 0.53% | 0.2% | - |
| HSV(B) | 4.44º | 0.69% | 0.31% | - |
| XYZ | 3.72 | 2.52 | 1.15 | - |
| YUV | 42.49 | 117.57 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 28 | 24 | 0 | 0.64 | 0.69 | 0.69 | 4.44 | 0.53 | 0.2 |
| Hex | 4E | 1C | 18 | 0 | 40 | 45 | 45 | 4 | 35 | 14 |
| Octal | 116 | 34 | 30 | 0 | 100 | 105 | 105 | 4 | 65 | 24 |
| Binary | 1001110 | 11100 | 11000 | 0 | 1000000 | 1000101 | 1000101 | 100 | 110101 | 10100 |
Color Harmonies of #4E1C18
Complementary color
Monochromatic Colors of #4E1C18
Black with #4E1C18
Text Example
Text Example
White with #4E1C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1C18; }
p { color: rgb(78,28,24); }
H1.HeaderClassName
{
color: #4E1C18;
}
.AnyTagClassName
{
color: #4E1C18;
}
</style>
background-color css
<style>
a { background-color: #4E1C18; }
a { background-color: rgb(78,28,24); }
div.DivClassName
{
background-color: #4E1C18;
}
.BgClassName
{
background-color: #4E1C18;
}
</style>
border-color css
<style>
span { border-color: #4E1C18; }
span { border-color: rgb(78,28,24); }
td.TdClassName
{
border-color: #4E1C18;
}
.TagClassName
{
border-color: #4E1C18;
}
</style>