#470204

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

Shades of Rustic Red #470204

Tints of Rustic Red #470204

Color information

#470204 (or 0x470204) is unknown color: approx Rustic Red. HEX triplet: 47, 02 and 04. RGB value is (71,2,4). Sum of RGB (Red+Green+Blue) = 71+2+4=77 (10% of max value = 765). Red value is 71 (28.12% from 255 or 92.21% from 77); Green value is 2 (1.17% from 255 or 2.60% from 77); Blue value is 4 (1.95% from 255 or 5.19% from 77); Max value from RGB is 71 - color contains mainly: red. Hex color #470204 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470204 is #B8FDFB. Grayscale: #161616. Windows color (decimal): -12123644 or 262727. OLE color: 262727.

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

Color convert

RGB7124-
CMYK00.970.940.72
HSL358.26º94.52%14.31%-
HSV(B)358.26º97.18%27.84%-
XYZ2.641.390.24-
YUV22.86117.36162.34-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 92.21%
GREEN value IS 2 (1.17% from 255) = 2.60%
BLUE value IS 4 (1.95% from 255) = 5.19%
R=92.21%
G=2.60%
B=5.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.94
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal712400.970.940.72358.2694.5214.31
Hex47240615E481665fe
Octal10724014113611054613716
Binary100011110100011000011011110100100010110011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470204; }

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

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

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

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

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

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

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

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