Html Css Color HEX #401C1D Rustic Red

📋 copy color: '#401C1D'

red 64 ◦ green 28 ◦ blue 29

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

Shades of Rustic Red #401C1D

Tints of Rustic Red #401C1D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 23.14%

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

R = 52.89%
G = 23.14%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.55

 K value IS 0.75

RGB Variations

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

Color information

#401C1D (or 0x401C1D) is known color: Rustic Red. HEX triplet: 40, 1C and 1D. RGB value is (64,28,29). Sum of RGB (Red+Green+Blue) = 64+28+29=121 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.89% from 121); Green value is 28 (11.33% from 255 or 23.14% from 121); Blue value is 29 (11.72% from 255 or 23.97% from 121); Max value from RGB is 64 - color contains mainly: red. Hex color #401C1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401C1D is #BFE3E2. Grayscale: #262626. Windows color (decimal): -12575715 or 1907776. OLE color: 1907776.

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

Color convert

RGB 64 28 29 -
CMYK 0 0.56 0.55 0.75
HSL 358.33º 0.39% 0.18% -
HSV(B) 358.33º 0.56% 0.25% -
XYZ 2.75 2.01 1.41 -
YUV 38.88 122.43 145.92 -
System Red Green Blue C M Y K H S L
Decimal 64 28 29 0 0.56 0.55 0.75 358.33 0.39 0.18
Hex 40 1C 1D 0 38 37 4B 166 27 12
Octal 100 34 35 0 70 67 113 546 47 22
Binary 1000000 11100 11101 0 111000 110111 1001011 101100110 100111 10010

Color Harmonies of #401C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401C1D

Black with #401C1D

Text Example


Text Example

White with #401C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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