#470208

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

Shades of Rustic Red #470208

Tints of Rustic Red #470208

Color information

#470208 (or 0x470208) is unknown color: approx Rustic Red. HEX triplet: 47, 02 and 08. RGB value is (71,2,8). Sum of RGB (Red+Green+Blue) = 71+2+8=81 (10% of max value = 765). Red value is 71 (28.12% from 255 or 87.65% from 81); Green value is 2 (1.17% from 255 or 2.47% from 81); Blue value is 8 (3.52% from 255 or 9.88% from 81); Max value from RGB is 71 - color contains mainly: red. Hex color #470208 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470208 is #B8FDF7. Grayscale: #171717. Windows color (decimal): -12123640 or 524871. OLE color: 524871.

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

Color convert

RGB7128-
CMYK00.970.890.72
HSL354.78º94.52%14.31%-
HSV(B)354.78º97.18%27.84%-
XYZ2.661.40.36-
YUV23.32119.36162.01-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 87.65%
GREEN value IS 2 (1.17% from 255) = 2.47%
BLUE value IS 8 (3.52% from 255) = 9.88%
R=87.65%
G=2.47%
B=9.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.89
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal712800.970.890.72354.7894.5214.31
Hex472806159481635fe
Octal107210014113111054313716
Binary1000111101000011000011011001100100010110001110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470208; }

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

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

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

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

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

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

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

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