#4D020E

Color #4D020E Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #4D020E

Tints of Rustic Red #4D020E

Color information

#4D020E (or 0x4D020E) is unknown color: approx Rustic Red. HEX triplet: 4D, 02 and 0E. RGB value is (77,2,14). Sum of RGB (Red+Green+Blue) = 77+2+14=93 (12% of max value = 765). Red value is 77 (30.47% from 255 or 82.80% from 93); Green value is 2 (1.17% from 255 or 2.15% from 93); Blue value is 14 (5.86% from 255 or 15.05% from 93); Max value from RGB is 77 - color contains mainly: red. Hex color #4D020E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D020E is #B2FDF1. Grayscale: #191919. Windows color (decimal): -11730418 or 918093. OLE color: 918093.

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

Color convert

RGB77214-
CMYK00.970.820.70
HSL350.4º94.94%15.49%-
HSV(B)350.4º97.4%30.2%-
XYZ3.161.650.57-
YUV25.79121.35164.52-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 82.80%
GREEN value IS 2 (1.17% from 255) = 2.15%
BLUE value IS 14 (5.86% from 255) = 15.05%
R=82.80%
G=2.15%
B=15.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.82
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7721400.970.820.70350.494.9415.49
Hex4D2E061524615e5ff
Octal115216014112210653613717
Binary1001101101110011000011010010100011010101111010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D020E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D020E;
 }
 .AnyTagClassName
 {
   color: #4D020E;
 }
</style>
background-color css

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

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

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

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

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

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