#41181B

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

Shades of Rustic Red #41181B

Tints of Rustic Red #41181B

Color information

#41181B (or 0x41181B) is unknown color: approx Rustic Red. HEX triplet: 41, 18 and 1B. RGB value is (65,24,27). Sum of RGB (Red+Green+Blue) = 65+24+27=116 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.03% from 116); Green value is 24 (9.77% from 255 or 20.69% from 116); Blue value is 27 (10.94% from 255 or 23.28% from 116); Max value from RGB is 65 - color contains mainly: red. Hex color #41181B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41181B is #BEE7E4. Grayscale: #242424. Windows color (decimal): -12511205 or 1775681. OLE color: 1775681.

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

Color convert

RGB652427-
CMYK00.630.580.75
HSL355.61º46.07%17.45%-
HSV(B)355.61º63.08%25.49%-
XYZ2.71.861.25-
YUV36.6122.58148.26-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 56.03%
GREEN value IS 24 (9.77% from 255) = 20.69%
BLUE value IS 27 (10.94% from 255) = 23.28%
R=56.03%
G=20.69%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65242700.630.580.75355.6146.0717.45
Hex41181B03F3A4B1642e11
Octal1013033077721135445621
Binary100000111000110110111111111010100101110110010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41181B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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