#47040D

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

Shades of Rustic Red #47040D

Tints of Rustic Red #47040D

Color information

#47040D (or 0x47040D) is unknown color: approx Rustic Red. HEX triplet: 47, 04 and 0D. RGB value is (71,4,13). Sum of RGB (Red+Green+Blue) = 71+4+13=88 (11% of max value = 765). Red value is 71 (28.12% from 255 or 80.68% from 88); Green value is 4 (1.95% from 255 or 4.55% from 88); Blue value is 13 (5.47% from 255 or 14.77% from 88); Max value from RGB is 71 - color contains mainly: red. Hex color #47040D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47040D is #B8FBF2. Grayscale: #191919. Windows color (decimal): -12123123 or 853063. OLE color: 853063.

HSL color Cylindrical-coordinate representation of color #47040D: hue angle of 351.94º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #47040D is Cyan = 0, Magento = 0.94, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB71413-
CMYK00.940.820.72
HSL351.94º89.33%14.71%-
HSV(B)351.94º94.37%27.84%-
XYZ2.711.460.52-
YUV25.06121.2160.77-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 80.68%
GREEN value IS 4 (1.95% from 255) = 4.55%
BLUE value IS 13 (5.47% from 255) = 14.77%
R=80.68%
G=4.55%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7141300.940.820.72351.9489.3314.71
Hex474D05E524816059f
Octal107415013612211054013117
Binary10001111001101010111101010010100100010110000010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47040D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47040D; }

 p { color: rgb(71,4,13); }

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

<style>
 a { background-color: #47040D; }

 a { background-color: rgb(71,4,13); }

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

<style>
 span { border-color: #47040D; }

 span { border-color: rgb(71,4,13); }

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