#470312

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

Shades of Rustic Red #470312

Tints of Rustic Red #470312

Color information

#470312 (or 0x470312) is unknown color: approx Rustic Red. HEX triplet: 47, 03 and 12. RGB value is (71,3,18). Sum of RGB (Red+Green+Blue) = 71+3+18=92 (12% of max value = 765). Red value is 71 (28.12% from 255 or 77.17% from 92); Green value is 3 (1.56% from 255 or 3.26% from 92); Blue value is 18 (7.42% from 255 or 19.57% from 92); Max value from RGB is 71 - color contains mainly: red. Hex color #470312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470312 is #B8FCED. Grayscale: #191919. Windows color (decimal): -12123374 or 1180487. OLE color: 1180487.

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

Color convert

RGB71318-
CMYK00.960.750.72
HSL346.76º91.89%14.51%-
HSV(B)346.76º95.77%27.84%-
XYZ2.741.450.71-
YUV25.04124.03160.78-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 77.17%
GREEN value IS 3 (1.56% from 255) = 3.26%
BLUE value IS 18 (7.42% from 255) = 19.57%
R=77.17%
G=3.26%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7131800.960.750.72346.7691.8914.51
Hex473120604B4815b5cf
Octal107322014011311053313417
Binary10001111110010011000001001011100100010101101110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470312; }

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

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

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

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

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

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

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

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