#41151B

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

Shades of Rustic Red #41151B

Tints of Rustic Red #41151B

Color information

#41151B (or 0x41151B) is unknown color: approx Rustic Red. HEX triplet: 41, 15 and 1B. RGB value is (65,21,27). Sum of RGB (Red+Green+Blue) = 65+21+27=113 (14% of max value = 765). Red value is 65 (25.78% from 255 or 57.52% from 113); Green value is 21 (8.59% from 255 or 18.58% from 113); Blue value is 27 (10.94% from 255 or 23.89% from 113); Max value from RGB is 65 - color contains mainly: red. Hex color #41151B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41151B is #BEEAE4. Grayscale: #222222. Windows color (decimal): -12511973 or 1774913. OLE color: 1774913.

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

Color convert

RGB652127-
CMYK00.680.580.75
HSL351.82º51.16%16.86%-
HSV(B)351.82º67.69%25.49%-
XYZ2.651.741.23-
YUV34.84123.58149.51-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 57.52%
GREEN value IS 21 (8.59% from 255) = 18.58%
BLUE value IS 27 (10.94% from 255) = 23.89%
R=57.52%
G=18.58%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65212700.680.580.75351.8251.1616.86
Hex41151B0443A4B1603311
Octal10125330104721135406321
Binary1000001101011101101000100111010100101110110000011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41151B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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