Html Css Color HEX #400519 Rustic Red

📋 copy color: '#400519'

red 64 ◦ green 5 ◦ blue 25

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

Shades of Rustic Red #400519

Tints of Rustic Red #400519

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.32%

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

R = 68.09%
G = 5.32%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.61

 K value IS 0.75

RGB Variations

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

Color information

#400519 (or 0x400519) is known color: Rustic Red. HEX triplet: 40, 05 and 19. RGB value is (64,5,25). Sum of RGB (Red+Green+Blue) = 64+5+25=94 (12% of max value = 765). Red value is 64 (25.39% from 255 or 68.09% from 94); Green value is 5 (2.34% from 255 or 5.32% from 94); Blue value is 25 (10.16% from 255 or 26.60% from 94); Max value from RGB is 64 - color contains mainly: red. Hex color #400519 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400519 is #BFFAE6. Grayscale: #181818. Windows color (decimal): -12581607 or 1639744. OLE color: 1639744.

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

Color convert

RGB 64 5 25 -
CMYK 0 0.92 0.61 0.75
HSL 339.66º 0.86% 0.14% -
HSV(B) 339.66º 0.92% 0.25% -
XYZ 2.34 1.27 1.04 -
YUV 24.92 128.05 155.87 -
System Red Green Blue C M Y K H S L
Decimal 64 5 25 0 0.92 0.61 0.75 339.66 0.86 0.14
Hex 40 5 19 0 5C 3D 4B 154 56 E
Octal 100 5 31 0 134 75 113 524 126 16
Binary 1000000 101 11001 0 1011100 111101 1001011 101010100 1010110 1110

Color Harmonies of #400519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400519

Black with #400519

Text Example


Text Example

White with #400519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400519; }

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

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

background-color css

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

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

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

border-color css

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

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

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