#4E120C

Color #4E120C Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #4E120C

Tints of Red Oxide #4E120C

Color information

#4E120C (or 0x4E120C) is unknown color: approx Red Oxide. HEX triplet: 4E, 12 and 0C. RGB value is (78,18,12). Sum of RGB (Red+Green+Blue) = 78+18+12=108 (14% of max value = 765). Red value is 78 (30.86% from 255 or 72.22% from 108); Green value is 18 (7.42% from 255 or 16.67% from 108); Blue value is 12 (5.08% from 255 or 11.11% from 108); Max value from RGB is 78 - color contains mainly: red. Hex color #4E120C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E120C is #B1EDF3. Grayscale: #232323. Windows color (decimal): -11660788 or 791118. OLE color: 791118.

HSL color Cylindrical-coordinate representation of color #4E120C: hue angle of 5.45º degrees, saturation: 0.73, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4E120C is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.69.

Color convert

RGB781812-
CMYK00.770.850.69
HSL5.45º73.33%17.65%-
HSV(B)5.45º84.62%30.59%-
XYZ3.422.080.57-
YUV35.26114.88158.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 78 (30.86% from 255) = 72.22%
GREEN value IS 18 (7.42% from 255) = 16.67%
BLUE value IS 12 (5.08% from 255) = 11.11%
R=72.22%
G=16.67%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.85
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78181200.770.850.695.4573.3317.65
Hex4E12C04D554554912
Octal11622140115125105511122
Binary10011101001011000100110110101011000101101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E120C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E120C; }

 p { color: rgb(78,18,12); }

 H1.HeaderClassName
 {
   color: #4E120C;
 }
 .AnyTagClassName
 {
   color: #4E120C;
 }
</style>
background-color css

<style>
 a { background-color: #4E120C; }

 a { background-color: rgb(78,18,12); }

 div.DivClassName
 {
   background-color: #4E120C;
 }
 .BgClassName
 {
   background-color: #4E120C;
 }
</style>
border-color css

<style>
 span { border-color: #4E120C; }

 span { border-color: rgb(78,18,12); }

 td.TdClassName
 {
   border-color: #4E120C;
 }
 .TagClassName
 {
   border-color: #4E120C;
 }
</style>