#400A0D

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

Shades of Rustic Red #400A0D

Tints of Rustic Red #400A0D

Color information

#400A0D (or 0x400A0D) is unknown color: approx Rustic Red. HEX triplet: 40, 0A and 0D. RGB value is (64,10,13). Sum of RGB (Red+Green+Blue) = 64+10+13=87 (11% of max value = 765). Red value is 64 (25.39% from 255 or 73.56% from 87); Green value is 10 (4.30% from 255 or 11.49% from 87); Blue value is 13 (5.47% from 255 or 14.94% from 87); Max value from RGB is 64 - color contains mainly: red. Hex color #400A0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400A0D is #BFF5F2. Grayscale: #1A1A1A. Windows color (decimal): -12580339 or 854592. OLE color: 854592.

HSL color Cylindrical-coordinate representation of color #400A0D: hue angle of 356.67º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #400A0D is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB641013-
CMYK00.840.800.75
HSL356.67º72.97%14.51%-
HSV(B)356.67º84.38%25.1%-
XYZ2.31.340.52-
YUV26.49120.39154.76-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 73.56%
GREEN value IS 10 (4.30% from 255) = 11.49%
BLUE value IS 13 (5.47% from 255) = 14.94%
R=73.56%
G=11.49%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.80
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64101300.840.800.75356.6772.9714.51
Hex40AD054504B16549f
Octal1001215012412011354511117
Binary100000010101101010101001010000100101110110010110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400A0D; }

 p { color: rgb(64,10,13); }

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

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

 a { background-color: rgb(64,10,13); }

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

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

 span { border-color: rgb(64,10,13); }

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