#400104

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

Shades of Rustic Red #400104

Tints of Rustic Red #400104

Color information

#400104 (or 0x400104) is unknown color: approx Rustic Red. HEX triplet: 40, 01 and 04. RGB value is (64,1,4). Sum of RGB (Red+Green+Blue) = 64+1+4=69 (9% of max value = 765). Red value is 64 (25.39% from 255 or 92.75% from 69); Green value is 1 (0.78% from 255 or 1.45% from 69); Blue value is 4 (1.95% from 255 or 5.80% from 69); Max value from RGB is 64 - color contains mainly: red. Hex color #400104 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400104 is #BFFEFB. Grayscale: #141414. Windows color (decimal): -12582652 or 262464. OLE color: 262464.

HSL color Cylindrical-coordinate representation of color #400104: hue angle of 357.14º 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 #400104 is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.75.

Color convert

RGB6414-
CMYK00.980.940.75
HSL357.14º96.92%12.75%-
HSV(B)357.14º98.44%25.1%-
XYZ2.151.120.22-
YUV20.18118.87159.26-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 92.75%
GREEN value IS 1 (0.78% from 255) = 1.45%
BLUE value IS 4 (1.95% from 255) = 5.80%
R=92.75%
G=1.45%
B=5.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.94
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal641400.980.940.75357.1496.9212.75
Hex40140625E4B16561d
Octal10014014213611354514115
Binary10000001100011000101011110100101110110010111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400104; }

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

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

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

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

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

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

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

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