#41151D

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

Shades of Rustic Red #41151D

Tints of Rustic Red #41151D

Color information

#41151D (or 0x41151D) is unknown color: approx Rustic Red. HEX triplet: 41, 15 and 1D. RGB value is (65,21,29). Sum of RGB (Red+Green+Blue) = 65+21+29=115 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.52% from 115); Green value is 21 (8.59% from 255 or 18.26% from 115); Blue value is 29 (11.72% from 255 or 25.22% from 115); Max value from RGB is 65 - color contains mainly: red. Hex color #41151D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41151D is #BEEAE2. Grayscale: #232323. Windows color (decimal): -12511971 or 1905985. OLE color: 1905985.

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

Color convert

RGB652129-
CMYK00.680.550.75
HSL349.09º51.16%16.86%-
HSV(B)349.09º67.69%25.49%-
XYZ2.671.751.36-
YUV35.07124.58149.35-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 56.52%
GREEN value IS 21 (8.59% from 255) = 18.26%
BLUE value IS 29 (11.72% from 255) = 25.22%
R=56.52%
G=18.26%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65212900.680.550.75349.0951.1616.86
Hex41151D044374B15d3311
Octal10125350104671135356321
Binary1000001101011110101000100110111100101110101110111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41151D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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