#401A1F

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

Shades of Rustic Red #401A1F

Tints of Rustic Red #401A1F

Color information

#401A1F (or 0x401A1F) is unknown color: approx Rustic Red. HEX triplet: 40, 1A and 1F. RGB value is (64,26,31). Sum of RGB (Red+Green+Blue) = 64+26+31=121 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.89% from 121); Green value is 26 (10.55% from 255 or 21.49% from 121); Blue value is 31 (12.5% from 255 or 25.62% from 121); Max value from RGB is 64 - color contains mainly: red. Hex color #401A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401A1F is #BFE5E0. Grayscale: #252525. Windows color (decimal): -12576225 or 2038336. OLE color: 2038336.

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

Color convert

RGB642631-
CMYK00.590.520.75
HSL352.11º42.22%17.65%-
HSV(B)352.11º59.38%25.1%-
XYZ2.731.931.52-
YUV37.93124.09146.59-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 52.89%
GREEN value IS 26 (10.55% from 255) = 21.49%
BLUE value IS 31 (12.5% from 255) = 25.62%
R=52.89%
G=21.49%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64263100.590.520.75352.1142.2217.65
Hex401A1F03B344B1602a12
Octal1003237073641135405222
Binary100000011010111110111011110100100101110110000010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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