#411C20

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

Shades of Rustic Red #411C20

Tints of Rustic Red #411C20

Color information

#411C20 (or 0x411C20) is unknown color: approx Rustic Red. HEX triplet: 41, 1C and 20. RGB value is (65,28,32). Sum of RGB (Red+Green+Blue) = 65+28+32=125 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52% from 125); Green value is 28 (11.33% from 255 or 22.4% from 125); Blue value is 32 (12.89% from 255 or 25.6% from 125); Max value from RGB is 65 - color contains mainly: red. Hex color #411C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411C20 is #BEE3DF. Grayscale: #272727. Windows color (decimal): -12510176 or 2104385. OLE color: 2104385.

HSL color Cylindrical-coordinate representation of color #411C20: hue angle of 353.51º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #411C20 is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.75.

Color convert

RGB652832-
CMYK00.570.510.75
HSL353.51º39.78%18.24%-
HSV(B)353.51º56.92%25.49%-
XYZ2.862.061.61-
YUV39.52123.76146.17-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 52%
GREEN value IS 28 (11.33% from 255) = 22.4%
BLUE value IS 32 (12.89% from 255) = 25.6%
R=52%
G=22.4%
B=25.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.51
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65283200.570.510.75353.5139.7818.24
Hex411C20039334B1622812
Octal1013440071631135425022
Binary1000001111001000000111001110011100101110110001010100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411C20; }

 p { color: rgb(65,28,32); }

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

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

 a { background-color: rgb(65,28,32); }

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

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

 span { border-color: rgb(65,28,32); }

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