#47030C

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

Shades of Rustic Red #47030C

Tints of Rustic Red #47030C

Color information

#47030C (or 0x47030C) is unknown color: approx Rustic Red. HEX triplet: 47, 03 and 0C. RGB value is (71,3,12). Sum of RGB (Red+Green+Blue) = 71+3+12=86 (11% of max value = 765). Red value is 71 (28.12% from 255 or 82.56% from 86); Green value is 3 (1.56% from 255 or 3.49% from 86); Blue value is 12 (5.08% from 255 or 13.95% from 86); Max value from RGB is 71 - color contains mainly: red. Hex color #47030C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47030C is #B8FCF3. Grayscale: #181818. Windows color (decimal): -12123380 or 787271. OLE color: 787271.

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

Color convert

RGB71312-
CMYK00.960.830.72
HSL352.06º91.89%14.51%-
HSV(B)352.06º95.77%27.84%-
XYZ2.71.430.48-
YUV24.36121.03161.27-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 82.56%
GREEN value IS 3 (1.56% from 255) = 3.49%
BLUE value IS 12 (5.08% from 255) = 13.95%
R=82.56%
G=3.49%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.83
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7131200.960.830.72352.0691.8914.51
Hex473C06053481605cf
Octal107314014012311054013417
Binary1000111111100011000001010011100100010110000010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47030C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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