#470107

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

Shades of Rustic Red #470107

Tints of Rustic Red #470107

Color information

#470107 (or 0x470107) is unknown color: approx Rustic Red. HEX triplet: 47, 01 and 07. RGB value is (71,1,7). Sum of RGB (Red+Green+Blue) = 71+1+7=79 (10% of max value = 765). Red value is 71 (28.12% from 255 or 89.87% from 79); Green value is 1 (0.78% from 255 or 1.27% from 79); Blue value is 7 (3.12% from 255 or 8.86% from 79); Max value from RGB is 71 - color contains mainly: red. Hex color #470107 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470107 is #B8FEF8. Grayscale: #161616. Windows color (decimal): -12123897 or 459079. OLE color: 459079.

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

Color convert

RGB7117-
CMYK00.990.900.72
HSL354.86º97.22%14.12%-
HSV(B)354.86º98.59%27.84%-
XYZ2.651.380.33-
YUV22.61119.19162.51-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 89.87%
GREEN value IS 1 (0.78% from 255) = 1.27%
BLUE value IS 7 (3.12% from 255) = 8.86%
R=89.87%
G=1.27%
B=8.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.90
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal711700.990.900.72354.8697.2214.12
Hex47170635A4816361e
Octal10717014313211054314116
Binary10001111111011000111011010100100010110001111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470107; }

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

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

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

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

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

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

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

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