#471B1C

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

Shades of Rustic Red #471B1C

Tints of Rustic Red #471B1C

Color information

#471B1C (or 0x471B1C) is unknown color: approx Rustic Red. HEX triplet: 47, 1B and 1C. RGB value is (71,27,28). Sum of RGB (Red+Green+Blue) = 71+27+28=126 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.35% from 126); Green value is 27 (10.94% from 255 or 21.43% from 126); Blue value is 28 (11.33% from 255 or 22.22% from 126); Max value from RGB is 71 - color contains mainly: red. Hex color #471B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471B1C is #B8E4E3. Grayscale: #282828. Windows color (decimal): -12117220 or 1841991. OLE color: 1841991.

HSL color Cylindrical-coordinate representation of color #471B1C: hue angle of 358.64º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #471B1C is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.72.

Color convert

RGB712728-
CMYK00.620.610.72
HSL358.64º44.9%19.22%-
HSV(B)358.64º61.97%27.84%-
XYZ3.22.211.36-
YUV40.27121.08149.92-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 56.35%
GREEN value IS 27 (10.94% from 255) = 21.43%
BLUE value IS 28 (11.33% from 255) = 22.22%
R=56.35%
G=21.43%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.61
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71272800.620.610.72358.6444.919.22
Hex471B1C03E3D481672d13
Octal1073334076751105475523
Binary100011111011111000111110111101100100010110011110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471B1C; }

 p { color: rgb(71,27,28); }

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

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

 a { background-color: rgb(71,27,28); }

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

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

 span { border-color: rgb(71,27,28); }

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