#470714

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

Shades of Rustic Red #470714

Tints of Rustic Red #470714

Color information

#470714 (or 0x470714) is unknown color: approx Rustic Red. HEX triplet: 47, 07 and 14. RGB value is (71,7,20). Sum of RGB (Red+Green+Blue) = 71+7+20=98 (12% of max value = 765). Red value is 71 (28.12% from 255 or 72.45% from 98); Green value is 7 (3.12% from 255 or 7.14% from 98); Blue value is 20 (8.20% from 255 or 20.41% from 98); Max value from RGB is 71 - color contains mainly: red. Hex color #470714 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470714 is #B8F8EB. Grayscale: #1B1B1B. Windows color (decimal): -12122348 or 1312583. OLE color: 1312583.

HSL color Cylindrical-coordinate representation of color #470714: hue angle of 347.81º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #470714 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.72.

Color convert

RGB71720-
CMYK00.900.720.72
HSL347.81º82.05%15.29%-
HSV(B)347.81º90.14%27.84%-
XYZ2.81.540.81-
YUV27.62123.7158.94-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 72.45%
GREEN value IS 7 (3.12% from 255) = 7.14%
BLUE value IS 20 (8.20% from 255) = 20.41%
R=72.45%
G=7.14%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7172000.900.720.72347.8182.0515.29
Hex4771405A484815c52f
Octal107724013211011053412217
Binary100011111110100010110101001000100100010101110010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470714; }

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

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

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

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

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

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

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

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