#470409

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

Shades of Rustic Red #470409

Tints of Rustic Red #470409

Color information

#470409 (or 0x470409) is unknown color: approx Rustic Red. HEX triplet: 47, 04 and 09. RGB value is (71,4,9). Sum of RGB (Red+Green+Blue) = 71+4+9=84 (11% of max value = 765). Red value is 71 (28.12% from 255 or 84.52% from 84); Green value is 4 (1.95% from 255 or 4.76% from 84); Blue value is 9 (3.91% from 255 or 10.71% from 84); Max value from RGB is 71 - color contains mainly: red. Hex color #470409 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470409 is #B8FBF6. Grayscale: #181818. Windows color (decimal): -12123127 or 590919. OLE color: 590919.

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

Color convert

RGB7149-
CMYK00.940.870.72
HSL355.52º89.33%14.71%-
HSV(B)355.52º94.37%27.84%-
XYZ2.691.450.4-
YUV24.6119.2161.09-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 84.52%
GREEN value IS 4 (1.95% from 255) = 4.76%
BLUE value IS 9 (3.91% from 255) = 10.71%
R=84.52%
G=4.76%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.87
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal714900.940.870.72355.5289.3314.71
Hex474905E574816459f
Octal107411013612711054413117
Binary10001111001001010111101010111100100010110010010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470409; }

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

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

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

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

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

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

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

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