#40131C

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

Shades of Rustic Red #40131C

Tints of Rustic Red #40131C

Color information

#40131C (or 0x40131C) is unknown color: approx Rustic Red. HEX triplet: 40, 13 and 1C. RGB value is (64,19,28). Sum of RGB (Red+Green+Blue) = 64+19+28=111 (14% of max value = 765). Red value is 64 (25.39% from 255 or 57.66% from 111); Green value is 19 (7.81% from 255 or 17.12% from 111); Blue value is 28 (11.33% from 255 or 25.23% from 111); Max value from RGB is 64 - color contains mainly: red. Hex color #40131C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40131C is #BFECE3. Grayscale: #212121. Windows color (decimal): -12578020 or 1839936. OLE color: 1839936.

HSL color Cylindrical-coordinate representation of color #40131C: hue angle of 348º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40131C is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.75.

Color convert

RGB641928-
CMYK00.700.560.75
HSL348º54.22%16.27%-
HSV(B)348º70.31%25.1%-
XYZ2.561.641.28-
YUV33.48124.91149.77-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 57.66%
GREEN value IS 19 (7.81% from 255) = 17.12%
BLUE value IS 28 (11.33% from 255) = 25.23%
R=57.66%
G=17.12%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.56
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64192800.700.560.7534854.2216.27
Hex40131C046384B15c3610
Octal10023340106701135346620
Binary1000000100111110001000110111000100101110101110011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40131C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40131C; }

 p { color: rgb(64,19,28); }

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

<style>
 a { background-color: #40131C; }

 a { background-color: rgb(64,19,28); }

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

<style>
 span { border-color: #40131C; }

 span { border-color: rgb(64,19,28); }

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