#470212

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

Shades of Rustic Red #470212

Tints of Rustic Red #470212

Color information

#470212 (or 0x470212) is unknown color: approx Rustic Red. HEX triplet: 47, 02 and 12. RGB value is (71,2,18). Sum of RGB (Red+Green+Blue) = 71+2+18=91 (12% of max value = 765). Red value is 71 (28.12% from 255 or 78.02% from 91); Green value is 2 (1.17% from 255 or 2.20% from 91); Blue value is 18 (7.42% from 255 or 19.78% from 91); Max value from RGB is 71 - color contains mainly: red. Hex color #470212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470212 is #B8FDED. Grayscale: #181818. Windows color (decimal): -12123630 or 1180231. OLE color: 1180231.

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

Color convert

RGB71218-
CMYK00.970.750.72
HSL346.09º94.52%14.31%-
HSV(B)346.09º97.18%27.84%-
XYZ2.731.430.7-
YUV24.46124.36161.2-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 78.02%
GREEN value IS 2 (1.17% from 255) = 2.20%
BLUE value IS 18 (7.42% from 255) = 19.78%
R=78.02%
G=2.20%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7121800.970.750.72346.0994.5214.31
Hex472120614B4815a5fe
Octal107222014111311053213716
Binary10001111010010011000011001011100100010101101010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470212; }

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

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

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

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

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

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

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

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