#470311

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

Shades of Rustic Red #470311

Tints of Rustic Red #470311

Color information

#470311 (or 0x470311) is unknown color: approx Rustic Red. HEX triplet: 47, 03 and 11. RGB value is (71,3,17). Sum of RGB (Red+Green+Blue) = 71+3+17=91 (12% of max value = 765). Red value is 71 (28.12% from 255 or 78.02% from 91); Green value is 3 (1.56% from 255 or 3.30% from 91); Blue value is 17 (7.03% from 255 or 18.68% from 91); Max value from RGB is 71 - color contains mainly: red. Hex color #470311 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470311 is #B8FCEE. Grayscale: #181818. Windows color (decimal): -12123375 or 1114951. OLE color: 1114951.

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

Color convert

RGB71317-
CMYK00.960.760.72
HSL347.65º91.89%14.51%-
HSV(B)347.65º95.77%27.84%-
XYZ2.731.450.67-
YUV24.93123.53160.86-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 78.02%
GREEN value IS 3 (1.56% from 255) = 3.30%
BLUE value IS 17 (7.03% from 255) = 18.68%
R=78.02%
G=3.30%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7131700.960.760.72347.6591.8914.51
Hex473110604C4815c5cf
Octal107321014011411053413417
Binary10001111110001011000001001100100100010101110010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470311; }

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

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

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

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

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

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

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

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