Html Css Color HEX #4E0911 Rustic Red

📋 copy color: '#4E0911'

red 78 ◦ green 9 ◦ blue 17

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

Shades of Rustic Red #4E0911

Tints of Rustic Red #4E0911

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.65%

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

R = 75%
G = 8.65%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#4E0911 (or 0x4E0911) is known color: Rustic Red. HEX triplet: 4E, 09 and 11. RGB value is (78,9,17). Sum of RGB (Red+Green+Blue) = 78+9+17=104 (13% of max value = 765). Red value is 78 (30.86% from 255 or 75% from 104); Green value is 9 (3.91% from 255 or 8.65% from 104); Blue value is 17 (7.03% from 255 or 16.35% from 104); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0911 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0911 is #B1F6EE. Grayscale: #1E1E1E. Windows color (decimal): -11663087 or 1116494. OLE color: 1116494.

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

Color convert

RGB 78 9 17 -
CMYK 0 0.88 0.78 0.69
HSL 353.04º 0.79% 0.17% -
HSV(B) 353.04º 0.88% 0.31% -
XYZ 3.34 1.86 0.71 -
YUV 30.54 120.36 161.85 -
System Red Green Blue C M Y K H S L
Decimal 78 9 17 0 0.88 0.78 0.69 353.04 0.79 0.17
Hex 4E 9 11 0 58 4E 45 161 4F 11
Octal 116 11 21 0 130 116 105 541 117 21
Binary 1001110 1001 10001 0 1011000 1001110 1000101 101100001 1001111 10001

Color Harmonies of #4E0911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0911

Black with #4E0911

Text Example


Text Example

White with #4E0911

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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