#400F1A

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

Shades of Rustic Red #400F1A

Tints of Rustic Red #400F1A

Color information

#400F1A (or 0x400F1A) is unknown color: approx Rustic Red. HEX triplet: 40, 0F and 1A. RGB value is (64,15,26). Sum of RGB (Red+Green+Blue) = 64+15+26=105 (13% of max value = 765). Red value is 64 (25.39% from 255 or 60.95% from 105); Green value is 15 (6.25% from 255 or 14.29% from 105); Blue value is 26 (10.55% from 255 or 24.76% from 105); Max value from RGB is 64 - color contains mainly: red. Hex color #400F1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400F1A is #BFF0E5. Grayscale: #1E1E1E. Windows color (decimal): -12579046 or 1707840. OLE color: 1707840.

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

Color convert

RGB641526-
CMYK00.770.590.75
HSL346.53º62.03%15.49%-
HSV(B)346.53º76.56%25.1%-
XYZ2.471.511.14-
YUV30.9125.23151.61-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 60.95%
GREEN value IS 15 (6.25% from 255) = 14.29%
BLUE value IS 26 (10.55% from 255) = 24.76%
R=60.95%
G=14.29%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.59
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64152600.770.590.75346.5362.0315.49
Hex40F1A04D3B4B15b3ef
Octal10017320115731135337617
Binary10000001111110100100110111101110010111010110111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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