Html Css Color HEX #400419 Rustic Red

📋 copy color: '#400419'

red 64 ◦ green 4 ◦ blue 25

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

Shades of Rustic Red #400419

Tints of Rustic Red #400419

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.3%

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

R = 68.82%
G = 4.3%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.61

 K value IS 0.75

RGB Variations

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

Color information

#400419 (or 0x400419) is known color: Rustic Red. HEX triplet: 40, 04 and 19. RGB value is (64,4,25). Sum of RGB (Red+Green+Blue) = 64+4+25=93 (12% of max value = 765). Red value is 64 (25.39% from 255 or 68.82% from 93); Green value is 4 (1.95% from 255 or 4.30% from 93); Blue value is 25 (10.16% from 255 or 26.88% from 93); Max value from RGB is 64 - color contains mainly: red. Hex color #400419 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400419 is #BFFBE6. Grayscale: #181818. Windows color (decimal): -12581863 or 1639488. OLE color: 1639488.

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

Color convert

RGB 64 4 25 -
CMYK 0 0.94 0.61 0.75
HSL 339º 0.88% 0.13% -
HSV(B) 339º 0.94% 0.25% -
XYZ 2.33 1.25 1.04 -
YUV 24.33 128.38 156.29 -
System Red Green Blue C M Y K H S L
Decimal 64 4 25 0 0.94 0.61 0.75 339 0.88 0.13
Hex 40 4 19 0 5E 3D 4B 153 58 D
Octal 100 4 31 0 136 75 113 523 130 15
Binary 1000000 100 11001 0 1011110 111101 1001011 101010011 1011000 1101

Color Harmonies of #400419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400419

Black with #400419

Text Example


Text Example

White with #400419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400419; }

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

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

background-color css

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

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

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

border-color css

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

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

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