#47010A

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

Shades of Rustic Red #47010A

Tints of Rustic Red #47010A

Color information

#47010A (or 0x47010A) is unknown color: approx Rustic Red. HEX triplet: 47, 01 and 0A. RGB value is (71,1,10). Sum of RGB (Red+Green+Blue) = 71+1+10=82 (10% of max value = 765). Red value is 71 (28.12% from 255 or 86.59% from 82); Green value is 1 (0.78% from 255 or 1.22% from 82); Blue value is 10 (4.30% from 255 or 12.20% from 82); Max value from RGB is 71 - color contains mainly: red. Hex color #47010A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47010A is #B8FEF5. Grayscale: #161616. Windows color (decimal): -12123894 or 655687. OLE color: 655687.

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

Color convert

RGB71110-
CMYK00.990.860.72
HSL352.29º97.22%14.12%-
HSV(B)352.29º98.59%27.84%-
XYZ2.661.380.41-
YUV22.96120.69162.27-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 86.59%
GREEN value IS 1 (0.78% from 255) = 1.22%
BLUE value IS 10 (4.30% from 255) = 12.20%
R=86.59%
G=1.22%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7111000.990.860.72352.2997.2214.12
Hex471A063564816061e
Octal107112014312611054014116
Binary100011111010011000111010110100100010110000011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47010A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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