#471012

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

Shades of Rustic Red #471012

Tints of Rustic Red #471012

Color information

#471012 (or 0x471012) is unknown color: approx Rustic Red. HEX triplet: 47, 10 and 12. RGB value is (71,16,18). Sum of RGB (Red+Green+Blue) = 71+16+18=105 (13% of max value = 765). Red value is 71 (28.12% from 255 or 67.62% from 105); Green value is 16 (6.64% from 255 or 15.24% from 105); Blue value is 18 (7.42% from 255 or 17.14% from 105); Max value from RGB is 71 - color contains mainly: red. Hex color #471012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471012 is #B8EFED. Grayscale: #202020. Windows color (decimal): -12120046 or 1183815. OLE color: 1183815.

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

Color convert

RGB711618-
CMYK00.770.750.72
HSL357.82º63.22%17.06%-
HSV(B)357.82º77.46%27.84%-
XYZ2.891.750.76-
YUV32.67119.72155.34-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 67.62%
GREEN value IS 16 (6.64% from 255) = 15.24%
BLUE value IS 18 (7.42% from 255) = 17.14%
R=67.62%
G=15.24%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71161800.770.750.72357.8263.2217.06
Hex47101204D4B481663f11
Octal107202201151131105467721
Binary10001111000010010010011011001011100100010110011011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471012; }

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

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

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

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

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

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

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

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