#471114

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

Shades of Rustic Red #471114

Tints of Rustic Red #471114

Color information

#471114 (or 0x471114) is unknown color: approx Rustic Red. HEX triplet: 47, 11 and 14. RGB value is (71,17,20). Sum of RGB (Red+Green+Blue) = 71+17+20=108 (14% of max value = 765). Red value is 71 (28.12% from 255 or 65.74% from 108); Green value is 17 (7.03% from 255 or 15.74% from 108); Blue value is 20 (8.20% from 255 or 18.52% from 108); Max value from RGB is 71 - color contains mainly: red. Hex color #471114 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471114 is #B8EEEB. Grayscale: #212121. Windows color (decimal): -12119788 or 1315143. OLE color: 1315143.

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

Color convert

RGB711720-
CMYK00.760.720.72
HSL356.67º61.36%17.25%-
HSV(B)356.67º76.06%27.84%-
XYZ2.931.790.85-
YUV33.49120.39154.76-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 65.74%
GREEN value IS 17 (7.03% from 255) = 15.74%
BLUE value IS 20 (8.20% from 255) = 18.52%
R=65.74%
G=15.74%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71172000.760.720.72356.6761.3617.25
Hex47111404C48481653d11
Octal107212401141101105457521
Binary10001111000110100010011001001000100100010110010111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471114; }

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

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

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

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

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

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

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

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