#4E020F

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

Shades of Rustic Red #4E020F

Tints of Rustic Red #4E020F

Color information

#4E020F (or 0x4E020F) is unknown color: approx Rustic Red. HEX triplet: 4E, 02 and 0F. RGB value is (78,2,15). Sum of RGB (Red+Green+Blue) = 78+2+15=95 (12% of max value = 765). Red value is 78 (30.86% from 255 or 82.11% from 95); Green value is 2 (1.17% from 255 or 2.11% from 95); Blue value is 15 (6.25% from 255 or 15.79% from 95); Max value from RGB is 78 - color contains mainly: red. Hex color #4E020F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E020F is #B1FDF0. Grayscale: #1A1A1A. Windows color (decimal): -11664881 or 983630. OLE color: 983630.

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

Color convert

RGB78215-
CMYK00.970.810.69
HSL349.74º95%15.69%-
HSV(B)349.74º97.44%30.59%-
XYZ3.251.70.61-
YUV26.21121.68164.94-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 82.11%
GREEN value IS 2 (1.17% from 255) = 2.11%
BLUE value IS 15 (6.25% from 255) = 15.79%
R=82.11%
G=2.11%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.81
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7821500.970.810.69349.749515.69
Hex4E2F061514515e5f10
Octal116217014112110553613720
Binary10011101011110110000110100011000101101011110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E020F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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