Html Css Color HEX #4E050E Rustic Red

📋 copy color: '#4E050E'

red 78 ◦ green 5 ◦ blue 14

#4E050E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #4E050E

Tints of Rustic Red #4E050E

RGB

 RED value IS 78 (30.86% from 255) = 80.41%

 GREEN value IS 5 (2.34% from 255) = 5.15%

 BLUE value IS 14 (5.86% from 255) = 14.43%

R = 80.41%
G = 5.15%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.82

 K value IS 0.69

RGB Variations

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

Color information

#4E050E (or 0x4E050E) is known color: Rustic Red. HEX triplet: 4E, 05 and 0E. RGB value is (78,5,14). Sum of RGB (Red+Green+Blue) = 78+5+14=97 (12% of max value = 765). Red value is 78 (30.86% from 255 or 80.41% from 97); Green value is 5 (2.34% from 255 or 5.15% from 97); Blue value is 14 (5.86% from 255 or 14.43% from 97); Max value from RGB is 78 - color contains mainly: red. Hex color #4E050E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E050E is #B1FAF1. Grayscale: #1B1B1B. Windows color (decimal): -11664114 or 918862. OLE color: 918862.

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

Color convert

RGB 78 5 14 -
CMYK 0 0.94 0.82 0.69
HSL 352.6º 0.88% 0.16% -
HSV(B) 352.6º 0.94% 0.31% -
XYZ 3.28 1.76 0.58 -
YUV 27.85 120.18 163.77 -
System Red Green Blue C M Y K H S L
Decimal 78 5 14 0 0.94 0.82 0.69 352.6 0.88 0.16
Hex 4E 5 E 0 5E 52 45 161 58 10
Octal 116 5 16 0 136 122 105 541 130 20
Binary 1001110 101 1110 0 1011110 1010010 1000101 101100001 1011000 10000

Color Harmonies of #4E050E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E050E

Black with #4E050E

Text Example


Text Example

White with #4E050E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4E050E;
 }
 .AnyTagClassName
 {
   color: #4E050E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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