Html Css Color HEX #401B1E Rustic Red

📋 copy color: '#401B1E'

red 64 ◦ green 27 ◦ blue 30

#401B1E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #401B1E

Tints of Rustic Red #401B1E

RGB

 RED value IS 64 (25.39% from 255) = 52.89%

 GREEN value IS 27 (10.94% from 255) = 22.31%

 BLUE value IS 30 (12.11% from 255) = 24.79%

R = 52.89%
G = 22.31%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.53

 K value IS 0.75

RGB Variations

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

Color information

#401B1E (or 0x401B1E) is known color: Rustic Red. HEX triplet: 40, 1B and 1E. RGB value is (64,27,30). Sum of RGB (Red+Green+Blue) = 64+27+30=121 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.89% from 121); Green value is 27 (10.94% from 255 or 22.31% from 121); Blue value is 30 (12.11% from 255 or 24.79% from 121); Max value from RGB is 64 - color contains mainly: red. Hex color #401B1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401B1E is #BFE4E1. Grayscale: #262626. Windows color (decimal): -12575970 or 1973056. OLE color: 1973056.

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

Color convert

RGB 64 27 30 -
CMYK 0 0.58 0.53 0.75
HSL 355.14º 0.41% 0.18% -
HSV(B) 355.14º 0.58% 0.25% -
XYZ 2.74 1.97 1.46 -
YUV 38.41 123.26 146.26 -
System Red Green Blue C M Y K H S L
Decimal 64 27 30 0 0.58 0.53 0.75 355.14 0.41 0.18
Hex 40 1B 1E 0 3A 35 4B 163 29 12
Octal 100 33 36 0 72 65 113 543 51 22
Binary 1000000 11011 11110 0 111010 110101 1001011 101100011 101001 10010

Color Harmonies of #401B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401B1E

Black with #401B1E

Text Example


Text Example

White with #401B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #401B1E;
 }
 .AnyTagClassName
 {
   color: #401B1E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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