#4F020E

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

Shades of Rustic Red #4F020E

Tints of Rustic Red #4F020E

Color information

#4F020E (or 0x4F020E) is unknown color: approx Rustic Red. HEX triplet: 4F, 02 and 0E. RGB value is (79,2,14). Sum of RGB (Red+Green+Blue) = 79+2+14=95 (12% of max value = 765). Red value is 79 (31.25% from 255 or 83.16% from 95); Green value is 2 (1.17% from 255 or 2.11% from 95); Blue value is 14 (5.86% from 255 or 14.74% from 95); Max value from RGB is 79 - color contains mainly: red. Hex color #4F020E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F020E is #B0FDF1. Grayscale: #1A1A1A. Windows color (decimal): -11599346 or 918095. OLE color: 918095.

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

Color convert

RGB79214-
CMYK00.970.820.69
HSL350.65º95.06%15.88%-
HSV(B)350.65º97.47%30.98%-
XYZ3.331.740.58-
YUV26.39121.01165.52-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 83.16%
GREEN value IS 2 (1.17% from 255) = 2.11%
BLUE value IS 14 (5.86% from 255) = 14.74%
R=83.16%
G=2.11%
B=14.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.82
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7921400.970.820.69350.6595.0615.88
Hex4F2E061524515f5f10
Octal117216014112210553713720
Binary10011111011100110000110100101000101101011111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F020E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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