Html Css Color HEX #400511 Rustic Red

📋 copy color: '#400511'

red 64 ◦ green 5 ◦ blue 17

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

Shades of Rustic Red #400511

Tints of Rustic Red #400511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 19.77%

R = 74.42%
G = 5.81%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.73

 K value IS 0.75

RGB Variations

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

Color information

#400511 (or 0x400511) is known color: Rustic Red. HEX triplet: 40, 05 and 11. RGB value is (64,5,17). Sum of RGB (Red+Green+Blue) = 64+5+17=86 (11% of max value = 765). Red value is 64 (25.39% from 255 or 74.42% from 86); Green value is 5 (2.34% from 255 or 5.81% from 86); Blue value is 17 (7.03% from 255 or 19.77% from 86); Max value from RGB is 64 - color contains mainly: red. Hex color #400511 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400511 is #BFFAEE. Grayscale: #181818. Windows color (decimal): -12581615 or 1115456. OLE color: 1115456.

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

Color convert

RGB 64 5 17 -
CMYK 0 0.92 0.73 0.75
HSL 347.8º 0.86% 0.14% -
HSV(B) 347.8º 0.92% 0.25% -
XYZ 2.27 1.24 0.65 -
YUV 24.01 124.05 156.52 -
System Red Green Blue C M Y K H S L
Decimal 64 5 17 0 0.92 0.73 0.75 347.8 0.86 0.14
Hex 40 5 11 0 5C 49 4B 15C 56 E
Octal 100 5 21 0 134 111 113 534 126 16
Binary 1000000 101 10001 0 1011100 1001001 1001011 101011100 1010110 1110

Color Harmonies of #400511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400511

Black with #400511

Text Example


Text Example

White with #400511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400511; }

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

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

background-color css

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

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

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

border-color css

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

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

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