#470711

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

Shades of Rustic Red #470711

Tints of Rustic Red #470711

Color information

#470711 (or 0x470711) is unknown color: approx Rustic Red. HEX triplet: 47, 07 and 11. RGB value is (71,7,17). Sum of RGB (Red+Green+Blue) = 71+7+17=95 (12% of max value = 765). Red value is 71 (28.12% from 255 or 74.74% from 95); Green value is 7 (3.12% from 255 or 7.37% from 95); Blue value is 17 (7.03% from 255 or 17.89% from 95); Max value from RGB is 71 - color contains mainly: red. Hex color #470711 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470711 is #B8F8EE. Grayscale: #1B1B1B. Windows color (decimal): -12122351 or 1115975. OLE color: 1115975.

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

Color convert

RGB71717-
CMYK00.900.760.72
HSL350.62º82.05%15.29%-
HSV(B)350.62º90.14%27.84%-
XYZ2.781.530.68-
YUV27.28122.2159.19-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 74.74%
GREEN value IS 7 (3.12% from 255) = 7.37%
BLUE value IS 17 (7.03% from 255) = 17.89%
R=74.74%
G=7.37%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7171700.900.760.72350.6282.0515.29
Hex4771105A4C4815f52f
Octal107721013211411053712217
Binary100011111110001010110101001100100100010101111110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470711; }

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

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

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

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

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

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

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

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