#47020D

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

Shades of Rustic Red #47020D

Tints of Rustic Red #47020D

Color information

#47020D (or 0x47020D) is unknown color: approx Rustic Red. HEX triplet: 47, 02 and 0D. RGB value is (71,2,13). Sum of RGB (Red+Green+Blue) = 71+2+13=86 (11% of max value = 765). Red value is 71 (28.12% from 255 or 82.56% from 86); Green value is 2 (1.17% from 255 or 2.33% from 86); Blue value is 13 (5.47% from 255 or 15.12% from 86); Max value from RGB is 71 - color contains mainly: red. Hex color #47020D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47020D is #B8FDF2. Grayscale: #171717. Windows color (decimal): -12123635 or 852551. OLE color: 852551.

HSL color Cylindrical-coordinate representation of color #47020D: hue angle of 350.43º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #47020D is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB71213-
CMYK00.970.820.72
HSL350.43º94.52%14.31%-
HSV(B)350.43º97.18%27.84%-
XYZ2.691.410.51-
YUV23.88121.86161.61-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 82.56%
GREEN value IS 2 (1.17% from 255) = 2.33%
BLUE value IS 13 (5.47% from 255) = 15.12%
R=82.56%
G=2.33%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7121300.970.820.72350.4394.5214.31
Hex472D061524815e5fe
Octal107215014112211053613716
Binary1000111101101011000011010010100100010101111010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47020D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47020D; }

 p { color: rgb(71,2,13); }

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

<style>
 a { background-color: #47020D; }

 a { background-color: rgb(71,2,13); }

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

<style>
 span { border-color: #47020D; }

 span { border-color: rgb(71,2,13); }

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