#471418

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

Shades of Rustic Red #471418

Tints of Rustic Red #471418

Color information

#471418 (or 0x471418) is unknown color: approx Rustic Red. HEX triplet: 47, 14 and 18. RGB value is (71,20,24). Sum of RGB (Red+Green+Blue) = 71+20+24=115 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.74% from 115); Green value is 20 (8.20% from 255 or 17.39% from 115); Blue value is 24 (9.77% from 255 or 20.87% from 115); Max value from RGB is 71 - color contains mainly: red. Hex color #471418 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471418 is #B8EBE7. Grayscale: #232323. Windows color (decimal): -12119016 or 1578055. OLE color: 1578055.

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

Color convert

RGB712024-
CMYK00.720.660.72
HSL355.29º56.04%17.84%-
HSV(B)355.29º71.83%27.84%-
XYZ3.011.911.07-
YUV35.7121.4153.17-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 61.74%
GREEN value IS 20 (8.20% from 255) = 17.39%
BLUE value IS 24 (9.77% from 255) = 20.87%
R=61.74%
G=17.39%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.66
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71202400.720.660.72355.2956.0417.84
Hex47141804842481633812
Octal107243001101021105437022
Binary10001111010011000010010001000010100100010110001111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471418; }

 p { color: rgb(71,20,24); }

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

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

 a { background-color: rgb(71,20,24); }

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

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

 span { border-color: rgb(71,20,24); }

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