#471017

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

Shades of Rustic Red #471017

Tints of Rustic Red #471017

Color information

#471017 (or 0x471017) is unknown color: approx Rustic Red. HEX triplet: 47, 10 and 17. RGB value is (71,16,23). Sum of RGB (Red+Green+Blue) = 71+16+23=110 (14% of max value = 765). Red value is 71 (28.12% from 255 or 64.55% from 110); Green value is 16 (6.64% from 255 or 14.55% from 110); Blue value is 23 (9.38% from 255 or 20.91% from 110); Max value from RGB is 71 - color contains mainly: red. Hex color #471017 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471017 is #B8EFE8. Grayscale: #212121. Windows color (decimal): -12120041 or 1511495. OLE color: 1511495.

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

Color convert

RGB711623-
CMYK00.770.680.72
HSL352.36º63.22%17.06%-
HSV(B)352.36º77.46%27.84%-
XYZ2.941.771-
YUV33.24122.22154.93-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 64.55%
GREEN value IS 16 (6.64% from 255) = 14.55%
BLUE value IS 23 (9.38% from 255) = 20.91%
R=64.55%
G=14.55%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.68
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71162300.770.680.72352.3663.2217.06
Hex47101704D44481603f11
Octal107202701151041105407721
Binary10001111000010111010011011000100100100010110000011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471017; }

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

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

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

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

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

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

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

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