#47161A

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

Shades of Rustic Red #47161A

Tints of Rustic Red #47161A

Color information

#47161A (or 0x47161A) is unknown color: approx Rustic Red. HEX triplet: 47, 16 and 1A. RGB value is (71,22,26). Sum of RGB (Red+Green+Blue) = 71+22+26=119 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.66% from 119); Green value is 22 (8.98% from 255 or 18.49% from 119); Blue value is 26 (10.55% from 255 or 21.85% from 119); Max value from RGB is 71 - color contains mainly: red. Hex color #47161A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47161A is #B8E9E5. Grayscale: #252525. Windows color (decimal): -12118502 or 1709639. OLE color: 1709639.

HSL color Cylindrical-coordinate representation of color #47161A: hue angle of 355.1º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47161A is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.72.

Color convert

RGB712226-
CMYK00.690.630.72
HSL355.1º52.69%18.24%-
HSV(B)355.1º69.01%27.84%-
XYZ3.071.991.2-
YUV37.11121.73152.17-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 59.66%
GREEN value IS 22 (8.98% from 255) = 18.49%
BLUE value IS 26 (10.55% from 255) = 21.85%
R=59.66%
G=18.49%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.63
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71222600.690.630.72355.152.6918.24
Hex47161A0453F481633512
Octal10726320105771105436522
Binary1000111101101101001000101111111100100010110001111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47161A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47161A; }

 p { color: rgb(71,22,26); }

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

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

 a { background-color: rgb(71,22,26); }

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

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

 span { border-color: rgb(71,22,26); }

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