#47060A

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

Shades of Rustic Red #47060A

Tints of Rustic Red #47060A

Color information

#47060A (or 0x47060A) is unknown color: approx Rustic Red. HEX triplet: 47, 06 and 0A. RGB value is (71,6,10). Sum of RGB (Red+Green+Blue) = 71+6+10=87 (11% of max value = 765). Red value is 71 (28.12% from 255 or 81.61% from 87); Green value is 6 (2.73% from 255 or 6.90% from 87); Blue value is 10 (4.30% from 255 or 11.49% from 87); Max value from RGB is 71 - color contains mainly: red. Hex color #47060A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47060A is #B8F9F5. Grayscale: #191919. Windows color (decimal): -12122614 or 656967. OLE color: 656967.

HSL color Cylindrical-coordinate representation of color #47060A: hue angle of 356.31º 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 #47060A is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB71610-
CMYK00.920.860.72
HSL356.31º84.42%15.1%-
HSV(B)356.31º91.55%27.84%-
XYZ2.721.490.43-
YUV25.89119.03160.17-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 81.61%
GREEN value IS 6 (2.73% from 255) = 6.90%
BLUE value IS 10 (4.30% from 255) = 11.49%
R=81.61%
G=6.90%
B=11.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7161000.920.860.72356.3184.4215.1
Hex476A05C564816454f
Octal107612013412611054412417
Binary10001111101010010111001010110100100010110010010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47060A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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