#470911

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

Shades of Rustic Red #470911

Tints of Rustic Red #470911

Color information

#470911 (or 0x470911) is unknown color: approx Rustic Red. HEX triplet: 47, 09 and 11. RGB value is (71,9,17). Sum of RGB (Red+Green+Blue) = 71+9+17=97 (12% of max value = 765). Red value is 71 (28.12% from 255 or 73.20% from 97); Green value is 9 (3.91% from 255 or 9.28% from 97); Blue value is 17 (7.03% from 255 or 17.53% from 97); Max value from RGB is 71 - color contains mainly: red. Hex color #470911 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470911 is #B8F6EE. Grayscale: #1C1C1C. Windows color (decimal): -12121839 or 1116487. OLE color: 1116487.

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

Color convert

RGB71917-
CMYK00.870.760.72
HSL352.26º77.5%15.69%-
HSV(B)352.26º87.32%27.84%-
XYZ2.81.580.69-
YUV28.45121.54158.35-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 73.20%
GREEN value IS 9 (3.91% from 255) = 9.28%
BLUE value IS 17 (7.03% from 255) = 17.53%
R=73.20%
G=9.28%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7191700.870.760.72352.2677.515.69
Hex479110574C481604e10
Octal1071121012711411054011620
Binary10001111001100010101011110011001001000101100000100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470911; }

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

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

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

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

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

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

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

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