#471217

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

Shades of Rustic Red #471217

Tints of Rustic Red #471217

Color information

#471217 (or 0x471217) is unknown color: approx Rustic Red. HEX triplet: 47, 12 and 17. RGB value is (71,18,23). Sum of RGB (Red+Green+Blue) = 71+18+23=112 (14% of max value = 765). Red value is 71 (28.12% from 255 or 63.39% from 112); Green value is 18 (7.42% from 255 or 16.07% from 112); Blue value is 23 (9.38% from 255 or 20.54% from 112); Max value from RGB is 71 - color contains mainly: red. Hex color #471217 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471217 is #B8EDE8. Grayscale: #222222. Windows color (decimal): -12119529 or 1512007. OLE color: 1512007.

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

Color convert

RGB711823-
CMYK00.750.680.72
HSL354.34º59.55%17.45%-
HSV(B)354.34º74.65%27.84%-
XYZ2.971.831.01-
YUV34.42121.56154.09-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 63.39%
GREEN value IS 18 (7.42% from 255) = 16.07%
BLUE value IS 23 (9.38% from 255) = 20.54%
R=63.39%
G=16.07%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.68
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71182300.750.680.72354.3459.5517.45
Hex47121704B44481623c11
Octal107222701131041105427421
Binary10001111001010111010010111000100100100010110001011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471217; }

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

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

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

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

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

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

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

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