#470916

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

Shades of Rustic Red #470916

Tints of Rustic Red #470916

Color information

#470916 (or 0x470916) is unknown color: approx Rustic Red. HEX triplet: 47, 09 and 16. RGB value is (71,9,22). Sum of RGB (Red+Green+Blue) = 71+9+22=102 (13% of max value = 765). Red value is 71 (28.12% from 255 or 69.61% from 102); Green value is 9 (3.91% from 255 or 8.82% from 102); Blue value is 22 (8.98% from 255 or 21.57% from 102); Max value from RGB is 71 - color contains mainly: red. Hex color #470916 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470916 is #B8F6E9. Grayscale: #1D1D1D. Windows color (decimal): -12121834 or 1444167. OLE color: 1444167.

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

Color convert

RGB71922-
CMYK00.870.690.72
HSL347.42º77.5%15.69%-
HSV(B)347.42º87.32%27.84%-
XYZ2.841.590.92-
YUV29.02124.04157.94-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 69.61%
GREEN value IS 9 (3.91% from 255) = 8.82%
BLUE value IS 22 (8.98% from 255) = 21.57%
R=69.61%
G=8.82%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7192200.870.690.72347.4277.515.69
Hex47916057454815b4e10
Octal1071126012710511053311620
Binary10001111001101100101011110001011001000101011011100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470916; }

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

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

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

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

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

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

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

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