#470203

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

Shades of Rustic Red #470203

Tints of Rustic Red #470203

Color information

#470203 (or 0x470203) is unknown color: approx Rustic Red. HEX triplet: 47, 02 and 03. RGB value is (71,2,3). Sum of RGB (Red+Green+Blue) = 71+2+3=76 (10% of max value = 765). Red value is 71 (28.12% from 255 or 93.42% from 76); Green value is 2 (1.17% from 255 or 2.63% from 76); Blue value is 3 (1.56% from 255 or 3.95% from 76); Max value from RGB is 71 - color contains mainly: red. Hex color #470203 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470203 is #B8FDFC. Grayscale: #161616. Windows color (decimal): -12123645 or 197191. OLE color: 197191.

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

Color convert

RGB7123-
CMYK00.970.960.72
HSL359.13º94.52%14.31%-
HSV(B)359.13º97.18%27.84%-
XYZ2.641.390.22-
YUV22.74116.86162.42-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 93.42%
GREEN value IS 2 (1.17% from 255) = 2.63%
BLUE value IS 3 (1.56% from 255) = 3.95%
R=93.42%
G=2.63%
B=3.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal712300.970.960.72359.1394.5214.31
Hex472306160481675fe
Octal10723014114011054713716
Binary10001111011011000011100000100100010110011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470203; }

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

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

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

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

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

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

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

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