#470009

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

Shades of Rustic Red #470009

Tints of Rustic Red #470009

Color information

#470009 (or 0x470009) is unknown color: approx Rustic Red. HEX triplet: 47, 00 and 09. RGB value is (71,0,9). Sum of RGB (Red+Green+Blue) = 71+0+9=80 (10% of max value = 765). Red value is 71 (28.12% from 255 or 88.75% from 80); Green value is 0 (0.39% from 255 or 0% from 80); Blue value is 9 (3.91% from 255 or 11.25% from 80); Max value from RGB is 71 - color contains mainly: red. Hex color #470009 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470009 is #B8FFF6. Grayscale: #161616. Windows color (decimal): -12124151 or 589895. OLE color: 589895.

HSL color Cylindrical-coordinate representation of color #470009: hue angle of 352.39º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #470009 is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.72.

Color convert

RGB7109-
CMYK010.870.72
HSL352.39º100%13.92%-
HSV(B)352.39º100%27.84%-
XYZ2.651.360.38-
YUV22.26120.52162.77-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 88.75%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 9 (3.91% from 255) = 11.25%
R=88.75%
G=0%
B=11.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.87
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7109010.870.72352.3910013.92
Hex4709064574816064e
Octal107011014412711054014416
Binary100011101001011001001010111100100010110000011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470009; }

 p { color: rgb(71,0,9); }

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

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

 a { background-color: rgb(71,0,9); }

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

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

 span { border-color: rgb(71,0,9); }

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