#40010C

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

Shades of Rustic Red #40010C

Tints of Rustic Red #40010C

Color information

#40010C (or 0x40010C) is unknown color: approx Rustic Red. HEX triplet: 40, 01 and 0C. RGB value is (64,1,12). Sum of RGB (Red+Green+Blue) = 64+1+12=77 (10% of max value = 765). Red value is 64 (25.39% from 255 or 83.12% from 77); Green value is 1 (0.78% from 255 or 1.30% from 77); Blue value is 12 (5.08% from 255 or 15.58% from 77); Max value from RGB is 64 - color contains mainly: red. Hex color #40010C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40010C is #BFFEF3. Grayscale: #151515. Windows color (decimal): -12582644 or 786752. OLE color: 786752.

HSL color Cylindrical-coordinate representation of color #40010C: hue angle of 349.52º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #40010C is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.75.

Color convert

RGB64112-
CMYK00.980.810.75
HSL349.52º96.92%12.75%-
HSV(B)349.52º98.44%25.1%-
XYZ2.191.140.45-
YUV21.09122.87158.61-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 83.12%
GREEN value IS 1 (0.78% from 255) = 1.30%
BLUE value IS 12 (5.08% from 255) = 15.58%
R=83.12%
G=1.30%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.81
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6411200.980.810.75349.5296.9212.75
Hex401C062514B15e61d
Octal100114014212111353614115
Binary100000011100011000101010001100101110101111011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40010C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,1,12); }

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

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

 a { background-color: rgb(64,1,12); }

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

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

 span { border-color: rgb(64,1,12); }

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