#41161B

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

Shades of Rustic Red #41161B

Tints of Rustic Red #41161B

Color information

#41161B (or 0x41161B) is unknown color: approx Rustic Red. HEX triplet: 41, 16 and 1B. RGB value is (65,22,27). Sum of RGB (Red+Green+Blue) = 65+22+27=114 (15% of max value = 765). Red value is 65 (25.78% from 255 or 57.02% from 114); Green value is 22 (8.98% from 255 or 19.30% from 114); Blue value is 27 (10.94% from 255 or 23.68% from 114); Max value from RGB is 65 - color contains mainly: red. Hex color #41161B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41161B is #BEE9E4. Grayscale: #232323. Windows color (decimal): -12511717 or 1775169. OLE color: 1775169.

HSL color Cylindrical-coordinate representation of color #41161B: hue angle of 353.02º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41161B is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.75.

Color convert

RGB652227-
CMYK00.660.580.75
HSL353.02º49.43%17.06%-
HSV(B)353.02º66.15%25.49%-
XYZ2.661.781.24-
YUV35.43123.25149.09-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 57.02%
GREEN value IS 22 (8.98% from 255) = 19.30%
BLUE value IS 27 (10.94% from 255) = 23.68%
R=57.02%
G=19.30%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65222700.660.580.75353.0249.4317.06
Hex41161B0423A4B1613111
Octal10126330102721135416121
Binary1000001101101101101000010111010100101110110000111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41161B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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