Html Css Color HEX #401B1C Rustic Red

📋 copy color: '#401B1C'

red 64 ◦ green 27 ◦ blue 28

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

Shades of Rustic Red #401B1C

Tints of Rustic Red #401B1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 23.53%

R = 53.78%
G = 22.69%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.56

 K value IS 0.75

RGB Variations

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

Color information

#401B1C (or 0x401B1C) is known color: Rustic Red. HEX triplet: 40, 1B and 1C. RGB value is (64,27,28). Sum of RGB (Red+Green+Blue) = 64+27+28=119 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.78% from 119); Green value is 27 (10.94% from 255 or 22.69% from 119); Blue value is 28 (11.33% from 255 or 23.53% from 119); Max value from RGB is 64 - color contains mainly: red. Hex color #401B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401B1C is #BFE4E3. Grayscale: #262626. Windows color (decimal): -12575972 or 1841984. OLE color: 1841984.

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

Color convert

RGB 64 27 28 -
CMYK 0 0.58 0.56 0.75
HSL 358.38º 0.41% 0.18% -
HSV(B) 358.38º 0.58% 0.25% -
XYZ 2.72 1.96 1.33 -
YUV 38.18 122.26 146.42 -
System Red Green Blue C M Y K H S L
Decimal 64 27 28 0 0.58 0.56 0.75 358.38 0.41 0.18
Hex 40 1B 1C 0 3A 38 4B 166 29 12
Octal 100 33 34 0 72 70 113 546 51 22
Binary 1000000 11011 11100 0 111010 111000 1001011 101100110 101001 10010

Color Harmonies of #401B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401B1C

Black with #401B1C

Text Example


Text Example

White with #401B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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