#4E120B

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

Shades of Red Oxide #4E120B

Tints of Red Oxide #4E120B

Color information

#4E120B (or 0x4E120B) is unknown color: approx Red Oxide. HEX triplet: 4E, 12 and 0B. RGB value is (78,18,11). Sum of RGB (Red+Green+Blue) = 78+18+11=107 (14% of max value = 765). Red value is 78 (30.86% from 255 or 72.90% from 107); Green value is 18 (7.42% from 255 or 16.82% from 107); Blue value is 11 (4.69% from 255 or 10.28% from 107); Max value from RGB is 78 - color contains mainly: red. Hex color #4E120B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E120B is #B1EDF4. Grayscale: #232323. Windows color (decimal): -11660789 or 725582. OLE color: 725582.

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

Color convert

RGB781811-
CMYK00.770.860.69
HSL6.27º75.28%17.45%-
HSV(B)6.27º85.9%30.59%-
XYZ3.422.080.54-
YUV35.14114.38158.57-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 72.90%
GREEN value IS 18 (7.42% from 255) = 16.82%
BLUE value IS 11 (4.69% from 255) = 10.28%
R=72.90%
G=16.82%
B=10.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.86
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78181100.770.860.696.2775.2817.45
Hex4E12B04D564564b11
Octal11622130115126105611321
Binary10011101001010110100110110101101000101110100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E120B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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