#470412

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

Shades of Rustic Red #470412

Tints of Rustic Red #470412

Color information

#470412 (or 0x470412) is unknown color: approx Rustic Red. HEX triplet: 47, 04 and 12. RGB value is (71,4,18). Sum of RGB (Red+Green+Blue) = 71+4+18=93 (12% of max value = 765). Red value is 71 (28.12% from 255 or 76.34% from 93); Green value is 4 (1.95% from 255 or 4.30% from 93); Blue value is 18 (7.42% from 255 or 19.35% from 93); Max value from RGB is 71 - color contains mainly: red. Hex color #470412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470412 is #B8FBED. Grayscale: #191919. Windows color (decimal): -12123118 or 1180743. OLE color: 1180743.

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

Color convert

RGB71418-
CMYK00.940.750.72
HSL347.46º89.33%14.71%-
HSV(B)347.46º94.37%27.84%-
XYZ2.751.470.71-
YUV25.63123.7160.36-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 76.34%
GREEN value IS 4 (1.95% from 255) = 4.30%
BLUE value IS 18 (7.42% from 255) = 19.35%
R=76.34%
G=4.30%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7141800.940.750.72347.4689.3314.71
Hex4741205E4B4815b59f
Octal107422013611311053313117
Binary100011110010010010111101001011100100010101101110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470412; }

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

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

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

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

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

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

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

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