#470512

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

Shades of Rustic Red #470512

Tints of Rustic Red #470512

Color information

#470512 (or 0x470512) is unknown color: approx Rustic Red. HEX triplet: 47, 05 and 12. RGB value is (71,5,18). Sum of RGB (Red+Green+Blue) = 71+5+18=94 (12% of max value = 765). Red value is 71 (28.12% from 255 or 75.53% from 94); Green value is 5 (2.34% from 255 or 5.32% from 94); Blue value is 18 (7.42% from 255 or 19.15% from 94); Max value from RGB is 71 - color contains mainly: red. Hex color #470512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470512 is #B8FAED. Grayscale: #1A1A1A. Windows color (decimal): -12122862 or 1180999. OLE color: 1180999.

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

Color convert

RGB71518-
CMYK00.930.750.72
HSL348.18º86.84%14.9%-
HSV(B)348.18º92.96%27.84%-
XYZ2.761.490.71-
YUV26.22123.37159.94-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 75.53%
GREEN value IS 5 (2.34% from 255) = 5.32%
BLUE value IS 18 (7.42% from 255) = 19.15%
R=75.53%
G=5.32%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7151800.930.750.72348.1886.8414.9
Hex4751205D4B4815c57f
Octal107522013511311053412717
Binary100011110110010010111011001011100100010101110010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470512; }

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

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

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

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

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

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

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

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