Html Css Color HEX #400516 Rustic Red

📋 copy color: '#400516'

red 64 ◦ green 5 ◦ blue 22

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

Shades of Rustic Red #400516

Tints of Rustic Red #400516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 24.18%

R = 70.33%
G = 5.49%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.66

 K value IS 0.75

RGB Variations

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

Color information

#400516 (or 0x400516) is known color: Rustic Red. HEX triplet: 40, 05 and 16. RGB value is (64,5,22). Sum of RGB (Red+Green+Blue) = 64+5+22=91 (12% of max value = 765). Red value is 64 (25.39% from 255 or 70.33% from 91); Green value is 5 (2.34% from 255 or 5.49% from 91); Blue value is 22 (8.98% from 255 or 24.18% from 91); Max value from RGB is 64 - color contains mainly: red. Hex color #400516 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400516 is #BFFAE9. Grayscale: #181818. Windows color (decimal): -12581610 or 1443136. OLE color: 1443136.

HSL color Cylindrical-coordinate representation of color #400516: hue angle of 342.71º 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 #400516 is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 5 22 -
CMYK 0 0.92 0.66 0.75
HSL 342.71º 0.86% 0.14% -
HSV(B) 342.71º 0.92% 0.25% -
XYZ 2.31 1.26 0.88 -
YUV 24.58 126.55 156.12 -
System Red Green Blue C M Y K H S L
Decimal 64 5 22 0 0.92 0.66 0.75 342.71 0.86 0.14
Hex 40 5 16 0 5C 42 4B 157 56 E
Octal 100 5 26 0 134 102 113 527 126 16
Binary 1000000 101 10110 0 1011100 1000010 1001011 101010111 1010110 1110

Color Harmonies of #400516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400516

Black with #400516

Text Example


Text Example

White with #400516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400516; }

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

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

background-color css

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

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

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

border-color css

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

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

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