#470114

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

Shades of Rustic Red #470114

Tints of Rustic Red #470114

Color information

#470114 (or 0x470114) is unknown color: approx Rustic Red. HEX triplet: 47, 01 and 14. RGB value is (71,1,20). Sum of RGB (Red+Green+Blue) = 71+1+20=92 (12% of max value = 765). Red value is 71 (28.12% from 255 or 77.17% from 92); Green value is 1 (0.78% from 255 or 1.09% from 92); Blue value is 20 (8.20% from 255 or 21.74% from 92); Max value from RGB is 71 - color contains mainly: red. Hex color #470114 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470114 is #B8FEEB. Grayscale: #181818. Windows color (decimal): -12123884 or 1311047. OLE color: 1311047.

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

Color convert

RGB71120-
CMYK00.990.720.72
HSL343.71º97.22%14.12%-
HSV(B)343.71º98.59%27.84%-
XYZ2.741.410.79-
YUV24.1125.69161.46-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 77.17%
GREEN value IS 1 (0.78% from 255) = 1.09%
BLUE value IS 20 (8.20% from 255) = 21.74%
R=77.17%
G=1.09%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7112000.990.720.72343.7197.2214.12
Hex47114063484815861e
Octal107124014311011053014116
Binary1000111110100011000111001000100100010101100011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470114; }

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

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

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

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

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

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

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

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