#4E0A0E

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

Shades of Rustic Red #4E0A0E

Tints of Rustic Red #4E0A0E

Color information

#4E0A0E (or 0x4E0A0E) is unknown color: approx Rustic Red. HEX triplet: 4E, 0A and 0E. RGB value is (78,10,14). Sum of RGB (Red+Green+Blue) = 78+10+14=102 (13% of max value = 765). Red value is 78 (30.86% from 255 or 76.47% from 102); Green value is 10 (4.30% from 255 or 9.80% from 102); Blue value is 14 (5.86% from 255 or 13.73% from 102); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0A0E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0A0E is #B1F5F1. Grayscale: #1E1E1E. Windows color (decimal): -11662834 or 920142. OLE color: 920142.

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

Color convert

RGB781014-
CMYK00.870.820.69
HSL356.47º77.27%17.25%-
HSV(B)356.47º87.18%30.59%-
XYZ3.331.870.6-
YUV30.79118.53161.67-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 76.47%
GREEN value IS 10 (4.30% from 255) = 9.80%
BLUE value IS 14 (5.86% from 255) = 13.73%
R=76.47%
G=9.80%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.82
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78101400.870.820.69356.4777.2717.25
Hex4EAE05752451644d11
Octal1161216012712210554411521
Binary1001110101011100101011110100101000101101100100100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,10,14); }

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

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

 a { background-color: rgb(78,10,14); }

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

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

 span { border-color: rgb(78,10,14); }

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