Html Css Color HEX #400819 Rustic Red

📋 copy color: '#400819'

red 64 ◦ green 8 ◦ blue 25

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

Shades of Rustic Red #400819

Tints of Rustic Red #400819

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.25%

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

R = 65.98%
G = 8.25%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.61

 K value IS 0.75

RGB Variations

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

Color information

#400819 (or 0x400819) is known color: Rustic Red. HEX triplet: 40, 08 and 19. RGB value is (64,8,25). Sum of RGB (Red+Green+Blue) = 64+8+25=97 (12% of max value = 765). Red value is 64 (25.39% from 255 or 65.98% from 97); Green value is 8 (3.52% from 255 or 8.25% from 97); Blue value is 25 (10.16% from 255 or 25.77% from 97); Max value from RGB is 64 - color contains mainly: red. Hex color #400819 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400819 is #BFF7E6. Grayscale: #1A1A1A. Windows color (decimal): -12580839 or 1640512. OLE color: 1640512.

HSL color Cylindrical-coordinate representation of color #400819: hue angle of 341.79º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #400819 is Cyan = 0, Magento = 0.87, Yellow = 0.61 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 8 25 -
CMYK 0 0.87 0.61 0.75
HSL 341.79º 0.78% 0.14% -
HSV(B) 341.79º 0.88% 0.25% -
XYZ 2.38 1.33 1.05 -
YUV 26.68 127.05 154.62 -
System Red Green Blue C M Y K H S L
Decimal 64 8 25 0 0.87 0.61 0.75 341.79 0.78 0.14
Hex 40 8 19 0 57 3D 4B 156 4E E
Octal 100 10 31 0 127 75 113 526 116 16
Binary 1000000 1000 11001 0 1010111 111101 1001011 101010110 1001110 1110

Color Harmonies of #400819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400819

Black with #400819

Text Example


Text Example

White with #400819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400819; }

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

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

background-color css

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

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

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

border-color css

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

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

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