#470415

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

Shades of Rustic Red #470415

Tints of Rustic Red #470415

Color information

#470415 (or 0x470415) is unknown color: approx Rustic Red. HEX triplet: 47, 04 and 15. RGB value is (71,4,21). Sum of RGB (Red+Green+Blue) = 71+4+21=96 (12% of max value = 765). Red value is 71 (28.12% from 255 or 73.96% from 96); Green value is 4 (1.95% from 255 or 4.17% from 96); Blue value is 21 (8.59% from 255 or 21.88% from 96); Max value from RGB is 71 - color contains mainly: red. Hex color #470415 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470415 is #B8FBEA. Grayscale: #191919. Windows color (decimal): -12123115 or 1377351. OLE color: 1377351.

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

Color convert

RGB71421-
CMYK00.940.700.72
HSL344.78º89.33%14.71%-
HSV(B)344.78º94.37%27.84%-
XYZ2.781.480.85-
YUV25.97125.2160.12-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 73.96%
GREEN value IS 4 (1.95% from 255) = 4.17%
BLUE value IS 21 (8.59% from 255) = 21.88%
R=73.96%
G=4.17%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.70
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7142100.940.700.72344.7889.3314.71
Hex4741505E464815959f
Octal107425013610611053113117
Binary100011110010101010111101000110100100010101100110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470415; }

 p { color: rgb(71,4,21); }

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

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

 a { background-color: rgb(71,4,21); }

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

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

 span { border-color: rgb(71,4,21); }

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