#41181E

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

Shades of Rustic Red #41181E

Tints of Rustic Red #41181E

Color information

#41181E (or 0x41181E) is unknown color: approx Rustic Red. HEX triplet: 41, 18 and 1E. RGB value is (65,24,30). Sum of RGB (Red+Green+Blue) = 65+24+30=119 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.62% from 119); Green value is 24 (9.77% from 255 or 20.17% from 119); Blue value is 30 (12.11% from 255 or 25.21% from 119); Max value from RGB is 65 - color contains mainly: red. Hex color #41181E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41181E is #BEE7E1. Grayscale: #242424. Windows color (decimal): -12511202 or 1972289. OLE color: 1972289.

HSL color Cylindrical-coordinate representation of color #41181E: hue angle of 351.22º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #41181E is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.75.

Color convert

RGB652430-
CMYK00.630.540.75
HSL351.22º46.07%17.45%-
HSV(B)351.22º63.08%25.49%-
XYZ2.741.871.44-
YUV36.94124.08148.01-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 54.62%
GREEN value IS 24 (9.77% from 255) = 20.17%
BLUE value IS 30 (12.11% from 255) = 25.21%
R=54.62%
G=20.17%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.54
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65243000.630.540.75351.2246.0717.45
Hex41181E03F364B15f2e11
Octal1013036077661135375621
Binary100000111000111100111111110110100101110101111110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41181E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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