#470408

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

Shades of Rustic Red #470408

Tints of Rustic Red #470408

Color information

#470408 (or 0x470408) is unknown color: approx Rustic Red. HEX triplet: 47, 04 and 08. RGB value is (71,4,8). Sum of RGB (Red+Green+Blue) = 71+4+8=83 (10% of max value = 765). Red value is 71 (28.12% from 255 or 85.54% from 83); Green value is 4 (1.95% from 255 or 4.82% from 83); Blue value is 8 (3.52% from 255 or 9.64% from 83); Max value from RGB is 71 - color contains mainly: red. Hex color #470408 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470408 is #B8FBF7. Grayscale: #181818. Windows color (decimal): -12123128 or 525383. OLE color: 525383.

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

Color convert

RGB7148-
CMYK00.940.890.72
HSL356.42º89.33%14.71%-
HSV(B)356.42º94.37%27.84%-
XYZ2.691.440.37-
YUV24.49118.7161.17-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 85.54%
GREEN value IS 4 (1.95% from 255) = 4.82%
BLUE value IS 8 (3.52% from 255) = 9.64%
R=85.54%
G=4.82%
B=9.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.89
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal714800.940.890.72356.4289.3314.71
Hex474805E594816459f
Octal107410013613111054413117
Binary10001111001000010111101011001100100010110010010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470408; }

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

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

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

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

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

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

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

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