#470001

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

Shades of Rustic Red #470001

Tints of Rustic Red #470001

Color information

#470001 (or 0x470001) is unknown color: approx Rustic Red. HEX triplet: 47, 00 and 01. RGB value is (71,0,1). Sum of RGB (Red+Green+Blue) = 71+0+1=72 (9% of max value = 765). Red value is 71 (28.12% from 255 or 98.61% from 72); Green value is 0 (0.39% from 255 or 0% from 72); Blue value is 1 (0.78% from 255 or 1.39% from 72); Max value from RGB is 71 - color contains mainly: red. Hex color #470001 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470001 is #B8FFFE. Grayscale: #151515. Windows color (decimal): -12124159 or 65607. OLE color: 65607.

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

Color convert

RGB7101-
CMYK010.990.72
HSL359.15º100%13.92%-
HSV(B)359.15º100%27.84%-
XYZ2.61.340.15-
YUV21.34116.52163.42-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 98.61%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 1 (0.78% from 255) = 1.39%
R=98.61%
G=0%
B=1.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.99
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7101010.990.72359.1510013.92
Hex4701064634816764e
Octal10701014414311054714416
Binary100011101011001001100011100100010110011111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470001; }

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

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

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

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

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

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

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

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