#470315

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

Shades of Rustic Red #470315

Tints of Rustic Red #470315

Color information

#470315 (or 0x470315) is unknown color: approx Rustic Red. HEX triplet: 47, 03 and 15. RGB value is (71,3,21). Sum of RGB (Red+Green+Blue) = 71+3+21=95 (12% of max value = 765). Red value is 71 (28.12% from 255 or 74.74% from 95); Green value is 3 (1.56% from 255 or 3.16% from 95); Blue value is 21 (8.59% from 255 or 22.11% from 95); Max value from RGB is 71 - color contains mainly: red. Hex color #470315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470315 is #B8FCEA. Grayscale: #191919. Windows color (decimal): -12123371 or 1377095. OLE color: 1377095.

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

Color convert

RGB71321-
CMYK00.960.700.72
HSL344.12º91.89%14.51%-
HSV(B)344.12º95.77%27.84%-
XYZ2.771.460.85-
YUV25.38125.53160.54-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 74.74%
GREEN value IS 3 (1.56% from 255) = 3.16%
BLUE value IS 21 (8.59% from 255) = 22.11%
R=74.74%
G=3.16%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.70
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7132100.960.700.72344.1291.8914.51
Hex4731506046481585cf
Octal107325014010611053013417
Binary10001111110101011000001000110100100010101100010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470315; }

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

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

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

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

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

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

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

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