Html Css Color HEX #4D000E Rustic Red

📋 copy color: '#4D000E'

red 77 ◦ green 0 ◦ blue 14

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

Shades of Rustic Red #4D000E

Tints of Rustic Red #4D000E

RGB

 RED value IS 77 (30.47% from 255) = 84.62%

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

 BLUE value IS 14 (5.86% from 255) = 15.38%

R = 84.62%
G = 0%
B = 15.38%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.70

RGB Variations

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

Color information

#4D000E (or 0x4D000E) is known color: Rustic Red. HEX triplet: 4D, 00 and 0E. RGB value is (77,0,14). Sum of RGB (Red+Green+Blue) = 77+0+14=91 (12% of max value = 765). Red value is 77 (30.47% from 255 or 84.62% from 91); Green value is 0 (0.39% from 255 or 0% from 91); Blue value is 14 (5.86% from 255 or 15.38% from 91); Max value from RGB is 77 - color contains mainly: red. Hex color #4D000E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D000E is #B2FFF1. Grayscale: #181818. Windows color (decimal): -11730930 or 917581. OLE color: 917581.

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

Color convert

RGB 77 0 14 -
CMYK 0 1 0.82 0.70
HSL 349.09º 1% 0.15% -
HSV(B) 349.09º 1% 0.3% -
XYZ 3.14 1.61 0.56 -
YUV 24.62 122.01 165.36 -
System Red Green Blue C M Y K H S L
Decimal 77 0 14 0 1 0.82 0.70 349.09 1 0.15
Hex 4D 0 E 0 64 52 46 15D 64 F
Octal 115 0 16 0 144 122 106 535 144 17
Binary 1001101 0 1110 0 1100100 1010010 1000110 101011101 1100100 1111

Color Harmonies of #4D000E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D000E

Black with #4D000E

Text Example


Text Example

White with #4D000E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,0,14); }

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

background-color css

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

 a { background-color: rgb(77,0,14); }

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

border-color css

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

 span { border-color: rgb(77,0,14); }

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