#41181D

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

Shades of Rustic Red #41181D

Tints of Rustic Red #41181D

Color information

#41181D (or 0x41181D) is unknown color: approx Rustic Red. HEX triplet: 41, 18 and 1D. RGB value is (65,24,29). Sum of RGB (Red+Green+Blue) = 65+24+29=118 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.08% from 118); Green value is 24 (9.77% from 255 or 20.34% from 118); Blue value is 29 (11.72% from 255 or 24.58% from 118); Max value from RGB is 65 - color contains mainly: red. Hex color #41181D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41181D is #BEE7E2. Grayscale: #242424. Windows color (decimal): -12511203 or 1906753. OLE color: 1906753.

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

Color convert

RGB652429-
CMYK00.630.550.75
HSL352.68º46.07%17.45%-
HSV(B)352.68º63.08%25.49%-
XYZ2.731.871.38-
YUV36.83123.58148.09-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 55.08%
GREEN value IS 24 (9.77% from 255) = 20.34%
BLUE value IS 29 (11.72% from 255) = 24.58%
R=55.08%
G=20.34%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65242900.630.550.75352.6846.0717.45
Hex41181D03F374B1612e11
Octal1013035077671135415621
Binary100000111000111010111111110111100101110110000110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41181D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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