#470816

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

Shades of Rustic Red #470816

Tints of Rustic Red #470816

Color information

#470816 (or 0x470816) is unknown color: approx Rustic Red. HEX triplet: 47, 08 and 16. RGB value is (71,8,22). Sum of RGB (Red+Green+Blue) = 71+8+22=101 (13% of max value = 765). Red value is 71 (28.12% from 255 or 70.30% from 101); Green value is 8 (3.52% from 255 or 7.92% from 101); Blue value is 22 (8.98% from 255 or 21.78% from 101); Max value from RGB is 71 - color contains mainly: red. Hex color #470816 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470816 is #B8F7E9. Grayscale: #1C1C1C. Windows color (decimal): -12122090 or 1443911. OLE color: 1443911.

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

Color convert

RGB71822-
CMYK00.890.690.72
HSL346.67º79.75%15.49%-
HSV(B)346.67º88.73%27.84%-
XYZ2.831.570.91-
YUV28.43124.37158.36-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 70.30%
GREEN value IS 8 (3.52% from 255) = 7.92%
BLUE value IS 22 (8.98% from 255) = 21.78%
R=70.30%
G=7.92%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7182200.890.690.72346.6779.7515.49
Hex47816059454815b50f
Octal1071026013110511053312017
Binary1000111100010110010110011000101100100010101101110100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470816; }

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

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

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

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

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

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

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

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