#401A1B

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

Shades of Rustic Red #401A1B

Tints of Rustic Red #401A1B

Color information

#401A1B (or 0x401A1B) is unknown color: approx Rustic Red. HEX triplet: 40, 1A and 1B. RGB value is (64,26,27). Sum of RGB (Red+Green+Blue) = 64+26+27=117 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.70% from 117); Green value is 26 (10.55% from 255 or 22.22% from 117); Blue value is 27 (10.94% from 255 or 23.08% from 117); Max value from RGB is 64 - color contains mainly: red. Hex color #401A1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401A1B is #BFE5E4. Grayscale: #252525. Windows color (decimal): -12576229 or 1776192. OLE color: 1776192.

HSL color Cylindrical-coordinate representation of color #401A1B: hue angle of 358.42º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #401A1B is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.75.

Color convert

RGB642627-
CMYK00.590.580.75
HSL358.42º42.22%17.65%-
HSV(B)358.42º59.38%25.1%-
XYZ2.681.911.26-
YUV37.48122.09146.92-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 54.70%
GREEN value IS 26 (10.55% from 255) = 22.22%
BLUE value IS 27 (10.94% from 255) = 23.08%
R=54.70%
G=22.22%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64262700.590.580.75358.4242.2217.65
Hex401A1B03B3A4B1662a12
Octal1003233073721135465222
Binary100000011010110110111011111010100101110110011010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401A1B; }

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

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

<style>
 a { background-color: #401A1B; }

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

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

<style>
 span { border-color: #401A1B; }

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

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