#47060E

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

Shades of Rustic Red #47060E

Tints of Rustic Red #47060E

Color information

#47060E (or 0x47060E) is unknown color: approx Rustic Red. HEX triplet: 47, 06 and 0E. RGB value is (71,6,14). Sum of RGB (Red+Green+Blue) = 71+6+14=91 (12% of max value = 765). Red value is 71 (28.12% from 255 or 78.02% from 91); Green value is 6 (2.73% from 255 or 6.59% from 91); Blue value is 14 (5.86% from 255 or 15.38% from 91); Max value from RGB is 71 - color contains mainly: red. Hex color #47060E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47060E is #B8F9F1. Grayscale: #1A1A1A. Windows color (decimal): -12122610 or 919111. OLE color: 919111.

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

Color convert

RGB71614-
CMYK00.920.800.72
HSL352.62º84.42%15.1%-
HSV(B)352.62º91.55%27.84%-
XYZ2.741.50.56-
YUV26.35121.03159.85-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 78.02%
GREEN value IS 6 (2.73% from 255) = 6.59%
BLUE value IS 14 (5.86% from 255) = 15.38%
R=78.02%
G=6.59%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.80
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7161400.920.800.72352.6284.4215.1
Hex476E05C504816154f
Octal107616013412011054112417
Binary10001111101110010111001010000100100010110000110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47060E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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