#40101B

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

Shades of Rustic Red #40101B

Tints of Rustic Red #40101B

Color information

#40101B (or 0x40101B) is unknown color: approx Rustic Red. HEX triplet: 40, 10 and 1B. RGB value is (64,16,27). Sum of RGB (Red+Green+Blue) = 64+16+27=107 (14% of max value = 765). Red value is 64 (25.39% from 255 or 59.81% from 107); Green value is 16 (6.64% from 255 or 14.95% from 107); Blue value is 27 (10.94% from 255 or 25.23% from 107); Max value from RGB is 64 - color contains mainly: red. Hex color #40101B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40101B is #BFEFE4. Grayscale: #1F1F1F. Windows color (decimal): -12578789 or 1773632. OLE color: 1773632.

HSL color Cylindrical-coordinate representation of color #40101B: hue angle of 346.25º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40101B is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.75.

Color convert

RGB641627-
CMYK00.750.580.75
HSL346.25º60%15.69%-
HSV(B)346.25º75%25.1%-
XYZ2.51.541.2-
YUV31.61125.4151.11-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 59.81%
GREEN value IS 16 (6.64% from 255) = 14.95%
BLUE value IS 27 (10.94% from 255) = 25.23%
R=59.81%
G=14.95%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64162700.750.580.75346.256015.69
Hex40101B04B3A4B15a3c10
Octal10020330113721135327420
Binary1000000100001101101001011111010100101110101101011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40101B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,16,27); }

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

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

 a { background-color: rgb(64,16,27); }

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

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

 span { border-color: rgb(64,16,27); }

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