#470405

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

Shades of Rustic Red #470405

Tints of Rustic Red #470405

Color information

#470405 (or 0x470405) is unknown color: approx Rustic Red. HEX triplet: 47, 04 and 05. RGB value is (71,4,5). Sum of RGB (Red+Green+Blue) = 71+4+5=80 (10% of max value = 765). Red value is 71 (28.12% from 255 or 88.75% from 80); Green value is 4 (1.95% from 255 or 5% from 80); Blue value is 5 (2.34% from 255 or 6.25% from 80); Max value from RGB is 71 - color contains mainly: red. Hex color #470405 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470405 is #B8FBFA. Grayscale: #181818. Windows color (decimal): -12123131 or 328775. OLE color: 328775.

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

Color convert

RGB7145-
CMYK00.940.930.72
HSL359.1º89.33%14.71%-
HSV(B)359.1º94.37%27.84%-
XYZ2.671.440.28-
YUV24.15117.2161.42-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 88.75%
GREEN value IS 4 (1.95% from 255) = 5%
BLUE value IS 5 (2.34% from 255) = 6.25%
R=88.75%
G=5%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.93
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal714500.940.930.72359.189.3314.71
Hex474505E5D4816759f
Octal10745013613511054713117
Binary1000111100101010111101011101100100010110011110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470405; }

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

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

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

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

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

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

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

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