#470308

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

Shades of Rustic Red #470308

Tints of Rustic Red #470308

Color information

#470308 (or 0x470308) is unknown color: approx Rustic Red. HEX triplet: 47, 03 and 08. RGB value is (71,3,8). Sum of RGB (Red+Green+Blue) = 71+3+8=82 (10% of max value = 765). Red value is 71 (28.12% from 255 or 86.59% from 82); Green value is 3 (1.56% from 255 or 3.66% from 82); Blue value is 8 (3.52% from 255 or 9.76% from 82); Max value from RGB is 71 - color contains mainly: red. Hex color #470308 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470308 is #B8FCF7. Grayscale: #171717. Windows color (decimal): -12123384 or 525127. OLE color: 525127.

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

Color convert

RGB7138-
CMYK00.960.890.72
HSL355.59º91.89%14.51%-
HSV(B)355.59º95.77%27.84%-
XYZ2.671.420.36-
YUV23.9119.03161.59-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 86.59%
GREEN value IS 3 (1.56% from 255) = 3.66%
BLUE value IS 8 (3.52% from 255) = 9.76%
R=86.59%
G=3.66%
B=9.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.89
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal713800.960.890.72355.5991.8914.51
Hex473806059481645cf
Octal107310014013111054413417
Binary1000111111000011000001011001100100010110010010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470308; }

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

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

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

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

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

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

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

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