#470111

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

Shades of Rustic Red #470111

Tints of Rustic Red #470111

Color information

#470111 (or 0x470111) is unknown color: approx Rustic Red. HEX triplet: 47, 01 and 11. RGB value is (71,1,17). Sum of RGB (Red+Green+Blue) = 71+1+17=89 (11% of max value = 765). Red value is 71 (28.12% from 255 or 79.78% from 89); Green value is 1 (0.78% from 255 or 1.12% from 89); Blue value is 17 (7.03% from 255 or 19.10% from 89); Max value from RGB is 71 - color contains mainly: red. Hex color #470111 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470111 is #B8FEEE. Grayscale: #171717. Windows color (decimal): -12123887 or 1114439. OLE color: 1114439.

HSL color Cylindrical-coordinate representation of color #470111: hue angle of 346.29º 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 #470111 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.72.

Color convert

RGB71117-
CMYK00.990.760.72
HSL346.29º97.22%14.12%-
HSV(B)346.29º98.59%27.84%-
XYZ2.711.40.66-
YUV23.75124.19161.7-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 79.78%
GREEN value IS 1 (0.78% from 255) = 1.12%
BLUE value IS 17 (7.03% from 255) = 19.10%
R=79.78%
G=1.12%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7111700.990.760.72346.2997.2214.12
Hex471110634C4815a61e
Octal107121014311411053214116
Binary1000111110001011000111001100100100010101101011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470111; }

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

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

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

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

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

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

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

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