#471112

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

Shades of Rustic Red #471112

Tints of Rustic Red #471112

Color information

#471112 (or 0x471112) is unknown color: approx Rustic Red. HEX triplet: 47, 11 and 12. RGB value is (71,17,18). Sum of RGB (Red+Green+Blue) = 71+17+18=106 (14% of max value = 765). Red value is 71 (28.12% from 255 or 66.98% from 106); Green value is 17 (7.03% from 255 or 16.04% from 106); Blue value is 18 (7.42% from 255 or 16.98% from 106); Max value from RGB is 71 - color contains mainly: red. Hex color #471112 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471112 is #B8EEED. Grayscale: #212121. Windows color (decimal): -12119790 or 1184071. OLE color: 1184071.

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

Color convert

RGB711718-
CMYK00.760.750.72
HSL358.89º61.36%17.25%-
HSV(B)358.89º76.06%27.84%-
XYZ2.911.780.76-
YUV33.26119.39154.92-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 66.98%
GREEN value IS 17 (7.03% from 255) = 16.04%
BLUE value IS 18 (7.42% from 255) = 16.98%
R=66.98%
G=16.04%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71171800.760.750.72358.8961.3617.25
Hex47111204C4B481673d11
Octal107212201141131105477521
Binary10001111000110010010011001001011100100010110011111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471112; }

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

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

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

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

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

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

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

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