#470506

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

Shades of Rustic Red #470506

Tints of Rustic Red #470506

Color information

#470506 (or 0x470506) is unknown color: approx Rustic Red. HEX triplet: 47, 05 and 06. RGB value is (71,5,6). Sum of RGB (Red+Green+Blue) = 71+5+6=82 (10% of max value = 765). Red value is 71 (28.12% from 255 or 86.59% from 82); Green value is 5 (2.34% from 255 or 6.10% from 82); Blue value is 6 (2.73% from 255 or 7.32% from 82); Max value from RGB is 71 - color contains mainly: red. Hex color #470506 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470506 is #B8FAF9. Grayscale: #181818. Windows color (decimal): -12122874 or 394567. OLE color: 394567.

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

Color convert

RGB7156-
CMYK00.930.920.72
HSL359.09º86.84%14.9%-
HSV(B)359.09º92.96%27.84%-
XYZ2.691.460.31-
YUV24.85117.37160.92-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 86.59%
GREEN value IS 5 (2.34% from 255) = 6.10%
BLUE value IS 6 (2.73% from 255) = 7.32%
R=86.59%
G=6.10%
B=7.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.92
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal715600.930.920.72359.0986.8414.9
Hex475605D5C4816757f
Octal10756013513411054712717
Binary1000111101110010111011011100100100010110011110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470506; }

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

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

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

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

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

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

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

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