#400315

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

Shades of Rustic Red #400315

Tints of Rustic Red #400315

Color information

#400315 (or 0x400315) is unknown color: approx Rustic Red. HEX triplet: 40, 03 and 15. RGB value is (64,3,21). Sum of RGB (Red+Green+Blue) = 64+3+21=88 (11% of max value = 765). Red value is 64 (25.39% from 255 or 72.73% from 88); Green value is 3 (1.56% from 255 or 3.41% from 88); Blue value is 21 (8.59% from 255 or 23.86% from 88); Max value from RGB is 64 - color contains mainly: red. Hex color #400315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400315 is #BFFCEA. Grayscale: #171717. Windows color (decimal): -12582123 or 1377088. OLE color: 1377088.

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

Color convert

RGB64321-
CMYK00.950.670.75
HSL342.3º91.04%13.14%-
HSV(B)342.3º95.31%25.1%-
XYZ2.281.210.82-
YUV23.29126.71157.04-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 72.73%
GREEN value IS 3 (1.56% from 255) = 3.41%
BLUE value IS 21 (8.59% from 255) = 23.86%
R=72.73%
G=3.41%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.67
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6432100.950.670.75342.391.0413.14
Hex4031505F434B1565bd
Octal100325013710311352613315
Binary10000001110101010111111000011100101110101011010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400315; }

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

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

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

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

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

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

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

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