#470011

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

Shades of Rustic Red #470011

Tints of Rustic Red #470011

Color information

#470011 (or 0x470011) is unknown color: approx Rustic Red. HEX triplet: 47, 00 and 11. RGB value is (71,0,17). Sum of RGB (Red+Green+Blue) = 71+0+17=88 (11% of max value = 765). Red value is 71 (28.12% from 255 or 80.68% from 88); Green value is 0 (0.39% from 255 or 0% from 88); Blue value is 17 (7.03% from 255 or 19.32% from 88); Max value from RGB is 71 - color contains mainly: red. Hex color #470011 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470011 is #B8FFEE. Grayscale: #171717. Windows color (decimal): -12124143 or 1114183. OLE color: 1114183.

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

Color convert

RGB71017-
CMYK010.760.72
HSL345.63º100%13.92%-
HSV(B)345.63º100%27.84%-
XYZ2.71.380.65-
YUV23.17124.52162.12-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 80.68%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 17 (7.03% from 255) = 19.32%
R=80.68%
G=0%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71017010.760.72345.6310013.92
Hex470110644C4815a64e
Octal107021014411411053214416
Binary1000111010001011001001001100100100010101101011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470011; }

 p { color: rgb(71,0,17); }

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

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

 a { background-color: rgb(71,0,17); }

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

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

 span { border-color: rgb(71,0,17); }

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