#470913

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

Shades of Rustic Red #470913

Tints of Rustic Red #470913

Color information

#470913 (or 0x470913) is unknown color: approx Rustic Red. HEX triplet: 47, 09 and 13. RGB value is (71,9,19). Sum of RGB (Red+Green+Blue) = 71+9+19=99 (13% of max value = 765). Red value is 71 (28.12% from 255 or 71.72% from 99); Green value is 9 (3.91% from 255 or 9.09% from 99); Blue value is 19 (7.81% from 255 or 19.19% from 99); Max value from RGB is 71 - color contains mainly: red. Hex color #470913 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470913 is #B8F6EC. Grayscale: #1C1C1C. Windows color (decimal): -12121837 or 1247559. OLE color: 1247559.

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

Color convert

RGB71919-
CMYK00.870.730.72
HSL350.32º77.5%15.69%-
HSV(B)350.32º87.32%27.84%-
XYZ2.811.580.77-
YUV28.68122.54158.19-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 71.72%
GREEN value IS 9 (3.91% from 255) = 9.09%
BLUE value IS 19 (7.81% from 255) = 19.19%
R=71.72%
G=9.09%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.73
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7191900.870.730.72350.3277.515.69
Hex47913057494815e4e10
Octal1071123012711111053611620
Binary10001111001100110101011110010011001000101011110100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470913; }

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

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

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

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

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

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

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

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