#4E1011

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

Shades of Rustic Red #4E1011

Tints of Rustic Red #4E1011

Color information

#4E1011 (or 0x4E1011) is unknown color: approx Rustic Red. HEX triplet: 4E, 10 and 11. RGB value is (78,16,17). Sum of RGB (Red+Green+Blue) = 78+16+17=111 (14% of max value = 765). Red value is 78 (30.86% from 255 or 70.27% from 111); Green value is 16 (6.64% from 255 or 14.41% from 111); Blue value is 17 (7.03% from 255 or 15.32% from 111); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1011 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1011 is #B1EFEE. Grayscale: #222222. Windows color (decimal): -11661295 or 1118286. OLE color: 1118286.

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

Color convert

RGB781617-
CMYK00.790.780.69
HSL359.03º65.96%18.43%-
HSV(B)359.03º79.49%30.59%-
XYZ3.432.030.74-
YUV34.65118.04158.92-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 70.27%
GREEN value IS 16 (6.64% from 255) = 14.41%
BLUE value IS 17 (7.03% from 255) = 15.32%
R=70.27%
G=14.41%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.78
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78161700.790.780.69359.0365.9618.43
Hex4E101104F4E451674212
Octal1162021011711610554710222
Binary100111010000100010100111110011101000101101100111100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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