#41151A

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

Shades of Rustic Red #41151A

Tints of Rustic Red #41151A

Color information

#41151A (or 0x41151A) is unknown color: approx Rustic Red. HEX triplet: 41, 15 and 1A. RGB value is (65,21,26). Sum of RGB (Red+Green+Blue) = 65+21+26=112 (14% of max value = 765). Red value is 65 (25.78% from 255 or 58.04% from 112); Green value is 21 (8.59% from 255 or 18.75% from 112); Blue value is 26 (10.55% from 255 or 23.21% from 112); Max value from RGB is 65 - color contains mainly: red. Hex color #41151A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41151A is #BEEAE5. Grayscale: #222222. Windows color (decimal): -12511974 or 1709377. OLE color: 1709377.

HSL color Cylindrical-coordinate representation of color #41151A: hue angle of 353.18º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41151A is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.75.

Color convert

RGB652126-
CMYK00.680.600.75
HSL353.18º51.16%16.86%-
HSV(B)353.18º67.69%25.49%-
XYZ2.631.731.17-
YUV34.73123.08149.59-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 58.04%
GREEN value IS 21 (8.59% from 255) = 18.75%
BLUE value IS 26 (10.55% from 255) = 23.21%
R=58.04%
G=18.75%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.60
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65212600.680.600.75353.1851.1616.86
Hex41151A0443C4B1613311
Octal10125320104741135416321
Binary1000001101011101001000100111100100101110110000111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41151A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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