#470307

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

Shades of Rustic Red #470307

Tints of Rustic Red #470307

Color information

#470307 (or 0x470307) is unknown color: approx Rustic Red. HEX triplet: 47, 03 and 07. RGB value is (71,3,7). Sum of RGB (Red+Green+Blue) = 71+3+7=81 (10% of max value = 765). Red value is 71 (28.12% from 255 or 87.65% from 81); Green value is 3 (1.56% from 255 or 3.70% from 81); Blue value is 7 (3.12% from 255 or 8.64% from 81); Max value from RGB is 71 - color contains mainly: red. Hex color #470307 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470307 is #B8FCF8. Grayscale: #171717. Windows color (decimal): -12123385 or 459591. OLE color: 459591.

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

Color convert

RGB7137-
CMYK00.960.900.72
HSL356.47º91.89%14.51%-
HSV(B)356.47º95.77%27.84%-
XYZ2.671.420.33-
YUV23.79118.53161.67-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 87.65%
GREEN value IS 3 (1.56% from 255) = 3.70%
BLUE value IS 7 (3.12% from 255) = 8.64%
R=87.65%
G=3.70%
B=8.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.90
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal713700.960.900.72356.4791.8914.51
Hex47370605A481645cf
Octal10737014013211054413417
Binary100011111111011000001011010100100010110010010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470307; }

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

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

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

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

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

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

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

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