#471013

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

Shades of Rustic Red #471013

Tints of Rustic Red #471013

Color information

#471013 (or 0x471013) is unknown color: approx Rustic Red. HEX triplet: 47, 10 and 13. RGB value is (71,16,19). Sum of RGB (Red+Green+Blue) = 71+16+19=106 (14% of max value = 765). Red value is 71 (28.12% from 255 or 66.98% from 106); Green value is 16 (6.64% from 255 or 15.09% from 106); Blue value is 19 (7.81% from 255 or 17.92% from 106); Max value from RGB is 71 - color contains mainly: red. Hex color #471013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471013 is #B8EFEC. Grayscale: #202020. Windows color (decimal): -12120045 or 1249351. OLE color: 1249351.

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

Color convert

RGB711619-
CMYK00.770.730.72
HSL356.73º63.22%17.06%-
HSV(B)356.73º77.46%27.84%-
XYZ2.91.760.8-
YUV32.79120.22155.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 66.98%
GREEN value IS 16 (6.64% from 255) = 15.09%
BLUE value IS 19 (7.81% from 255) = 17.92%
R=66.98%
G=15.09%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.73
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71161900.770.730.72356.7363.2217.06
Hex47101304D49481653f11
Octal107202301151111105457721
Binary10001111000010011010011011001001100100010110010111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471013; }

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

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

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

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

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

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

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

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