#47070F

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

Shades of Rustic Red #47070F

Tints of Rustic Red #47070F

Color information

#47070F (or 0x47070F) is unknown color: approx Rustic Red. HEX triplet: 47, 07 and 0F. RGB value is (71,7,15). Sum of RGB (Red+Green+Blue) = 71+7+15=93 (12% of max value = 765). Red value is 71 (28.12% from 255 or 76.34% from 93); Green value is 7 (3.12% from 255 or 7.53% from 93); Blue value is 15 (6.25% from 255 or 16.13% from 93); Max value from RGB is 71 - color contains mainly: red. Hex color #47070F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47070F is #B8F8F0. Grayscale: #1B1B1B. Windows color (decimal): -12122353 or 984903. OLE color: 984903.

HSL color Cylindrical-coordinate representation of color #47070F: hue angle of 352.5º 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 #47070F is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB71715-
CMYK00.900.790.72
HSL352.5º82.05%15.29%-
HSV(B)352.5º90.14%27.84%-
XYZ2.761.530.6-
YUV27.05121.2159.35-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 76.34%
GREEN value IS 7 (3.12% from 255) = 7.53%
BLUE value IS 15 (6.25% from 255) = 16.13%
R=76.34%
G=7.53%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7171500.900.790.72352.582.0515.29
Hex477F05A4F4816052f
Octal107717013211711054012217
Binary10001111111111010110101001111100100010110000010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47070F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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