Html Css Color HEX #401E1F Rustic Red

📋 copy color: '#401E1F'

red 64 ◦ green 30 ◦ blue 31

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

Shades of Rustic Red #401E1F

Tints of Rustic Red #401E1F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 24%

 BLUE value IS 31 (12.5% from 255) = 24.8%

R = 51.2%
G = 24%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.52

 K value IS 0.75

RGB Variations

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

Color information

#401E1F (or 0x401E1F) is known color: Rustic Red. HEX triplet: 40, 1E and 1F. RGB value is (64,30,31). Sum of RGB (Red+Green+Blue) = 64+30+31=125 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.2% from 125); Green value is 30 (12.11% from 255 or 24% from 125); Blue value is 31 (12.5% from 255 or 24.8% from 125); Max value from RGB is 64 - color contains mainly: red. Hex color #401E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401E1F is #BFE1E0. Grayscale: #282828. Windows color (decimal): -12575201 or 2039360. OLE color: 2039360.

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

Color convert

RGB 64 30 31 -
CMYK 0 0.53 0.52 0.75
HSL 358.24º 0.36% 0.18% -
HSV(B) 358.24º 0.53% 0.25% -
XYZ 2.83 2.12 1.56 -
YUV 40.28 122.76 144.92 -
System Red Green Blue C M Y K H S L
Decimal 64 30 31 0 0.53 0.52 0.75 358.24 0.36 0.18
Hex 40 1E 1F 0 35 34 4B 166 24 12
Octal 100 36 37 0 65 64 113 546 44 22
Binary 1000000 11110 11111 0 110101 110100 1001011 101100110 100100 10010

Color Harmonies of #401E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401E1F

Black with #401E1F

Text Example


Text Example

White with #401E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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