#400C1B

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

Shades of Rustic Red #400C1B

Tints of Rustic Red #400C1B

Color information

#400C1B (or 0x400C1B) is unknown color: approx Rustic Red. HEX triplet: 40, 0C and 1B. RGB value is (64,12,27). Sum of RGB (Red+Green+Blue) = 64+12+27=103 (13% of max value = 765). Red value is 64 (25.39% from 255 or 62.14% from 103); Green value is 12 (5.08% from 255 or 11.65% from 103); Blue value is 27 (10.94% from 255 or 26.21% from 103); Max value from RGB is 64 - color contains mainly: red. Hex color #400C1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400C1B is #BFF3E4. Grayscale: #1D1D1D. Windows color (decimal): -12579813 or 1772608. OLE color: 1772608.

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

Color convert

RGB641227-
CMYK00.810.580.75
HSL342.69º68.42%14.9%-
HSV(B)342.69º81.25%25.1%-
XYZ2.441.431.18-
YUV29.26126.73152.78-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 62.14%
GREEN value IS 12 (5.08% from 255) = 11.65%
BLUE value IS 27 (10.94% from 255) = 26.21%
R=62.14%
G=11.65%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64122700.810.580.75342.6968.4214.9
Hex40C1B0513A4B15744f
Octal100143301217211352710417
Binary100000011001101101010001111010100101110101011110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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