Html Css Color HEX #4E000D Rustic Red

📋 copy color: '#4E000D'

red 78 ◦ green 0 ◦ blue 13

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

Shades of Rustic Red #4E000D

Tints of Rustic Red #4E000D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 13 (5.47% from 255) = 14.29%

R = 85.71%
G = 0%
B = 14.29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.69

RGB Variations

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

Color information

#4E000D (or 0x4E000D) is known color: Rustic Red. HEX triplet: 4E, 00 and 0D. RGB value is (78,0,13). Sum of RGB (Red+Green+Blue) = 78+0+13=91 (12% of max value = 765). Red value is 78 (30.86% from 255 or 85.71% from 91); Green value is 0 (0.39% from 255 or 0% from 91); Blue value is 13 (5.47% from 255 or 14.29% from 91); Max value from RGB is 78 - color contains mainly: red. Hex color #4E000D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E000D is #B1FFF2. Grayscale: #181818. Windows color (decimal): -11665395 or 852046. OLE color: 852046.

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

Color convert

RGB 78 0 13 -
CMYK 0 1 0.83 0.69
HSL 350º 1% 0.15% -
HSV(B) 350º 1% 0.31% -
XYZ 3.21 1.65 0.53 -
YUV 24.8 121.34 165.94 -
System Red Green Blue C M Y K H S L
Decimal 78 0 13 0 1 0.83 0.69 350 1 0.15
Hex 4E 0 D 0 64 53 45 15E 64 F
Octal 116 0 15 0 144 123 105 536 144 17
Binary 1001110 0 1101 0 1100100 1010011 1000101 101011110 1100100 1111

Color Harmonies of #4E000D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E000D

Black with #4E000D

Text Example


Text Example

White with #4E000D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,0,13); }

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

background-color css

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

 a { background-color: rgb(78,0,13); }

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

border-color css

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

 span { border-color: rgb(78,0,13); }

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