#471315

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

Shades of Rustic Red #471315

Tints of Rustic Red #471315

Color information

#471315 (or 0x471315) is unknown color: approx Rustic Red. HEX triplet: 47, 13 and 15. RGB value is (71,19,21). Sum of RGB (Red+Green+Blue) = 71+19+21=111 (14% of max value = 765). Red value is 71 (28.12% from 255 or 63.96% from 111); Green value is 19 (7.81% from 255 or 17.12% from 111); Blue value is 21 (8.59% from 255 or 18.92% from 111); Max value from RGB is 71 - color contains mainly: red. Hex color #471315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471315 is #B8ECEA. Grayscale: #222222. Windows color (decimal): -12119275 or 1381191. OLE color: 1381191.

HSL color Cylindrical-coordinate representation of color #471315: hue angle of 357.69º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #471315 is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.72.

Color convert

RGB711921-
CMYK00.730.700.72
HSL357.69º57.78%17.65%-
HSV(B)357.69º73.24%27.84%-
XYZ2.971.860.91-
YUV34.78120.23153.84-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 63.96%
GREEN value IS 19 (7.81% from 255) = 17.12%
BLUE value IS 21 (8.59% from 255) = 18.92%
R=63.96%
G=17.12%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.70
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71192100.730.700.72357.6957.7817.65
Hex47131504946481663a12
Octal107232501111061105467222
Binary10001111001110101010010011000110100100010110011011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471315; }

 p { color: rgb(71,19,21); }

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

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

 a { background-color: rgb(71,19,21); }

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

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

 span { border-color: rgb(71,19,21); }

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