#470611

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

Shades of Rustic Red #470611

Tints of Rustic Red #470611

Color information

#470611 (or 0x470611) is unknown color: approx Rustic Red. HEX triplet: 47, 06 and 11. RGB value is (71,6,17). Sum of RGB (Red+Green+Blue) = 71+6+17=94 (12% of max value = 765). Red value is 71 (28.12% from 255 or 75.53% from 94); Green value is 6 (2.73% from 255 or 6.38% from 94); Blue value is 17 (7.03% from 255 or 18.09% from 94); Max value from RGB is 71 - color contains mainly: red. Hex color #470611 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470611 is #B8F9EE. Grayscale: #1A1A1A. Windows color (decimal): -12122607 or 1115719. OLE color: 1115719.

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

Color convert

RGB71617-
CMYK00.920.760.72
HSL349.85º84.42%15.1%-
HSV(B)349.85º91.55%27.84%-
XYZ2.761.510.68-
YUV26.69122.53159.61-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 75.53%
GREEN value IS 6 (2.73% from 255) = 6.38%
BLUE value IS 17 (7.03% from 255) = 18.09%
R=75.53%
G=6.38%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7161700.920.760.72349.8584.4215.1
Hex4761105C4C4815e54f
Octal107621013411411053612417
Binary100011111010001010111001001100100100010101111010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470611; }

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

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

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

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

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

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

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

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