#47181B

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

Shades of Rustic Red #47181B

Tints of Rustic Red #47181B

Color information

#47181B (or 0x47181B) is unknown color: approx Rustic Red. HEX triplet: 47, 18 and 1B. RGB value is (71,24,27). Sum of RGB (Red+Green+Blue) = 71+24+27=122 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.20% from 122); Green value is 24 (9.77% from 255 or 19.67% from 122); Blue value is 27 (10.94% from 255 or 22.13% from 122); Max value from RGB is 71 - color contains mainly: red. Hex color #47181B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47181B is #B8E7E4. Grayscale: #262626. Windows color (decimal): -12117989 or 1775687. OLE color: 1775687.

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

Color convert

RGB712427-
CMYK00.660.620.72
HSL356.17º49.47%18.63%-
HSV(B)356.17º66.2%27.84%-
XYZ3.122.071.27-
YUV38.4121.57151.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 58.20%
GREEN value IS 24 (9.77% from 255) = 19.67%
BLUE value IS 27 (10.94% from 255) = 22.13%
R=58.20%
G=19.67%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71242700.660.620.72356.1749.4718.63
Hex47181B0423E481643113
Octal10730330102761105446123
Binary1000111110001101101000010111110100100010110010011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47181B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47181B; }

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

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

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

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

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

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

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

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