#40151D

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

Shades of Rustic Red #40151D

Tints of Rustic Red #40151D

Color information

#40151D (or 0x40151D) is unknown color: approx Rustic Red. HEX triplet: 40, 15 and 1D. RGB value is (64,21,29). Sum of RGB (Red+Green+Blue) = 64+21+29=114 (15% of max value = 765). Red value is 64 (25.39% from 255 or 56.14% from 114); Green value is 21 (8.59% from 255 or 18.42% from 114); Blue value is 29 (11.72% from 255 or 25.44% from 114); Max value from RGB is 64 - color contains mainly: red. Hex color #40151D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40151D is #BFEAE2. Grayscale: #222222. Windows color (decimal): -12577507 or 1905984. OLE color: 1905984.

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

Color convert

RGB642129-
CMYK00.670.550.75
HSL348.84º50.59%16.67%-
HSV(B)348.84º67.19%25.1%-
XYZ2.61.721.36-
YUV34.77124.75148.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 56.14%
GREEN value IS 21 (8.59% from 255) = 18.42%
BLUE value IS 29 (11.72% from 255) = 25.44%
R=56.14%
G=18.42%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64212900.670.550.75348.8450.5916.67
Hex40151D043374B15d3311
Octal10025350103671135356321
Binary1000000101011110101000011110111100101110101110111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40151D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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