Html Css Color HEX #401B1F Rustic Red

📋 copy color: '#401B1F'

red 64 ◦ green 27 ◦ blue 31

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

Shades of Rustic Red #401B1F

Tints of Rustic Red #401B1F

RGB

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

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

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

R = 52.46%
G = 22.13%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.52

 K value IS 0.75

RGB Variations

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

Color information

#401B1F (or 0x401B1F) is known color: Rustic Red. HEX triplet: 40, 1B and 1F. RGB value is (64,27,31). Sum of RGB (Red+Green+Blue) = 64+27+31=122 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.46% from 122); Green value is 27 (10.94% from 255 or 22.13% from 122); Blue value is 31 (12.5% from 255 or 25.41% from 122); Max value from RGB is 64 - color contains mainly: red. Hex color #401B1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401B1F is #BFE4E0. Grayscale: #262626. Windows color (decimal): -12575969 or 2038592. OLE color: 2038592.

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

Color convert

RGB 64 27 31 -
CMYK 0 0.58 0.52 0.75
HSL 353.51º 0.41% 0.18% -
HSV(B) 353.51º 0.58% 0.25% -
XYZ 2.75 1.97 1.53 -
YUV 38.52 123.76 146.17 -
System Red Green Blue C M Y K H S L
Decimal 64 27 31 0 0.58 0.52 0.75 353.51 0.41 0.18
Hex 40 1B 1F 0 3A 34 4B 162 29 12
Octal 100 33 37 0 72 64 113 542 51 22
Binary 1000000 11011 11111 0 111010 110100 1001011 101100010 101001 10010

Color Harmonies of #401B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401B1F

Black with #401B1F

Text Example


Text Example

White with #401B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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