#4E1012

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

Shades of Rustic Red #4E1012

Tints of Rustic Red #4E1012

Color information

#4E1012 (or 0x4E1012) is unknown color: approx Rustic Red. HEX triplet: 4E, 10 and 12. RGB value is (78,16,18). Sum of RGB (Red+Green+Blue) = 78+16+18=112 (14% of max value = 765). Red value is 78 (30.86% from 255 or 69.64% from 112); Green value is 16 (6.64% from 255 or 14.29% from 112); Blue value is 18 (7.42% from 255 or 16.07% from 112); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1012 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1012 is #B1EFED. Grayscale: #222222. Windows color (decimal): -11661294 or 1183822. OLE color: 1183822.

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

Color convert

RGB781618-
CMYK00.790.770.69
HSL358.06º65.96%18.43%-
HSV(B)358.06º79.49%30.59%-
XYZ3.442.030.78-
YUV34.77118.54158.84-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 69.64%
GREEN value IS 16 (6.64% from 255) = 14.29%
BLUE value IS 18 (7.42% from 255) = 16.07%
R=69.64%
G=14.29%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.77
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78161800.790.770.69358.0665.9618.43
Hex4E101204F4D451664212
Octal1162022011711510554610222
Binary100111010000100100100111110011011000101101100110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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