#470106

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

Shades of Rustic Red #470106

Tints of Rustic Red #470106

Color information

#470106 (or 0x470106) is unknown color: approx Rustic Red. HEX triplet: 47, 01 and 06. RGB value is (71,1,6). Sum of RGB (Red+Green+Blue) = 71+1+6=78 (10% of max value = 765). Red value is 71 (28.12% from 255 or 91.03% from 78); Green value is 1 (0.78% from 255 or 1.28% from 78); Blue value is 6 (2.73% from 255 or 7.69% from 78); Max value from RGB is 71 - color contains mainly: red. Hex color #470106 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470106 is #B8FEF9. Grayscale: #161616. Windows color (decimal): -12123898 or 393543. OLE color: 393543.

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

Color convert

RGB7116-
CMYK00.990.920.72
HSL355.71º97.22%14.12%-
HSV(B)355.71º98.59%27.84%-
XYZ2.641.370.3-
YUV22.5118.69162.59-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 91.03%
GREEN value IS 1 (0.78% from 255) = 1.28%
BLUE value IS 6 (2.73% from 255) = 7.69%
R=91.03%
G=1.28%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.92
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal711600.990.920.72355.7197.2214.12
Hex47160635C4816461e
Octal10716014313411054414116
Binary10001111110011000111011100100100010110010011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470106; }

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

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

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

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

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

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

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

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