#470713

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

Shades of Rustic Red #470713

Tints of Rustic Red #470713

Color information

#470713 (or 0x470713) is unknown color: approx Rustic Red. HEX triplet: 47, 07 and 13. RGB value is (71,7,19). Sum of RGB (Red+Green+Blue) = 71+7+19=97 (12% of max value = 765). Red value is 71 (28.12% from 255 or 73.20% from 97); Green value is 7 (3.12% from 255 or 7.22% from 97); Blue value is 19 (7.81% from 255 or 19.59% from 97); Max value from RGB is 71 - color contains mainly: red. Hex color #470713 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470713 is #B8F8EC. Grayscale: #1B1B1B. Windows color (decimal): -12122349 or 1247047. OLE color: 1247047.

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

Color convert

RGB71719-
CMYK00.900.730.72
HSL348.75º82.05%15.29%-
HSV(B)348.75º90.14%27.84%-
XYZ2.791.540.77-
YUV27.5123.2159.02-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 73.20%
GREEN value IS 7 (3.12% from 255) = 7.22%
BLUE value IS 19 (7.81% from 255) = 19.59%
R=73.20%
G=7.22%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.73
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7171900.900.730.72348.7582.0515.29
Hex4771305A494815d52f
Octal107723013211111053512217
Binary100011111110011010110101001001100100010101110110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470713; }

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

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

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

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

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

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

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

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