#47070C

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

Shades of Rustic Red #47070C

Tints of Rustic Red #47070C

Color information

#47070C (or 0x47070C) is unknown color: approx Rustic Red. HEX triplet: 47, 07 and 0C. RGB value is (71,7,12). Sum of RGB (Red+Green+Blue) = 71+7+12=90 (11% of max value = 765). Red value is 71 (28.12% from 255 or 78.89% from 90); Green value is 7 (3.12% from 255 or 7.78% from 90); Blue value is 12 (5.08% from 255 or 13.33% from 90); Max value from RGB is 71 - color contains mainly: red. Hex color #47070C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47070C is #B8F8F3. Grayscale: #1A1A1A. Windows color (decimal): -12122356 or 788295. OLE color: 788295.

HSL color Cylindrical-coordinate representation of color #47070C: hue angle of 355.31º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #47070C is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.72.

Color convert

RGB71712-
CMYK00.900.830.72
HSL355.31º82.05%15.29%-
HSV(B)355.31º90.14%27.84%-
XYZ2.741.520.5-
YUV26.71119.7159.59-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 78.89%
GREEN value IS 7 (3.12% from 255) = 7.78%
BLUE value IS 12 (5.08% from 255) = 13.33%
R=78.89%
G=7.78%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.83
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7171200.900.830.72355.3182.0515.29
Hex477C05A534816352f
Octal107714013212311054312217
Binary10001111111100010110101010011100100010110001110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47070C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47070C; }

 p { color: rgb(71,7,12); }

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

<style>
 a { background-color: #47070C; }

 a { background-color: rgb(71,7,12); }

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

<style>
 span { border-color: #47070C; }

 span { border-color: rgb(71,7,12); }

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