#400B1A

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

Shades of Rustic Red #400B1A

Tints of Rustic Red #400B1A

Color information

#400B1A (or 0x400B1A) is unknown color: approx Rustic Red. HEX triplet: 40, 0B and 1A. RGB value is (64,11,26). Sum of RGB (Red+Green+Blue) = 64+11+26=101 (13% of max value = 765). Red value is 64 (25.39% from 255 or 63.37% from 101); Green value is 11 (4.69% from 255 or 10.89% from 101); Blue value is 26 (10.55% from 255 or 25.74% from 101); Max value from RGB is 64 - color contains mainly: red. Hex color #400B1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400B1A is #BFF4E5. Grayscale: #1C1C1C. Windows color (decimal): -12580070 or 1706816. OLE color: 1706816.

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

Color convert

RGB641126-
CMYK00.830.590.75
HSL343.02º70.67%14.71%-
HSV(B)343.02º82.81%25.1%-
XYZ2.421.41.12-
YUV28.56126.56153.28-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 63.37%
GREEN value IS 11 (4.69% from 255) = 10.89%
BLUE value IS 26 (10.55% from 255) = 25.74%
R=63.37%
G=10.89%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.59
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64112600.830.590.75343.0270.6714.71
Hex40B1A0533B4B15747f
Octal100133201237311352710717
Binary100000010111101001010011111011100101110101011110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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