#470102

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

Shades of Rustic Red #470102

Tints of Rustic Red #470102

Color information

#470102 (or 0x470102) is unknown color: approx Rustic Red. HEX triplet: 47, 01 and 02. RGB value is (71,1,2). Sum of RGB (Red+Green+Blue) = 71+1+2=74 (9% of max value = 765). Red value is 71 (28.12% from 255 or 95.95% from 74); Green value is 1 (0.78% from 255 or 1.35% from 74); Blue value is 2 (1.17% from 255 or 2.70% from 74); Max value from RGB is 71 - color contains mainly: red. Hex color #470102 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470102 is #B8FEFD. Grayscale: #161616. Windows color (decimal): -12123902 or 131399. OLE color: 131399.

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

Color convert

RGB7112-
CMYK00.990.970.72
HSL359.14º97.22%14.12%-
HSV(B)359.14º98.59%27.84%-
XYZ2.621.370.18-
YUV22.04116.69162.92-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 95.95%
GREEN value IS 1 (0.78% from 255) = 1.35%
BLUE value IS 2 (1.17% from 255) = 2.70%
R=95.95%
G=1.35%
B=2.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal711200.990.970.72359.1497.2214.12
Hex4712063614816761e
Octal10712014314111054714116
Binary1000111110011000111100001100100010110011111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470102; }

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

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

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

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

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

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

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

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