#470314

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

Shades of Rustic Red #470314

Tints of Rustic Red #470314

Color information

#470314 (or 0x470314) is unknown color: approx Rustic Red. HEX triplet: 47, 03 and 14. RGB value is (71,3,20). Sum of RGB (Red+Green+Blue) = 71+3+20=94 (12% of max value = 765). Red value is 71 (28.12% from 255 or 75.53% from 94); Green value is 3 (1.56% from 255 or 3.19% from 94); Blue value is 20 (8.20% from 255 or 21.28% from 94); Max value from RGB is 71 - color contains mainly: red. Hex color #470314 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470314 is #B8FCEB. Grayscale: #191919. Windows color (decimal): -12123372 or 1311559. OLE color: 1311559.

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

Color convert

RGB71320-
CMYK00.960.720.72
HSL345º91.89%14.51%-
HSV(B)345º95.77%27.84%-
XYZ2.761.460.8-
YUV25.27125.03160.62-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 75.53%
GREEN value IS 3 (1.56% from 255) = 3.19%
BLUE value IS 20 (8.20% from 255) = 21.28%
R=75.53%
G=3.19%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7132000.960.720.7234591.8914.51
Hex4731406048481595cf
Octal107324014011011053113417
Binary10001111110100011000001001000100100010101100110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470314; }

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

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

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

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

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

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

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

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