#41040D

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

Shades of Rustic Red #41040D

Tints of Rustic Red #41040D

Color information

#41040D (or 0x41040D) is unknown color: approx Rustic Red. HEX triplet: 41, 04 and 0D. RGB value is (65,4,13). Sum of RGB (Red+Green+Blue) = 65+4+13=82 (10% of max value = 765). Red value is 65 (25.78% from 255 or 79.27% from 82); Green value is 4 (1.95% from 255 or 4.88% from 82); Blue value is 13 (5.47% from 255 or 15.85% from 82); Max value from RGB is 65 - color contains mainly: red. Hex color #41040D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41040D is #BEFBF2. Grayscale: #171717. Windows color (decimal): -12516339 or 853057. OLE color: 853057.

HSL color Cylindrical-coordinate representation of color #41040D: hue angle of 351.15º 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 #41040D is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB65413-
CMYK00.940.800.75
HSL351.15º88.41%13.53%-
HSV(B)351.15º93.85%25.49%-
XYZ2.31.240.5-
YUV23.26122.21157.77-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 79.27%
GREEN value IS 4 (1.95% from 255) = 4.88%
BLUE value IS 13 (5.47% from 255) = 15.85%
R=79.27%
G=4.88%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.80
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6541300.940.800.75351.1588.4113.53
Hex414D05E504B15f58e
Octal101415013612011353713016
Binary10000011001101010111101010000100101110101111110110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41040D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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