#470413

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

Shades of Rustic Red #470413

Tints of Rustic Red #470413

Color information

#470413 (or 0x470413) is unknown color: approx Rustic Red. HEX triplet: 47, 04 and 13. RGB value is (71,4,19). Sum of RGB (Red+Green+Blue) = 71+4+19=94 (12% of max value = 765). Red value is 71 (28.12% from 255 or 75.53% from 94); Green value is 4 (1.95% from 255 or 4.26% from 94); Blue value is 19 (7.81% from 255 or 20.21% from 94); Max value from RGB is 71 - color contains mainly: red. Hex color #470413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470413 is #B8FBEC. Grayscale: #191919. Windows color (decimal): -12123117 or 1246279. OLE color: 1246279.

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

Color convert

RGB71419-
CMYK00.940.730.72
HSL346.57º89.33%14.71%-
HSV(B)346.57º94.37%27.84%-
XYZ2.761.470.76-
YUV25.74124.2160.28-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 75.53%
GREEN value IS 4 (1.95% from 255) = 4.26%
BLUE value IS 19 (7.81% from 255) = 20.21%
R=75.53%
G=4.26%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.73
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7141900.940.730.72346.5789.3314.71
Hex4741305E494815b59f
Octal107423013611111053313117
Binary100011110010011010111101001001100100010101101110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470413; }

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

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

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

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

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

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

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

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