#400B19

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

Shades of Rustic Red #400B19

Tints of Rustic Red #400B19

Color information

#400B19 (or 0x400B19) is unknown color: approx Rustic Red. HEX triplet: 40, 0B and 19. RGB value is (64,11,25). Sum of RGB (Red+Green+Blue) = 64+11+25=100 (13% of max value = 765). Red value is 64 (25.39% from 255 or 64% from 100); Green value is 11 (4.69% from 255 or 11% from 100); Blue value is 25 (10.16% from 255 or 25% from 100); Max value from RGB is 64 - color contains mainly: red. Hex color #400B19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400B19 is #BFF4E6. Grayscale: #1C1C1C. Windows color (decimal): -12580071 or 1641280. OLE color: 1641280.

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

Color convert

RGB641125-
CMYK00.830.610.75
HSL344.15º70.67%14.71%-
HSV(B)344.15º82.81%25.1%-
XYZ2.411.41.06-
YUV28.44126.06153.36-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 64%
GREEN value IS 11 (4.69% from 255) = 11%
BLUE value IS 25 (10.16% from 255) = 25%
R=64%
G=11%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.61
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64112500.830.610.75344.1570.6714.71
Hex40B190533D4B15847f
Octal100133101237511353010717
Binary100000010111100101010011111101100101110101100010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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