#470406

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

Shades of Rustic Red #470406

Tints of Rustic Red #470406

Color information

#470406 (or 0x470406) is unknown color: approx Rustic Red. HEX triplet: 47, 04 and 06. RGB value is (71,4,6). Sum of RGB (Red+Green+Blue) = 71+4+6=81 (10% of max value = 765). Red value is 71 (28.12% from 255 or 87.65% from 81); Green value is 4 (1.95% from 255 or 4.94% from 81); Blue value is 6 (2.73% from 255 or 7.41% from 81); Max value from RGB is 71 - color contains mainly: red. Hex color #470406 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470406 is #B8FBF9. Grayscale: #181818. Windows color (decimal): -12123130 or 394311. OLE color: 394311.

HSL color Cylindrical-coordinate representation of color #470406: hue angle of 358.21º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #470406 is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.72.

Color convert

RGB7146-
CMYK00.940.920.72
HSL358.21º89.33%14.71%-
HSV(B)358.21º94.37%27.84%-
XYZ2.671.440.31-
YUV24.26117.7161.34-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 87.65%
GREEN value IS 4 (1.95% from 255) = 4.94%
BLUE value IS 6 (2.73% from 255) = 7.41%
R=87.65%
G=4.94%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.92
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal714600.940.920.72358.2189.3314.71
Hex474605E5C4816659f
Octal10746013613411054613117
Binary1000111100110010111101011100100100010110011010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470406; }

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

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

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

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

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

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

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

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