#4E0E0F

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

Shades of Rustic Red #4E0E0F

Tints of Rustic Red #4E0E0F

Color information

#4E0E0F (or 0x4E0E0F) is unknown color: approx Rustic Red. HEX triplet: 4E, 0E and 0F. RGB value is (78,14,15). Sum of RGB (Red+Green+Blue) = 78+14+15=107 (14% of max value = 765). Red value is 78 (30.86% from 255 or 72.90% from 107); Green value is 14 (5.86% from 255 or 13.08% from 107); Blue value is 15 (6.25% from 255 or 14.02% from 107); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0E0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0E0F is #B1F1F0. Grayscale: #212121. Windows color (decimal): -11661809 or 986702. OLE color: 986702.

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

Color convert

RGB781415-
CMYK00.820.810.69
HSL359.06º69.57%18.04%-
HSV(B)359.06º82.05%30.59%-
XYZ3.391.970.65-
YUV33.25117.7159.92-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 72.90%
GREEN value IS 14 (5.86% from 255) = 13.08%
BLUE value IS 15 (6.25% from 255) = 14.02%
R=72.90%
G=13.08%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.81
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78141500.820.810.69359.0669.5718.04
Hex4EEF05251451674612
Octal1161617012212110554710622
Binary1001110111011110101001010100011000101101100111100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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