#4E040D

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

Shades of Rustic Red #4E040D

Tints of Rustic Red #4E040D

Color information

#4E040D (or 0x4E040D) is unknown color: approx Rustic Red. HEX triplet: 4E, 04 and 0D. RGB value is (78,4,13). Sum of RGB (Red+Green+Blue) = 78+4+13=95 (12% of max value = 765). Red value is 78 (30.86% from 255 or 82.11% from 95); Green value is 4 (1.95% from 255 or 4.21% from 95); Blue value is 13 (5.47% from 255 or 13.68% from 95); Max value from RGB is 78 - color contains mainly: red. Hex color #4E040D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E040D is #B1FBF2. Grayscale: #1B1B1B. Windows color (decimal): -11664371 or 853070. OLE color: 853070.

HSL color Cylindrical-coordinate representation of color #4E040D: hue angle of 352.7º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4E040D is Cyan = 0, Magento = 0.95, Yellow = 0.83 and Black (K on CMYK) = 0.69.

Color convert

RGB78413-
CMYK00.950.830.69
HSL352.7º90.24%16.08%-
HSV(B)352.7º94.87%30.59%-
XYZ3.261.740.54-
YUV27.15120.02164.27-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 82.11%
GREEN value IS 4 (1.95% from 255) = 4.21%
BLUE value IS 13 (5.47% from 255) = 13.68%
R=82.11%
G=4.21%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.83
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7841300.950.830.69352.790.2416.08
Hex4E4D05F53451615a10
Octal116415013712310554113220
Binary100111010011010101111110100111000101101100001101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E040D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,4,13); }

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

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

 a { background-color: rgb(78,4,13); }

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

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

 span { border-color: rgb(78,4,13); }

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