#47020A

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

Shades of Rustic Red #47020A

Tints of Rustic Red #47020A

Color information

#47020A (or 0x47020A) is unknown color: approx Rustic Red. HEX triplet: 47, 02 and 0A. RGB value is (71,2,10). Sum of RGB (Red+Green+Blue) = 71+2+10=83 (10% of max value = 765). Red value is 71 (28.12% from 255 or 85.54% from 83); Green value is 2 (1.17% from 255 or 2.41% from 83); Blue value is 10 (4.30% from 255 or 12.05% from 83); Max value from RGB is 71 - color contains mainly: red. Hex color #47020A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47020A is #B8FDF5. Grayscale: #171717. Windows color (decimal): -12123638 or 655943. OLE color: 655943.

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

Color convert

RGB71210-
CMYK00.970.860.72
HSL353.04º94.52%14.31%-
HSV(B)353.04º97.18%27.84%-
XYZ2.681.40.42-
YUV23.54120.36161.85-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 85.54%
GREEN value IS 2 (1.17% from 255) = 2.41%
BLUE value IS 10 (4.30% from 255) = 12.05%
R=85.54%
G=2.41%
B=12.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7121000.970.860.72353.0494.5214.31
Hex472A06156481615fe
Octal107212014112611054113716
Binary1000111101010011000011010110100100010110000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47020A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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