#470205

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

Shades of Rustic Red #470205

Tints of Rustic Red #470205

Color information

#470205 (or 0x470205) is unknown color: approx Rustic Red. HEX triplet: 47, 02 and 05. RGB value is (71,2,5). Sum of RGB (Red+Green+Blue) = 71+2+5=78 (10% of max value = 765). Red value is 71 (28.12% from 255 or 91.03% from 78); Green value is 2 (1.17% from 255 or 2.56% from 78); Blue value is 5 (2.34% from 255 or 6.41% from 78); Max value from RGB is 71 - color contains mainly: red. Hex color #470205 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470205 is #B8FDFA. Grayscale: #171717. Windows color (decimal): -12123643 or 328263. OLE color: 328263.

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

Color convert

RGB7125-
CMYK00.970.930.72
HSL357.39º94.52%14.31%-
HSV(B)357.39º97.18%27.84%-
XYZ2.651.390.27-
YUV22.97117.86162.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 91.03%
GREEN value IS 2 (1.17% from 255) = 2.56%
BLUE value IS 5 (2.34% from 255) = 6.41%
R=91.03%
G=2.56%
B=6.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.93
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal712500.970.930.72357.3994.5214.31
Hex47250615D481655fe
Octal10725014113511054513716
Binary100011110101011000011011101100100010110010110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470205; }

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

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

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

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

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

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

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

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