#470013

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

Shades of Rustic Red #470013

Tints of Rustic Red #470013

Color information

#470013 (or 0x470013) is unknown color: approx Rustic Red. HEX triplet: 47, 00 and 13. RGB value is (71,0,19). Sum of RGB (Red+Green+Blue) = 71+0+19=90 (11% of max value = 765). Red value is 71 (28.12% from 255 or 78.89% from 90); Green value is 0 (0.39% from 255 or 0% from 90); Blue value is 19 (7.81% from 255 or 21.11% from 90); Max value from RGB is 71 - color contains mainly: red. Hex color #470013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470013 is #B8FFEC. Grayscale: #171717. Windows color (decimal): -12124141 or 1245255. OLE color: 1245255.

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

Color convert

RGB71019-
CMYK010.730.72
HSL343.94º100%13.92%-
HSV(B)343.94º100%27.84%-
XYZ2.721.390.74-
YUV23.4125.52161.96-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 78.89%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 19 (7.81% from 255) = 21.11%
R=78.89%
G=0%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.73
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71019010.730.72343.9410013.92
Hex47013064494815864e
Octal107023014411111053014416
Binary1000111010011011001001001001100100010101100011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470013; }

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

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

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

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

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

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

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

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