#470305

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

Shades of Rustic Red #470305

Tints of Rustic Red #470305

Color information

#470305 (or 0x470305) is unknown color: approx Rustic Red. HEX triplet: 47, 03 and 05. RGB value is (71,3,5). Sum of RGB (Red+Green+Blue) = 71+3+5=79 (10% of max value = 765). Red value is 71 (28.12% from 255 or 89.87% from 79); Green value is 3 (1.56% from 255 or 3.80% from 79); Blue value is 5 (2.34% from 255 or 6.33% from 79); Max value from RGB is 71 - color contains mainly: red. Hex color #470305 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470305 is #B8FCFA. Grayscale: #171717. Windows color (decimal): -12123387 or 328519. OLE color: 328519.

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

Color convert

RGB7135-
CMYK00.960.930.72
HSL358.24º91.89%14.51%-
HSV(B)358.24º95.77%27.84%-
XYZ2.661.420.28-
YUV23.56117.53161.84-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 89.87%
GREEN value IS 3 (1.56% from 255) = 3.80%
BLUE value IS 5 (2.34% from 255) = 6.33%
R=89.87%
G=3.80%
B=6.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.93
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal713500.960.930.72358.2491.8914.51
Hex47350605D481665cf
Octal10735014013511054613417
Binary100011111101011000001011101100100010110011010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470305; }

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

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

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

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

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

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

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

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