#400A12

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

Shades of Rustic Red #400A12

Tints of Rustic Red #400A12

Color information

#400A12 (or 0x400A12) is unknown color: approx Rustic Red. HEX triplet: 40, 0A and 12. RGB value is (64,10,18). Sum of RGB (Red+Green+Blue) = 64+10+18=92 (12% of max value = 765). Red value is 64 (25.39% from 255 or 69.57% from 92); Green value is 10 (4.30% from 255 or 10.87% from 92); Blue value is 18 (7.42% from 255 or 19.57% from 92); Max value from RGB is 64 - color contains mainly: red. Hex color #400A12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400A12 is #BFF5ED. Grayscale: #1B1B1B. Windows color (decimal): -12580334 or 1182272. OLE color: 1182272.

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

Color convert

RGB641018-
CMYK00.840.720.75
HSL351.11º72.97%14.51%-
HSV(B)351.11º84.38%25.1%-
XYZ2.331.350.71-
YUV27.06122.89154.35-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 69.57%
GREEN value IS 10 (4.30% from 255) = 10.87%
BLUE value IS 18 (7.42% from 255) = 19.57%
R=69.57%
G=10.87%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64101800.840.720.75351.1172.9714.51
Hex40A12054484B15f49f
Octal1001222012411011353711117
Binary1000000101010010010101001001000100101110101111110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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