#470A14

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

Shades of Rustic Red #470A14

Tints of Rustic Red #470A14

Color information

#470A14 (or 0x470A14) is unknown color: approx Rustic Red. HEX triplet: 47, 0A and 14. RGB value is (71,10,20). Sum of RGB (Red+Green+Blue) = 71+10+20=101 (13% of max value = 765). Red value is 71 (28.12% from 255 or 70.30% from 101); Green value is 10 (4.30% from 255 or 9.90% from 101); Blue value is 20 (8.20% from 255 or 19.80% from 101); Max value from RGB is 71 - color contains mainly: red. Hex color #470A14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470A14 is #B8F5EB. Grayscale: #1D1D1D. Windows color (decimal): -12121580 or 1313351. OLE color: 1313351.

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

Color convert

RGB711020-
CMYK00.860.720.72
HSL350.16º75.31%15.88%-
HSV(B)350.16º85.92%27.84%-
XYZ2.831.610.82-
YUV29.38122.71157.69-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 70.30%
GREEN value IS 10 (4.30% from 255) = 9.90%
BLUE value IS 20 (8.20% from 255) = 19.80%
R=70.30%
G=9.90%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71102000.860.720.72350.1675.3115.88
Hex47A14056484815e4b10
Octal1071224012611011053611320
Binary10001111010101000101011010010001001000101011110100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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