Html Css Color HEX #400919 Rustic Red

📋 copy color: '#400919'

red 64 ◦ green 9 ◦ blue 25

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

Shades of Rustic Red #400919

Tints of Rustic Red #400919

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.18%

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

R = 65.31%
G = 9.18%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.61

 K value IS 0.75

RGB Variations

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

Color information

#400919 (or 0x400919) is known color: Rustic Red. HEX triplet: 40, 09 and 19. RGB value is (64,9,25). Sum of RGB (Red+Green+Blue) = 64+9+25=98 (12% of max value = 765). Red value is 64 (25.39% from 255 or 65.31% from 98); Green value is 9 (3.91% from 255 or 9.18% from 98); Blue value is 25 (10.16% from 255 or 25.51% from 98); Max value from RGB is 64 - color contains mainly: red. Hex color #400919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400919 is #BFF6E6. Grayscale: #1B1B1B. Windows color (decimal): -12580583 or 1640768. OLE color: 1640768.

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

Color convert

RGB 64 9 25 -
CMYK 0 0.86 0.61 0.75
HSL 342.55º 0.75% 0.14% -
HSV(B) 342.55º 0.86% 0.25% -
XYZ 2.39 1.36 1.06 -
YUV 27.27 126.72 154.2 -
System Red Green Blue C M Y K H S L
Decimal 64 9 25 0 0.86 0.61 0.75 342.55 0.75 0.14
Hex 40 9 19 0 56 3D 4B 157 4B E
Octal 100 11 31 0 126 75 113 527 113 16
Binary 1000000 1001 11001 0 1010110 111101 1001011 101010111 1001011 1110

Color Harmonies of #400919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400919

Black with #400919

Text Example


Text Example

White with #400919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400919; }

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

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

background-color css

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

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

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

border-color css

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

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

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