#41040E

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

Shades of Rustic Red #41040E

Tints of Rustic Red #41040E

Color information

#41040E (or 0x41040E) is unknown color: approx Rustic Red. HEX triplet: 41, 04 and 0E. RGB value is (65,4,14). Sum of RGB (Red+Green+Blue) = 65+4+14=83 (10% of max value = 765). Red value is 65 (25.78% from 255 or 78.31% from 83); Green value is 4 (1.95% from 255 or 4.82% from 83); Blue value is 14 (5.86% from 255 or 16.87% from 83); Max value from RGB is 65 - color contains mainly: red. Hex color #41040E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41040E is #BEFBF1. Grayscale: #171717. Windows color (decimal): -12516338 or 918593. OLE color: 918593.

HSL color Cylindrical-coordinate representation of color #41040E: hue angle of 350.16º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #41040E is Cyan = 0, Magento = 0.94, Yellow = 0.78 and Black (K on CMYK) = 0.75.

Color convert

RGB65414-
CMYK00.940.780.75
HSL350.16º88.41%13.53%-
HSV(B)350.16º93.85%25.49%-
XYZ2.31.240.53-
YUV23.38122.71157.69-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 78.31%
GREEN value IS 4 (1.95% from 255) = 4.82%
BLUE value IS 14 (5.86% from 255) = 16.87%
R=78.31%
G=4.82%
B=16.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.78
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6541400.940.780.75350.1688.4113.53
Hex414E05E4E4B15e58e
Octal101416013611611353613016
Binary10000011001110010111101001110100101110101111010110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41040E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41040E; }

 p { color: rgb(65,4,14); }

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

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

 a { background-color: rgb(65,4,14); }

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

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

 span { border-color: rgb(65,4,14); }

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