#41181A

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

Shades of Rustic Red #41181A

Tints of Rustic Red #41181A

Color information

#41181A (or 0x41181A) is unknown color: approx Rustic Red. HEX triplet: 41, 18 and 1A. RGB value is (65,24,26). Sum of RGB (Red+Green+Blue) = 65+24+26=115 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.52% from 115); Green value is 24 (9.77% from 255 or 20.87% from 115); Blue value is 26 (10.55% from 255 or 22.61% from 115); Max value from RGB is 65 - color contains mainly: red. Hex color #41181A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41181A is #BEE7E5. Grayscale: #242424. Windows color (decimal): -12511206 or 1710145. OLE color: 1710145.

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

Color convert

RGB652426-
CMYK00.630.600.75
HSL357.07º46.07%17.45%-
HSV(B)357.07º63.08%25.49%-
XYZ2.691.851.19-
YUV36.49122.08148.34-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 56.52%
GREEN value IS 24 (9.77% from 255) = 20.87%
BLUE value IS 26 (10.55% from 255) = 22.61%
R=56.52%
G=20.87%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.60
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65242600.630.600.75357.0746.0717.45
Hex41181A03F3C4B1652e11
Octal1013032077741135455621
Binary100000111000110100111111111100100101110110010110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41181A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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