#471218

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

Shades of Rustic Red #471218

Tints of Rustic Red #471218

Color information

#471218 (or 0x471218) is unknown color: approx Rustic Red. HEX triplet: 47, 12 and 18. RGB value is (71,18,24). Sum of RGB (Red+Green+Blue) = 71+18+24=113 (14% of max value = 765). Red value is 71 (28.12% from 255 or 62.83% from 113); Green value is 18 (7.42% from 255 or 15.93% from 113); Blue value is 24 (9.77% from 255 or 21.24% from 113); Max value from RGB is 71 - color contains mainly: red. Hex color #471218 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471218 is #B8EDE7. Grayscale: #222222. Windows color (decimal): -12119528 or 1577543. OLE color: 1577543.

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

Color convert

RGB711824-
CMYK00.750.660.72
HSL353.21º59.55%17.45%-
HSV(B)353.21º74.65%27.84%-
XYZ2.981.841.06-
YUV34.53122.06154.01-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 62.83%
GREEN value IS 18 (7.42% from 255) = 15.93%
BLUE value IS 24 (9.77% from 255) = 21.24%
R=62.83%
G=15.93%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.66
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71182400.750.660.72353.2159.5517.45
Hex47121804B42481613c11
Octal107223001131021105417421
Binary10001111001011000010010111000010100100010110000111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471218; }

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

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

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

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

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

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

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

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