#470813

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

Shades of Rustic Red #470813

Tints of Rustic Red #470813

Color information

#470813 (or 0x470813) is unknown color: approx Rustic Red. HEX triplet: 47, 08 and 13. RGB value is (71,8,19). Sum of RGB (Red+Green+Blue) = 71+8+19=98 (12% of max value = 765). Red value is 71 (28.12% from 255 or 72.45% from 98); Green value is 8 (3.52% from 255 or 8.16% from 98); Blue value is 19 (7.81% from 255 or 19.39% from 98); Max value from RGB is 71 - color contains mainly: red. Hex color #470813 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470813 is #B8F7EC. Grayscale: #1C1C1C. Windows color (decimal): -12122093 or 1247303. OLE color: 1247303.

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

Color convert

RGB71819-
CMYK00.890.730.72
HSL349.52º79.75%15.49%-
HSV(B)349.52º88.73%27.84%-
XYZ2.81.560.77-
YUV28.09122.87158.61-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 72.45%
GREEN value IS 8 (3.52% from 255) = 8.16%
BLUE value IS 19 (7.81% from 255) = 19.39%
R=72.45%
G=8.16%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.73
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7181900.890.730.72349.5279.7515.49
Hex47813059494815e50f
Octal1071023013111111053612017
Binary1000111100010011010110011001001100100010101111010100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470813; }

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

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

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

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

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

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

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

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