#470D10

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

Shades of Rustic Red #470D10

Tints of Rustic Red #470D10

Color information

#470D10 (or 0x470D10) is unknown color: approx Rustic Red. HEX triplet: 47, 0D and 10. RGB value is (71,13,16). Sum of RGB (Red+Green+Blue) = 71+13+16=100 (13% of max value = 765). Red value is 71 (28.12% from 255 or 71% from 100); Green value is 13 (5.47% from 255 or 13% from 100); Blue value is 16 (6.64% from 255 or 16% from 100); Max value from RGB is 71 - color contains mainly: red. Hex color #470D10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470D10 is #B8F2EF. Grayscale: #1E1E1E. Windows color (decimal): -12120816 or 1051975. OLE color: 1051975.

HSL color Cylindrical-coordinate representation of color #470D10: hue angle of 356.9º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #470D10 is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.72.

Color convert

RGB711316-
CMYK00.820.770.72
HSL356.9º69.05%16.47%-
HSV(B)356.9º81.69%27.84%-
XYZ2.841.660.66-
YUV30.68119.72156.76-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 71%
GREEN value IS 13 (5.47% from 255) = 13%
BLUE value IS 16 (6.64% from 255) = 16%
R=71%
G=13%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.77
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71131600.820.770.72356.969.0516.47
Hex47D100524D481654510
Octal1071520012211511054510520
Binary10001111101100000101001010011011001000101100101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470D10; }

 p { color: rgb(71,13,16); }

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

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

 a { background-color: rgb(71,13,16); }

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

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

 span { border-color: rgb(71,13,16); }

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