Html Css Color HEX #401618 Rustic Red

📋 copy color: '#401618'

red 64 ◦ green 22 ◦ blue 24

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

Shades of Rustic Red #401618

Tints of Rustic Red #401618

RGB

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

 GREEN value IS 22 (8.98% from 255) = 20%

 BLUE value IS 24 (9.77% from 255) = 21.82%

R = 58.18%
G = 20%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.62

 K value IS 0.75

RGB Variations

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

Color information

#401618 (or 0x401618) is known color: Rustic Red. HEX triplet: 40, 16 and 18. RGB value is (64,22,24). Sum of RGB (Red+Green+Blue) = 64+22+24=110 (14% of max value = 765). Red value is 64 (25.39% from 255 or 58.18% from 110); Green value is 22 (8.98% from 255 or 20% from 110); Blue value is 24 (9.77% from 255 or 21.82% from 110); Max value from RGB is 64 - color contains mainly: red. Hex color #401618 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401618 is #BFE9E7. Grayscale: #222222. Windows color (decimal): -12577256 or 1578560. OLE color: 1578560.

HSL color Cylindrical-coordinate representation of color #401618: hue angle of 357.14º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #401618 is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 22 24 -
CMYK 0 0.66 0.62 0.75
HSL 357.14º 0.49% 0.17% -
HSV(B) 357.14º 0.66% 0.25% -
XYZ 2.57 1.73 1.06 -
YUV 34.79 121.91 148.84 -
System Red Green Blue C M Y K H S L
Decimal 64 22 24 0 0.66 0.62 0.75 357.14 0.49 0.17
Hex 40 16 18 0 42 3E 4B 165 31 11
Octal 100 26 30 0 102 76 113 545 61 21
Binary 1000000 10110 11000 0 1000010 111110 1001011 101100101 110001 10001

Color Harmonies of #401618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401618

Black with #401618

Text Example


Text Example

White with #401618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401618; }

 p { color: rgb(64,22,24); }

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

background-color css

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

 a { background-color: rgb(64,22,24); }

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

border-color css

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

 span { border-color: rgb(64,22,24); }

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