#470608

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

Shades of Rustic Red #470608

Tints of Rustic Red #470608

Color information

#470608 (or 0x470608) is unknown color: approx Rustic Red. HEX triplet: 47, 06 and 08. RGB value is (71,6,8). Sum of RGB (Red+Green+Blue) = 71+6+8=85 (11% of max value = 765). Red value is 71 (28.12% from 255 or 83.53% from 85); Green value is 6 (2.73% from 255 or 7.06% from 85); Blue value is 8 (3.52% from 255 or 9.41% from 85); Max value from RGB is 71 - color contains mainly: red. Hex color #470608 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470608 is #B8F9F7. Grayscale: #191919. Windows color (decimal): -12122616 or 525895. OLE color: 525895.

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

Color convert

RGB7168-
CMYK00.920.890.72
HSL358.15º84.42%15.1%-
HSV(B)358.15º91.55%27.84%-
XYZ2.711.490.37-
YUV25.66118.03160.34-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 83.53%
GREEN value IS 6 (2.73% from 255) = 7.06%
BLUE value IS 8 (3.52% from 255) = 9.41%
R=83.53%
G=7.06%
B=9.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.89
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal716800.920.890.72358.1584.4215.1
Hex476805C594816654f
Octal107610013413111054612417
Binary10001111101000010111001011001100100010110011010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470608; }

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

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

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

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

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

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

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

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