Html Css Color HEX #401A1D Rustic Red

📋 copy color: '#401A1D'

red 64 ◦ green 26 ◦ blue 29

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

Shades of Rustic Red #401A1D

Tints of Rustic Red #401A1D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 21.85%

 BLUE value IS 29 (11.72% from 255) = 24.37%

R = 53.78%
G = 21.85%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.55

 K value IS 0.75

RGB Variations

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

Color information

#401A1D (or 0x401A1D) is known color: Rustic Red. HEX triplet: 40, 1A and 1D. RGB value is (64,26,29). Sum of RGB (Red+Green+Blue) = 64+26+29=119 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.78% from 119); Green value is 26 (10.55% from 255 or 21.85% from 119); Blue value is 29 (11.72% from 255 or 24.37% from 119); Max value from RGB is 64 - color contains mainly: red. Hex color #401A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401A1D is #BFE5E2. Grayscale: #252525. Windows color (decimal): -12576227 or 1907264. OLE color: 1907264.

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

Color convert

RGB 64 26 29 -
CMYK 0 0.59 0.55 0.75
HSL 355.26º 0.42% 0.18% -
HSV(B) 355.26º 0.59% 0.25% -
XYZ 2.71 1.92 1.39 -
YUV 37.7 123.09 146.76 -
System Red Green Blue C M Y K H S L
Decimal 64 26 29 0 0.59 0.55 0.75 355.26 0.42 0.18
Hex 40 1A 1D 0 3B 37 4B 163 2A 12
Octal 100 32 35 0 73 67 113 543 52 22
Binary 1000000 11010 11101 0 111011 110111 1001011 101100011 101010 10010

Color Harmonies of #401A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401A1D

Black with #401A1D

Text Example


Text Example

White with #401A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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