#47040E

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

Shades of Rustic Red #47040E

Tints of Rustic Red #47040E

Color information

#47040E (or 0x47040E) is unknown color: approx Rustic Red. HEX triplet: 47, 04 and 0E. RGB value is (71,4,14). Sum of RGB (Red+Green+Blue) = 71+4+14=89 (11% of max value = 765). Red value is 71 (28.12% from 255 or 79.78% from 89); Green value is 4 (1.95% from 255 or 4.49% from 89); Blue value is 14 (5.86% from 255 or 15.73% from 89); Max value from RGB is 71 - color contains mainly: red. Hex color #47040E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47040E is #B8FBF1. Grayscale: #191919. Windows color (decimal): -12123122 or 918599. OLE color: 918599.

HSL color Cylindrical-coordinate representation of color #47040E: hue angle of 351.04º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #47040E is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.72.

Color convert

RGB71414-
CMYK00.940.800.72
HSL351.04º89.33%14.71%-
HSV(B)351.04º94.37%27.84%-
XYZ2.721.460.55-
YUV25.17121.7160.69-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 79.78%
GREEN value IS 4 (1.95% from 255) = 4.49%
BLUE value IS 14 (5.86% from 255) = 15.73%
R=79.78%
G=4.49%
B=15.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.80
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7141400.940.800.72351.0489.3314.71
Hex474E05E504815f59f
Octal107416013612011053713117
Binary10001111001110010111101010000100100010101111110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47040E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47040E; }

 p { color: rgb(71,4,14); }

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

<style>
 a { background-color: #47040E; }

 a { background-color: rgb(71,4,14); }

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

<style>
 span { border-color: #47040E; }

 span { border-color: rgb(71,4,14); }

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