#400F18

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

Shades of Rustic Red #400F18

Tints of Rustic Red #400F18

Color information

#400F18 (or 0x400F18) is unknown color: approx Rustic Red. HEX triplet: 40, 0F and 18. RGB value is (64,15,24). Sum of RGB (Red+Green+Blue) = 64+15+24=103 (13% of max value = 765). Red value is 64 (25.39% from 255 or 62.14% from 103); Green value is 15 (6.25% from 255 or 14.56% from 103); Blue value is 24 (9.77% from 255 or 23.30% from 103); Max value from RGB is 64 - color contains mainly: red. Hex color #400F18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400F18 is #BFF0E7. Grayscale: #1E1E1E. Windows color (decimal): -12579048 or 1576768. OLE color: 1576768.

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

Color convert

RGB641524-
CMYK00.770.620.75
HSL348.98º62.03%15.49%-
HSV(B)348.98º76.56%25.1%-
XYZ2.451.51.02-
YUV30.68124.23151.77-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 62.14%
GREEN value IS 15 (6.25% from 255) = 14.56%
BLUE value IS 24 (9.77% from 255) = 23.30%
R=62.14%
G=14.56%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64152400.770.620.75348.9862.0315.49
Hex40F1804D3E4B15d3ef
Octal10017300115761135357617
Binary10000001111110000100110111111010010111010111011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,15,24); }

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

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

 a { background-color: rgb(64,15,24); }

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

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

 span { border-color: rgb(64,15,24); }

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