#411218

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

Shades of Rustic Red #411218

Tints of Rustic Red #411218

Color information

#411218 (or 0x411218) is unknown color: approx Rustic Red. HEX triplet: 41, 12 and 18. RGB value is (65,18,24). Sum of RGB (Red+Green+Blue) = 65+18+24=107 (14% of max value = 765). Red value is 65 (25.78% from 255 or 60.75% from 107); Green value is 18 (7.42% from 255 or 16.82% from 107); Blue value is 24 (9.77% from 255 or 22.43% from 107); Max value from RGB is 65 - color contains mainly: red. Hex color #411218 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411218 is #BEEDE7. Grayscale: #202020. Windows color (decimal): -12512744 or 1577537. OLE color: 1577537.

HSL color Cylindrical-coordinate representation of color #411218: hue angle of 352.34º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #411218 is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.75.

Color convert

RGB651824-
CMYK00.720.630.75
HSL352.34º56.63%16.27%-
HSV(B)352.34º72.31%25.49%-
XYZ2.561.621.04-
YUV32.74123.07151.01-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 60.75%
GREEN value IS 18 (7.42% from 255) = 16.82%
BLUE value IS 24 (9.77% from 255) = 22.43%
R=60.75%
G=16.82%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.63
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65182400.720.630.75352.3456.6316.27
Hex4112180483F4B1603910
Octal10122300110771135407120
Binary1000001100101100001001000111111100101110110000011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411218; }

 p { color: rgb(65,18,24); }

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

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

 a { background-color: rgb(65,18,24); }

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

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

 span { border-color: rgb(65,18,24); }

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