#471215

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

Shades of Rustic Red #471215

Tints of Rustic Red #471215

Color information

#471215 (or 0x471215) is unknown color: approx Rustic Red. HEX triplet: 47, 12 and 15. RGB value is (71,18,21). Sum of RGB (Red+Green+Blue) = 71+18+21=110 (14% of max value = 765). Red value is 71 (28.12% from 255 or 64.55% from 110); Green value is 18 (7.42% from 255 or 16.36% from 110); Blue value is 21 (8.59% from 255 or 19.09% from 110); Max value from RGB is 71 - color contains mainly: red. Hex color #471215 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471215 is #B8EDEA. Grayscale: #222222. Windows color (decimal): -12119531 or 1380935. OLE color: 1380935.

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

Color convert

RGB711821-
CMYK00.750.700.72
HSL356.6º59.55%17.45%-
HSV(B)356.6º74.65%27.84%-
XYZ2.951.830.91-
YUV34.19120.56154.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 64.55%
GREEN value IS 18 (7.42% from 255) = 16.36%
BLUE value IS 21 (8.59% from 255) = 19.09%
R=64.55%
G=16.36%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.70
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71182100.750.700.72356.659.5517.45
Hex47121504B46481653c11
Octal107222501131061105457421
Binary10001111001010101010010111000110100100010110010111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471215; }

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

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

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

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

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

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

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

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