#470F14

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

Shades of Rustic Red #470F14

Tints of Rustic Red #470F14

Color information

#470F14 (or 0x470F14) is unknown color: approx Rustic Red. HEX triplet: 47, 0F and 14. RGB value is (71,15,20). Sum of RGB (Red+Green+Blue) = 71+15+20=106 (14% of max value = 765). Red value is 71 (28.12% from 255 or 66.98% from 106); Green value is 15 (6.25% from 255 or 14.15% from 106); Blue value is 20 (8.20% from 255 or 18.87% from 106); Max value from RGB is 71 - color contains mainly: red. Hex color #470F14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470F14 is #B8F0EB. Grayscale: #202020. Windows color (decimal): -12120300 or 1314631. OLE color: 1314631.

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

Color convert

RGB711520-
CMYK00.790.720.72
HSL354.64º65.12%16.86%-
HSV(B)354.64º78.87%27.84%-
XYZ2.91.730.84-
YUV32.31121.05155.59-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 66.98%
GREEN value IS 15 (6.25% from 255) = 14.15%
BLUE value IS 20 (8.20% from 255) = 18.87%
R=66.98%
G=14.15%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71152000.790.720.72354.6465.1216.86
Hex47F1404F48481634111
Octal1071724011711011054310121
Binary10001111111101000100111110010001001000101100011100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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