#471219

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

Shades of Rustic Red #471219

Tints of Rustic Red #471219

Color information

#471219 (or 0x471219) is unknown color: approx Rustic Red. HEX triplet: 47, 12 and 19. RGB value is (71,18,25). Sum of RGB (Red+Green+Blue) = 71+18+25=114 (15% of max value = 765). Red value is 71 (28.12% from 255 or 62.28% from 114); Green value is 18 (7.42% from 255 or 15.79% from 114); Blue value is 25 (10.16% from 255 or 21.93% from 114); Max value from RGB is 71 - color contains mainly: red. Hex color #471219 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471219 is #B8EDE6. Grayscale: #222222. Windows color (decimal): -12119527 or 1643079. OLE color: 1643079.

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

Color convert

RGB711825-
CMYK00.750.650.72
HSL352.08º59.55%17.45%-
HSV(B)352.08º74.65%27.84%-
XYZ2.991.841.12-
YUV34.64122.56153.93-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 62.28%
GREEN value IS 18 (7.42% from 255) = 15.79%
BLUE value IS 25 (10.16% from 255) = 21.93%
R=62.28%
G=15.79%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.65
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71182500.750.650.72352.0859.5517.45
Hex47121904B41481603c11
Octal107223101131011105407421
Binary10001111001011001010010111000001100100010110000011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471219; }

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

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

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

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

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

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

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

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