#470511

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

Shades of Rustic Red #470511

Tints of Rustic Red #470511

Color information

#470511 (or 0x470511) is unknown color: approx Rustic Red. HEX triplet: 47, 05 and 11. RGB value is (71,5,17). Sum of RGB (Red+Green+Blue) = 71+5+17=93 (12% of max value = 765). Red value is 71 (28.12% from 255 or 76.34% from 93); Green value is 5 (2.34% from 255 or 5.38% from 93); Blue value is 17 (7.03% from 255 or 18.28% from 93); Max value from RGB is 71 - color contains mainly: red. Hex color #470511 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470511 is #B8FAEE. Grayscale: #1A1A1A. Windows color (decimal): -12122863 or 1115463. OLE color: 1115463.

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

Color convert

RGB71517-
CMYK00.930.760.72
HSL349.09º86.84%14.9%-
HSV(B)349.09º92.96%27.84%-
XYZ2.751.490.67-
YUV26.1122.87160.02-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 76.34%
GREEN value IS 5 (2.34% from 255) = 5.38%
BLUE value IS 17 (7.03% from 255) = 18.28%
R=76.34%
G=5.38%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7151700.930.760.72349.0986.8414.9
Hex4751105D4C4815d57f
Octal107521013511411053512717
Binary100011110110001010111011001100100100010101110110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470511; }

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

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

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

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

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

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

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

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