Html Css Color HEX #4E050C Rustic Red

📋 copy color: '#4E050C'

red 78 ◦ green 5 ◦ blue 12

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

Shades of Rustic Red #4E050C

Tints of Rustic Red #4E050C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 12.63%

R = 82.11%
G = 5.26%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.85

 K value IS 0.69

RGB Variations

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

Color information

#4E050C (or 0x4E050C) is known color: Rustic Red. HEX triplet: 4E, 05 and 0C. RGB value is (78,5,12). Sum of RGB (Red+Green+Blue) = 78+5+12=95 (12% of max value = 765). Red value is 78 (30.86% from 255 or 82.11% from 95); Green value is 5 (2.34% from 255 or 5.26% from 95); Blue value is 12 (5.08% from 255 or 12.63% from 95); Max value from RGB is 78 - color contains mainly: red. Hex color #4E050C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E050C is #B1FAF3. Grayscale: #1B1B1B. Windows color (decimal): -11664116 or 787790. OLE color: 787790.

HSL color Cylindrical-coordinate representation of color #4E050C: hue angle of 354.25º 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 #4E050C is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 5 12 -
CMYK 0 0.94 0.85 0.69
HSL 354.25º 0.88% 0.16% -
HSV(B) 354.25º 0.94% 0.31% -
XYZ 3.26 1.75 0.51 -
YUV 27.63 119.18 163.93 -
System Red Green Blue C M Y K H S L
Decimal 78 5 12 0 0.94 0.85 0.69 354.25 0.88 0.16
Hex 4E 5 C 0 5E 55 45 162 58 10
Octal 116 5 14 0 136 125 105 542 130 20
Binary 1001110 101 1100 0 1011110 1010101 1000101 101100010 1011000 10000

Color Harmonies of #4E050C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E050C

Black with #4E050C

Text Example


Text Example

White with #4E050C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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