#470209

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

Shades of Rustic Red #470209

Tints of Rustic Red #470209

Color information

#470209 (or 0x470209) is unknown color: approx Rustic Red. HEX triplet: 47, 02 and 09. RGB value is (71,2,9). Sum of RGB (Red+Green+Blue) = 71+2+9=82 (10% of max value = 765). Red value is 71 (28.12% from 255 or 86.59% from 82); Green value is 2 (1.17% from 255 or 2.44% from 82); Blue value is 9 (3.91% from 255 or 10.98% from 82); Max value from RGB is 71 - color contains mainly: red. Hex color #470209 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470209 is #B8FDF6. Grayscale: #171717. Windows color (decimal): -12123639 or 590407. OLE color: 590407.

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

Color convert

RGB7129-
CMYK00.970.870.72
HSL353.91º94.52%14.31%-
HSV(B)353.91º97.18%27.84%-
XYZ2.671.40.39-
YUV23.43119.86161.93-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 86.59%
GREEN value IS 2 (1.17% from 255) = 2.44%
BLUE value IS 9 (3.91% from 255) = 10.98%
R=86.59%
G=2.44%
B=10.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.87
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal712900.970.870.72353.9194.5214.31
Hex472906157481625fe
Octal107211014112711054213716
Binary1000111101001011000011010111100100010110001010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470209; }

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

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

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

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

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

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

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

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