Html Css Color HEX #4E1011 Rustic Red

📋 copy color: '#4E1011'

red 78 ◦ green 16 ◦ blue 17

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

Shades of Rustic Red #4E1011

Tints of Rustic Red #4E1011

RGB

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

 GREEN value IS 16 (6.64% from 255) = 14.41%

 BLUE value IS 17 (7.03% from 255) = 15.32%

R = 70.27%
G = 14.41%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#4E1011 (or 0x4E1011) is known color: Rustic Red. HEX triplet: 4E, 10 and 11. RGB value is (78,16,17). Sum of RGB (Red+Green+Blue) = 78+16+17=111 (14% of max value = 765). Red value is 78 (30.86% from 255 or 70.27% from 111); Green value is 16 (6.64% from 255 or 14.41% from 111); Blue value is 17 (7.03% from 255 or 15.32% from 111); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1011 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1011 is #B1EFEE. Grayscale: #222222. Windows color (decimal): -11661295 or 1118286. OLE color: 1118286.

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

Color convert

RGB 78 16 17 -
CMYK 0 0.79 0.78 0.69
HSL 359.03º 0.66% 0.18% -
HSV(B) 359.03º 0.79% 0.31% -
XYZ 3.43 2.03 0.74 -
YUV 34.65 118.04 158.92 -
System Red Green Blue C M Y K H S L
Decimal 78 16 17 0 0.79 0.78 0.69 359.03 0.66 0.18
Hex 4E 10 11 0 4F 4E 45 167 42 12
Octal 116 20 21 0 117 116 105 547 102 22
Binary 1001110 10000 10001 0 1001111 1001110 1000101 101100111 1000010 10010

Color Harmonies of #4E1011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1011

Black with #4E1011

Text Example


Text Example

White with #4E1011

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,16,17); }

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

background-color css

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

 a { background-color: rgb(78,16,17); }

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

border-color css

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

 span { border-color: rgb(78,16,17); }

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