#470304

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

Shades of Rustic Red #470304

Tints of Rustic Red #470304

Color information

#470304 (or 0x470304) is unknown color: approx Rustic Red. HEX triplet: 47, 03 and 04. RGB value is (71,3,4). Sum of RGB (Red+Green+Blue) = 71+3+4=78 (10% of max value = 765). Red value is 71 (28.12% from 255 or 91.03% from 78); Green value is 3 (1.56% from 255 or 3.85% from 78); Blue value is 4 (1.95% from 255 or 5.13% from 78); Max value from RGB is 71 - color contains mainly: red. Hex color #470304 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470304 is #B8FCFB. Grayscale: #171717. Windows color (decimal): -12123388 or 262983. OLE color: 262983.

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

Color convert

RGB7134-
CMYK00.960.940.72
HSL359.12º91.89%14.51%-
HSV(B)359.12º95.77%27.84%-
XYZ2.651.410.25-
YUV23.45117.03161.92-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 91.03%
GREEN value IS 3 (1.56% from 255) = 3.85%
BLUE value IS 4 (1.95% from 255) = 5.13%
R=91.03%
G=3.85%
B=5.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.94
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal713400.960.940.72359.1291.8914.51
Hex47340605E481675cf
Octal10734014013611054713417
Binary100011111100011000001011110100100010110011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470304; }

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

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

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

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

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

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

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

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