#400B1B

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

Shades of Rustic Red #400B1B

Tints of Rustic Red #400B1B

Color information

#400B1B (or 0x400B1B) is unknown color: approx Rustic Red. HEX triplet: 40, 0B and 1B. RGB value is (64,11,27). Sum of RGB (Red+Green+Blue) = 64+11+27=102 (13% of max value = 765). Red value is 64 (25.39% from 255 or 62.75% from 102); Green value is 11 (4.69% from 255 or 10.78% from 102); Blue value is 27 (10.94% from 255 or 26.47% from 102); Max value from RGB is 64 - color contains mainly: red. Hex color #400B1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400B1B is #BFF4E4. Grayscale: #1C1C1C. Windows color (decimal): -12580069 or 1772352. OLE color: 1772352.

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

Color convert

RGB641127-
CMYK00.830.580.75
HSL341.89º70.67%14.71%-
HSV(B)341.89º82.81%25.1%-
XYZ2.431.411.18-
YUV28.67127.06153.2-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 62.75%
GREEN value IS 11 (4.69% from 255) = 10.78%
BLUE value IS 27 (10.94% from 255) = 26.47%
R=62.75%
G=10.78%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64112700.830.580.75341.8970.6714.71
Hex40B1B0533A4B15647f
Octal100133301237211352610717
Binary100000010111101101010011111010100101110101011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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