#400919

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

Shades of Rustic Red #400919

Tints of Rustic Red #400919

Color information

#400919 (or 0x400919) is unknown color: approx Rustic Red. HEX triplet: 40, 09 and 19. RGB value is (64,9,25). Sum of RGB (Red+Green+Blue) = 64+9+25=98 (12% of max value = 765). Red value is 64 (25.39% from 255 or 65.31% from 98); Green value is 9 (3.91% from 255 or 9.18% from 98); Blue value is 25 (10.16% from 255 or 25.51% from 98); Max value from RGB is 64 - color contains mainly: red. Hex color #400919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400919 is #BFF6E6. Grayscale: #1B1B1B. Windows color (decimal): -12580583 or 1640768. OLE color: 1640768.

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

Color convert

RGB64925-
CMYK00.860.610.75
HSL342.55º75.34%14.31%-
HSV(B)342.55º85.94%25.1%-
XYZ2.391.361.06-
YUV27.27126.72154.2-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 65.31%
GREEN value IS 9 (3.91% from 255) = 9.18%
BLUE value IS 25 (10.16% from 255) = 25.51%
R=65.31%
G=9.18%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.61
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6492500.860.610.75342.5575.3414.31
Hex409190563D4B1574be
Octal100113101267511352711316
Binary100000010011100101010110111101100101110101011110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400919; }

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

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

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

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

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

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

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

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