#470B17

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

Shades of Rustic Red #470B17

Tints of Rustic Red #470B17

Color information

#470B17 (or 0x470B17) is unknown color: approx Rustic Red. HEX triplet: 47, 0B and 17. RGB value is (71,11,23). Sum of RGB (Red+Green+Blue) = 71+11+23=105 (13% of max value = 765). Red value is 71 (28.12% from 255 or 67.62% from 105); Green value is 11 (4.69% from 255 or 10.48% from 105); Blue value is 23 (9.38% from 255 or 21.90% from 105); Max value from RGB is 71 - color contains mainly: red. Hex color #470B17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470B17 is #B8F4E8. Grayscale: #1E1E1E. Windows color (decimal): -12121321 or 1510215. OLE color: 1510215.

HSL color Cylindrical-coordinate representation of color #470B17: hue angle of 348º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #470B17 is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.72.

Color convert

RGB711123-
CMYK00.850.680.72
HSL348º73.17%16.08%-
HSV(B)348º84.51%27.84%-
XYZ2.871.640.98-
YUV30.31123.88157.02-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 67.62%
GREEN value IS 11 (4.69% from 255) = 10.48%
BLUE value IS 23 (9.38% from 255) = 21.90%
R=67.62%
G=10.48%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.68
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71112300.850.680.7234873.1716.08
Hex47B17055444815c4910
Octal1071327012510411053411120
Binary10001111011101110101010110001001001000101011100100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470B17; }

 p { color: rgb(71,11,23); }

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

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

 a { background-color: rgb(71,11,23); }

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

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

 span { border-color: rgb(71,11,23); }

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