#47151A

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

Shades of Rustic Red #47151A

Tints of Rustic Red #47151A

Color information

#47151A (or 0x47151A) is unknown color: approx Rustic Red. HEX triplet: 47, 15 and 1A. RGB value is (71,21,26). Sum of RGB (Red+Green+Blue) = 71+21+26=118 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.17% from 118); Green value is 21 (8.59% from 255 or 17.80% from 118); Blue value is 26 (10.55% from 255 or 22.03% from 118); Max value from RGB is 71 - color contains mainly: red. Hex color #47151A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47151A is #B8EAE5. Grayscale: #242424. Windows color (decimal): -12118758 or 1709383. OLE color: 1709383.

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

Color convert

RGB712126-
CMYK00.700.630.72
HSL354º54.35%18.04%-
HSV(B)354º70.42%27.84%-
XYZ3.051.951.19-
YUV36.52122.06152.59-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 60.17%
GREEN value IS 21 (8.59% from 255) = 17.80%
BLUE value IS 26 (10.55% from 255) = 22.03%
R=60.17%
G=17.80%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.63
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71212600.700.630.7235454.3518.04
Hex47151A0463F481623612
Octal10725320106771105426622
Binary1000111101011101001000110111111100100010110001011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47151A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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