#400b16

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

Shades of Rustic Red #400B16

Tints of Rustic Red #400B16

Color information

#400B16 (or 0x400B16) is unknown color: approx Rustic Red. HEX triplet: 40, 0B and 16. RGB value is (64,11,22). Sum of RGB (Red+Green+Blue) = 64+11+22=97 (12% of max value = 765). Red value is 64 (25.39% from 255 or 65.98% from 97); Green value is 11 (4.69% from 255 or 11.34% from 97); Blue value is 22 (8.98% from 255 or 22.68% from 97); Max value from RGB is 64 - color contains mainly: red. Hex color #400B16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400B16 is #BFF4E9. Grayscale: #1C1C1C. Windows color (decimal): -12580074 or 1444672. OLE color: 1444672.

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

Color convert

RGB641122-
CMYK00.830.660.75
HSL347.55º70.67%14.71%-
HSV(B)347.55º82.81%25.1%-
XYZ2.381.390.9-
YUV28.1124.56153.61-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 65.98%
GREEN value IS 11 (4.69% from 255) = 11.34%
BLUE value IS 22 (8.98% from 255) = 22.68%
R=65.98%
G=11.34%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.66
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64112200.830.660.75347.5570.6714.71
Hex40B16053424B15c47f
Octal1001326012310211353410717
Binary1000000101110110010100111000010100101110101110010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400b16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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