#47070A

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

Shades of Rustic Red #47070A

Tints of Rustic Red #47070A

Color information

#47070A (or 0x47070A) is unknown color: approx Rustic Red. HEX triplet: 47, 07 and 0A. RGB value is (71,7,10). Sum of RGB (Red+Green+Blue) = 71+7+10=88 (11% of max value = 765). Red value is 71 (28.12% from 255 or 80.68% from 88); Green value is 7 (3.12% from 255 or 7.95% from 88); Blue value is 10 (4.30% from 255 or 11.36% from 88); Max value from RGB is 71 - color contains mainly: red. Hex color #47070A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47070A is #B8F8F5. Grayscale: #1A1A1A. Windows color (decimal): -12122358 or 657223. OLE color: 657223.

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

Color convert

RGB71710-
CMYK00.900.860.72
HSL357.19º82.05%15.29%-
HSV(B)357.19º90.14%27.84%-
XYZ2.731.510.44-
YUV26.48118.7159.76-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 80.68%
GREEN value IS 7 (3.12% from 255) = 7.95%
BLUE value IS 10 (4.30% from 255) = 11.36%
R=80.68%
G=7.95%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7171000.900.860.72357.1982.0515.29
Hex477A05A564816552f
Octal107712013212611054512217
Binary10001111111010010110101010110100100010110010110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47070A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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