#4E160C

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

Shades of Red Oxide #4E160C

Tints of Red Oxide #4E160C

Color information

#4E160C (or 0x4E160C) is unknown color: approx Red Oxide. HEX triplet: 4E, 16 and 0C. RGB value is (78,22,12). Sum of RGB (Red+Green+Blue) = 78+22+12=112 (14% of max value = 765). Red value is 78 (30.86% from 255 or 69.64% from 112); Green value is 22 (8.98% from 255 or 19.64% from 112); Blue value is 12 (5.08% from 255 or 10.71% from 112); Max value from RGB is 78 - color contains mainly: red. Hex color #4E160C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E160C is #B1E9F3. Grayscale: #252525. Windows color (decimal): -11659764 or 792142. OLE color: 792142.

HSL color Cylindrical-coordinate representation of color #4E160C: hue angle of 9.09º 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 #4E160C is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.69.

Color convert

RGB782212-
CMYK00.720.850.69
HSL9.09º73.33%17.65%-
HSV(B)9.09º84.62%30.59%-
XYZ3.52.220.59-
YUV37.6113.55156.81-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 69.64%
GREEN value IS 22 (8.98% from 255) = 19.64%
BLUE value IS 12 (5.08% from 255) = 10.71%
R=69.64%
G=19.64%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.85
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78221200.720.850.699.0973.3317.65
Hex4E16C048554594912
Octal116261401101251051111122
Binary100111010110110001001000101010110001011001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E160C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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