#470509

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

Shades of Rustic Red #470509

Tints of Rustic Red #470509

Color information

#470509 (or 0x470509) is unknown color: approx Rustic Red. HEX triplet: 47, 05 and 09. RGB value is (71,5,9). Sum of RGB (Red+Green+Blue) = 71+5+9=85 (11% of max value = 765). Red value is 71 (28.12% from 255 or 83.53% from 85); Green value is 5 (2.34% from 255 or 5.88% from 85); Blue value is 9 (3.91% from 255 or 10.59% from 85); Max value from RGB is 71 - color contains mainly: red. Hex color #470509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470509 is #B8FAF6. Grayscale: #191919. Windows color (decimal): -12122871 or 591175. OLE color: 591175.

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

Color convert

RGB7159-
CMYK00.930.870.72
HSL356.36º86.84%14.9%-
HSV(B)356.36º92.96%27.84%-
XYZ2.71.470.4-
YUV25.19118.87160.67-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 83.53%
GREEN value IS 5 (2.34% from 255) = 5.88%
BLUE value IS 9 (3.91% from 255) = 10.59%
R=83.53%
G=5.88%
B=10.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.87
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal715900.930.870.72356.3686.8414.9
Hex475905D574816457f
Octal107511013512711054412717
Binary10001111011001010111011010111100100010110010010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470509; }

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

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

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

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

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

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

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

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