#470210

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

Shades of Rustic Red #470210

Tints of Rustic Red #470210

Color information

#470210 (or 0x470210) is unknown color: approx Rustic Red. HEX triplet: 47, 02 and 10. RGB value is (71,2,16). Sum of RGB (Red+Green+Blue) = 71+2+16=89 (11% of max value = 765). Red value is 71 (28.12% from 255 or 79.78% from 89); Green value is 2 (1.17% from 255 or 2.25% from 89); Blue value is 16 (6.64% from 255 or 17.98% from 89); Max value from RGB is 71 - color contains mainly: red. Hex color #470210 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470210 is #B8FDEF. Grayscale: #181818. Windows color (decimal): -12123632 or 1049159. OLE color: 1049159.

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

Color convert

RGB71216-
CMYK00.970.770.72
HSL347.83º94.52%14.31%-
HSV(B)347.83º97.18%27.84%-
XYZ2.711.420.62-
YUV24.23123.36161.36-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 79.78%
GREEN value IS 2 (1.17% from 255) = 2.25%
BLUE value IS 16 (6.64% from 255) = 17.98%
R=79.78%
G=2.25%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.77
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7121600.970.770.72347.8394.5214.31
Hex472100614D4815c5fe
Octal107220014111511053413716
Binary10001111010000011000011001101100100010101110010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470210; }

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

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

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

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

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

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

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

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