#470014

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

Shades of Rustic Red #470014

Tints of Rustic Red #470014

Color information

#470014 (or 0x470014) is unknown color: approx Rustic Red. HEX triplet: 47, 00 and 14. RGB value is (71,0,20). Sum of RGB (Red+Green+Blue) = 71+0+20=91 (12% of max value = 765). Red value is 71 (28.12% from 255 or 78.02% from 91); Green value is 0 (0.39% from 255 or 0% from 91); Blue value is 20 (8.20% from 255 or 21.98% from 91); Max value from RGB is 71 - color contains mainly: red. Hex color #470014 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470014 is #B8FFEB. Grayscale: #171717. Windows color (decimal): -12124140 or 1310791. OLE color: 1310791.

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

Color convert

RGB71020-
CMYK010.720.72
HSL343.1º100%13.92%-
HSV(B)343.1º100%27.84%-
XYZ2.721.390.79-
YUV23.51126.02161.87-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 78.02%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 20 (8.20% from 255) = 21.98%
R=78.02%
G=0%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71020010.720.72343.110013.92
Hex47014064484815764e
Octal107024014411011052714416
Binary1000111010100011001001001000100100010101011111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470014; }

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

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

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

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

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

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

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

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