#47040A

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

Shades of Rustic Red #47040A

Tints of Rustic Red #47040A

Color information

#47040A (or 0x47040A) is unknown color: approx Rustic Red. HEX triplet: 47, 04 and 0A. RGB value is (71,4,10). Sum of RGB (Red+Green+Blue) = 71+4+10=85 (11% of max value = 765). Red value is 71 (28.12% from 255 or 83.53% from 85); Green value is 4 (1.95% from 255 or 4.71% from 85); Blue value is 10 (4.30% from 255 or 11.76% from 85); Max value from RGB is 71 - color contains mainly: red. Hex color #47040A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47040A is #B8FBF5. Grayscale: #181818. Windows color (decimal): -12123126 or 656455. OLE color: 656455.

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

Color convert

RGB71410-
CMYK00.940.860.72
HSL354.63º89.33%14.71%-
HSV(B)354.63º94.37%27.84%-
XYZ2.71.450.42-
YUV24.72119.7161.01-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 83.53%
GREEN value IS 4 (1.95% from 255) = 4.71%
BLUE value IS 10 (4.30% from 255) = 11.76%
R=83.53%
G=4.71%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7141000.940.860.72354.6389.3314.71
Hex474A05E564816359f
Octal107412013612611054313117
Binary10001111001010010111101010110100100010110001110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47040A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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