#471314

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

Shades of Rustic Red #471314

Tints of Rustic Red #471314

Color information

#471314 (or 0x471314) is unknown color: approx Rustic Red. HEX triplet: 47, 13 and 14. RGB value is (71,19,20). Sum of RGB (Red+Green+Blue) = 71+19+20=110 (14% of max value = 765). Red value is 71 (28.12% from 255 or 64.55% from 110); Green value is 19 (7.81% from 255 or 17.27% from 110); Blue value is 20 (8.20% from 255 or 18.18% from 110); Max value from RGB is 71 - color contains mainly: red. Hex color #471314 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471314 is #B8ECEB. Grayscale: #222222. Windows color (decimal): -12119276 or 1315655. OLE color: 1315655.

HSL color Cylindrical-coordinate representation of color #471314: hue angle of 358.85º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #471314 is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.72.

Color convert

RGB711920-
CMYK00.730.720.72
HSL358.85º57.78%17.65%-
HSV(B)358.85º73.24%27.84%-
XYZ2.961.860.86-
YUV34.66119.73153.92-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 64.55%
GREEN value IS 19 (7.81% from 255) = 17.27%
BLUE value IS 20 (8.20% from 255) = 18.18%
R=64.55%
G=17.27%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71192000.730.720.72358.8557.7817.65
Hex47131404948481673a12
Octal107232401111101105477222
Binary10001111001110100010010011001000100100010110011111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471314; }

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

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

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

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

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

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

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

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