Html Css Color HEX #401A1B Rustic Red

📋 copy color: '#401A1B'

red 64 ◦ green 26 ◦ blue 27

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

Shades of Rustic Red #401A1B

Tints of Rustic Red #401A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 23.08%

R = 54.7%
G = 22.22%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.58

 K value IS 0.75

RGB Variations

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

Color information

#401A1B (or 0x401A1B) is known color: Rustic Red. HEX triplet: 40, 1A and 1B. RGB value is (64,26,27). Sum of RGB (Red+Green+Blue) = 64+26+27=117 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.70% from 117); Green value is 26 (10.55% from 255 or 22.22% from 117); Blue value is 27 (10.94% from 255 or 23.08% from 117); Max value from RGB is 64 - color contains mainly: red. Hex color #401A1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401A1B is #BFE5E4. Grayscale: #252525. Windows color (decimal): -12576229 or 1776192. OLE color: 1776192.

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

Color convert

RGB 64 26 27 -
CMYK 0 0.59 0.58 0.75
HSL 358.42º 0.42% 0.18% -
HSV(B) 358.42º 0.59% 0.25% -
XYZ 2.68 1.91 1.26 -
YUV 37.48 122.09 146.92 -
System Red Green Blue C M Y K H S L
Decimal 64 26 27 0 0.59 0.58 0.75 358.42 0.42 0.18
Hex 40 1A 1B 0 3B 3A 4B 166 2A 12
Octal 100 32 33 0 73 72 113 546 52 22
Binary 1000000 11010 11011 0 111011 111010 1001011 101100110 101010 10010

Color Harmonies of #401A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401A1B

Black with #401A1B

Text Example


Text Example

White with #401A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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