#4D050B

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

Shades of Rustic Red #4D050B

Tints of Rustic Red #4D050B

Color information

#4D050B (or 0x4D050B) is unknown color: approx Rustic Red. HEX triplet: 4D, 05 and 0B. RGB value is (77,5,11). Sum of RGB (Red+Green+Blue) = 77+5+11=93 (12% of max value = 765). Red value is 77 (30.47% from 255 or 82.80% from 93); Green value is 5 (2.34% from 255 or 5.38% from 93); Blue value is 11 (4.69% from 255 or 11.83% from 93); Max value from RGB is 77 - color contains mainly: red. Hex color #4D050B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D050B is #B2FAF4. Grayscale: #1B1B1B. Windows color (decimal): -11729653 or 722253. OLE color: 722253.

HSL color Cylindrical-coordinate representation of color #4D050B: hue angle of 355º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4D050B is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.70.

Color convert

RGB77511-
CMYK00.940.860.70
HSL355º87.8%16.08%-
HSV(B)355º93.51%30.2%-
XYZ3.181.710.48-
YUV27.21118.85163.51-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 82.80%
GREEN value IS 5 (2.34% from 255) = 5.38%
BLUE value IS 11 (4.69% from 255) = 11.83%
R=82.80%
G=5.38%
B=11.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.86
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7751100.940.860.7035587.816.08
Hex4D5B05E56461635810
Octal115513013612610654313020
Binary100110110110110101111010101101000110101100011101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D050B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,5,11); }

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

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

 a { background-color: rgb(77,5,11); }

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

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

 span { border-color: rgb(77,5,11); }

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