#471419

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

Shades of Rustic Red #471419

Tints of Rustic Red #471419

Color information

#471419 (or 0x471419) is unknown color: approx Rustic Red. HEX triplet: 47, 14 and 19. RGB value is (71,20,25). Sum of RGB (Red+Green+Blue) = 71+20+25=116 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.21% from 116); Green value is 20 (8.20% from 255 or 17.24% from 116); Blue value is 25 (10.16% from 255 or 21.55% from 116); Max value from RGB is 71 - color contains mainly: red. Hex color #471419 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471419 is #B8EBE6. Grayscale: #232323. Windows color (decimal): -12119015 or 1643591. OLE color: 1643591.

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

Color convert

RGB712025-
CMYK00.720.650.72
HSL354.12º56.04%17.84%-
HSV(B)354.12º71.83%27.84%-
XYZ3.021.911.13-
YUV35.82121.9153.09-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 61.21%
GREEN value IS 20 (8.20% from 255) = 17.24%
BLUE value IS 25 (10.16% from 255) = 21.55%
R=61.21%
G=17.24%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.65
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71202500.720.650.72354.1256.0417.84
Hex47141904841481623812
Octal107243101101011105427022
Binary10001111010011001010010001000001100100010110001011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471419; }

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

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

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

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

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

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

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

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