Html Css Color HEX #401819 Rustic Red

📋 copy color: '#401819'

red 64 ◦ green 24 ◦ blue 25

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

Shades of Rustic Red #401819

Tints of Rustic Red #401819

RGB

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

 GREEN value IS 24 (9.77% from 255) = 21.24%

 BLUE value IS 25 (10.16% from 255) = 22.12%

R = 56.64%
G = 21.24%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.61

 K value IS 0.75

RGB Variations

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

Color information

#401819 (or 0x401819) is known color: Rustic Red. HEX triplet: 40, 18 and 19. RGB value is (64,24,25). Sum of RGB (Red+Green+Blue) = 64+24+25=113 (14% of max value = 765). Red value is 64 (25.39% from 255 or 56.64% from 113); Green value is 24 (9.77% from 255 or 21.24% from 113); Blue value is 25 (10.16% from 255 or 22.12% from 113); Max value from RGB is 64 - color contains mainly: red. Hex color #401819 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401819 is #BFE7E6. Grayscale: #242424. Windows color (decimal): -12576743 or 1644608. OLE color: 1644608.

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

Color convert

RGB 64 24 25 -
CMYK 0 0.62 0.61 0.75
HSL 358.5º 0.45% 0.17% -
HSV(B) 358.5º 0.63% 0.25% -
XYZ 2.62 1.81 1.13 -
YUV 36.07 121.75 147.92 -
System Red Green Blue C M Y K H S L
Decimal 64 24 25 0 0.62 0.61 0.75 358.5 0.45 0.17
Hex 40 18 19 0 3E 3D 4B 166 2D 11
Octal 100 30 31 0 76 75 113 546 55 21
Binary 1000000 11000 11001 0 111110 111101 1001011 101100110 101101 10001

Color Harmonies of #401819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401819

Black with #401819

Text Example


Text Example

White with #401819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401819; }

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

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

background-color css

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

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

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

border-color css

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

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

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