#400A0C

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

Shades of Rustic Red #400A0C

Tints of Rustic Red #400A0C

Color information

#400A0C (or 0x400A0C) is unknown color: approx Rustic Red. HEX triplet: 40, 0A and 0C. RGB value is (64,10,12). Sum of RGB (Red+Green+Blue) = 64+10+12=86 (11% of max value = 765). Red value is 64 (25.39% from 255 or 74.42% from 86); Green value is 10 (4.30% from 255 or 11.63% from 86); Blue value is 12 (5.08% from 255 or 13.95% from 86); Max value from RGB is 64 - color contains mainly: red. Hex color #400A0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400A0C is #BFF5F3. Grayscale: #1A1A1A. Windows color (decimal): -12580340 or 789056. OLE color: 789056.

HSL color Cylindrical-coordinate representation of color #400A0C: hue angle of 357.78º 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 #400A0C is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.75.

Color convert

RGB641012-
CMYK00.840.810.75
HSL357.78º72.97%14.51%-
HSV(B)357.78º84.38%25.1%-
XYZ2.291.330.48-
YUV26.37119.89154.84-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 74.42%
GREEN value IS 10 (4.30% from 255) = 11.63%
BLUE value IS 12 (5.08% from 255) = 13.95%
R=74.42%
G=11.63%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.81
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64101200.840.810.75357.7872.9714.51
Hex40AC054514B16649f
Octal1001214012412111354611117
Binary100000010101100010101001010001100101110110011010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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