#470105

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

Shades of Rustic Red #470105

Tints of Rustic Red #470105

Color information

#470105 (or 0x470105) is unknown color: approx Rustic Red. HEX triplet: 47, 01 and 05. RGB value is (71,1,5). Sum of RGB (Red+Green+Blue) = 71+1+5=77 (10% of max value = 765). Red value is 71 (28.12% from 255 or 92.21% from 77); Green value is 1 (0.78% from 255 or 1.30% from 77); Blue value is 5 (2.34% from 255 or 6.49% from 77); Max value from RGB is 71 - color contains mainly: red. Hex color #470105 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470105 is #B8FEFA. Grayscale: #161616. Windows color (decimal): -12123899 or 328007. OLE color: 328007.

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

Color convert

RGB7115-
CMYK00.990.930.72
HSL356.57º97.22%14.12%-
HSV(B)356.57º98.59%27.84%-
XYZ2.641.370.27-
YUV22.39118.19162.67-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 92.21%
GREEN value IS 1 (0.78% from 255) = 1.30%
BLUE value IS 5 (2.34% from 255) = 6.49%
R=92.21%
G=1.30%
B=6.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.93
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal711500.990.930.72356.5797.2214.12
Hex47150635D4816561e
Octal10715014313511054514116
Binary10001111101011000111011101100100010110010111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470105; }

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

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

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

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

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

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

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

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