#47181A

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

Shades of Rustic Red #47181A

Tints of Rustic Red #47181A

Color information

#47181A (or 0x47181A) is unknown color: approx Rustic Red. HEX triplet: 47, 18 and 1A. RGB value is (71,24,26). Sum of RGB (Red+Green+Blue) = 71+24+26=121 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.68% from 121); Green value is 24 (9.77% from 255 or 19.83% from 121); Blue value is 26 (10.55% from 255 or 21.49% from 121); Max value from RGB is 71 - color contains mainly: red. Hex color #47181A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47181A is #B8E7E5. Grayscale: #262626. Windows color (decimal): -12117990 or 1710151. OLE color: 1710151.

HSL color Cylindrical-coordinate representation of color #47181A: hue angle of 357.45º 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 #47181A is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.72.

Color convert

RGB712426-
CMYK00.660.630.72
HSL357.45º49.47%18.63%-
HSV(B)357.45º66.2%27.84%-
XYZ3.112.071.21-
YUV38.28121.07151.34-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 58.68%
GREEN value IS 24 (9.77% from 255) = 19.83%
BLUE value IS 26 (10.55% from 255) = 21.49%
R=58.68%
G=19.83%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.63
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71242600.660.630.72357.4549.4718.63
Hex47181A0423F481653113
Octal10730320102771105456123
Binary1000111110001101001000010111111100100010110010111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47181A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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