Html Css Color HEX #4E060B Rustic Red

📋 copy color: '#4E060B'

red 78 ◦ green 6 ◦ blue 11

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

Shades of Rustic Red #4E060B

Tints of Rustic Red #4E060B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.32%

 BLUE value IS 11 (4.69% from 255) = 11.58%

R = 82.11%
G = 6.32%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.86

 K value IS 0.69

RGB Variations

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

Color information

#4E060B (or 0x4E060B) is known color: Rustic Red. HEX triplet: 4E, 06 and 0B. RGB value is (78,6,11). Sum of RGB (Red+Green+Blue) = 78+6+11=95 (12% of max value = 765). Red value is 78 (30.86% from 255 or 82.11% from 95); Green value is 6 (2.73% from 255 or 6.32% from 95); Blue value is 11 (4.69% from 255 or 11.58% from 95); Max value from RGB is 78 - color contains mainly: red. Hex color #4E060B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E060B is #B1F9F4. Grayscale: #1C1C1C. Windows color (decimal): -11663861 or 722510. OLE color: 722510.

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

Color convert

RGB 78 6 11 -
CMYK 0 0.92 0.86 0.69
HSL 355.83º 0.86% 0.16% -
HSV(B) 355.83º 0.92% 0.31% -
XYZ 3.27 1.77 0.49 -
YUV 28.1 118.35 163.59 -
System Red Green Blue C M Y K H S L
Decimal 78 6 11 0 0.92 0.86 0.69 355.83 0.86 0.16
Hex 4E 6 B 0 5C 56 45 164 56 10
Octal 116 6 13 0 134 126 105 544 126 20
Binary 1001110 110 1011 0 1011100 1010110 1000101 101100100 1010110 10000

Color Harmonies of #4E060B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E060B

Black with #4E060B

Text Example


Text Example

White with #4E060B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,6,11); }

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

background-color css

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

 a { background-color: rgb(78,6,11); }

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

border-color css

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

 span { border-color: rgb(78,6,11); }

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