#400912

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

Shades of Rustic Red #400912

Tints of Rustic Red #400912

Color information

#400912 (or 0x400912) is unknown color: approx Rustic Red. HEX triplet: 40, 09 and 12. RGB value is (64,9,18). Sum of RGB (Red+Green+Blue) = 64+9+18=91 (12% of max value = 765). Red value is 64 (25.39% from 255 or 70.33% from 91); Green value is 9 (3.91% from 255 or 9.89% from 91); Blue value is 18 (7.42% from 255 or 19.78% from 91); Max value from RGB is 64 - color contains mainly: red. Hex color #400912 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400912 is #BFF6ED. Grayscale: #1A1A1A. Windows color (decimal): -12580590 or 1182016. OLE color: 1182016.

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

Color convert

RGB64918-
CMYK00.860.720.75
HSL350.18º75.34%14.31%-
HSV(B)350.18º85.94%25.1%-
XYZ2.321.330.71-
YUV26.47123.22154.77-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 70.33%
GREEN value IS 9 (3.91% from 255) = 9.89%
BLUE value IS 18 (7.42% from 255) = 19.78%
R=70.33%
G=9.89%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6491800.860.720.75350.1875.3414.31
Hex40912056484B15e4be
Octal1001122012611011353611316
Binary1000000100110010010101101001000100101110101111010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400912; }

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

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

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

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

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

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

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

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