#470812

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

Shades of Rustic Red #470812

Tints of Rustic Red #470812

Color information

#470812 (or 0x470812) is unknown color: approx Rustic Red. HEX triplet: 47, 08 and 12. RGB value is (71,8,18). Sum of RGB (Red+Green+Blue) = 71+8+18=97 (12% of max value = 765). Red value is 71 (28.12% from 255 or 73.20% from 97); Green value is 8 (3.52% from 255 or 8.25% from 97); Blue value is 18 (7.42% from 255 or 18.56% from 97); Max value from RGB is 71 - color contains mainly: red. Hex color #470812 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470812 is #B8F7ED. Grayscale: #1C1C1C. Windows color (decimal): -12122094 or 1181767. OLE color: 1181767.

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

Color convert

RGB71818-
CMYK00.890.750.72
HSL350.48º79.75%15.49%-
HSV(B)350.48º88.73%27.84%-
XYZ2.791.560.73-
YUV27.98122.37158.69-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 73.20%
GREEN value IS 8 (3.52% from 255) = 8.25%
BLUE value IS 18 (7.42% from 255) = 18.56%
R=73.20%
G=8.25%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7181800.890.750.72350.4879.7515.49
Hex478120594B4815e50f
Octal1071022013111311053612017
Binary1000111100010010010110011001011100100010101111010100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470812; }

 p { color: rgb(71,8,18); }

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

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

 a { background-color: rgb(71,8,18); }

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

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

 span { border-color: rgb(71,8,18); }

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