#400312

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

Shades of Rustic Red #400312

Tints of Rustic Red #400312

Color information

#400312 (or 0x400312) is unknown color: approx Rustic Red. HEX triplet: 40, 03 and 12. RGB value is (64,3,18). Sum of RGB (Red+Green+Blue) = 64+3+18=85 (11% of max value = 765). Red value is 64 (25.39% from 255 or 75.29% from 85); Green value is 3 (1.56% from 255 or 3.53% from 85); Blue value is 18 (7.42% from 255 or 21.18% from 85); Max value from RGB is 64 - color contains mainly: red. Hex color #400312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400312 is #BFFCED. Grayscale: #161616. Windows color (decimal): -12582126 or 1180480. OLE color: 1180480.

HSL color Cylindrical-coordinate representation of color #400312: hue angle of 345.25º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #400312 is Cyan = 0, Magento = 0.95, Yellow = 0.72 and Black (K on CMYK) = 0.75.

Color convert

RGB64318-
CMYK00.950.720.75
HSL345.25º91.04%13.14%-
HSV(B)345.25º95.31%25.1%-
XYZ2.261.20.68-
YUV22.95125.21157.28-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 75.29%
GREEN value IS 3 (1.56% from 255) = 3.53%
BLUE value IS 18 (7.42% from 255) = 21.18%
R=75.29%
G=3.53%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6431800.950.720.75345.2591.0413.14
Hex4031205F484B1595bd
Octal100322013711011353113315
Binary10000001110010010111111001000100101110101100110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400312; }

 p { color: rgb(64,3,18); }

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

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

 a { background-color: rgb(64,3,18); }

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

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

 span { border-color: rgb(64,3,18); }

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