Html Css Color HEX #400518 Rustic Red

📋 copy color: '#400518'

red 64 ◦ green 5 ◦ blue 24

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

Shades of Rustic Red #400518

Tints of Rustic Red #400518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 25.81%

R = 68.82%
G = 5.38%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.62

 K value IS 0.75

RGB Variations

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

Color information

#400518 (or 0x400518) is known color: Rustic Red. HEX triplet: 40, 05 and 18. RGB value is (64,5,24). Sum of RGB (Red+Green+Blue) = 64+5+24=93 (12% of max value = 765). Red value is 64 (25.39% from 255 or 68.82% from 93); Green value is 5 (2.34% from 255 or 5.38% from 93); Blue value is 24 (9.77% from 255 or 25.81% from 93); Max value from RGB is 64 - color contains mainly: red. Hex color #400518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400518 is #BFFAE7. Grayscale: #181818. Windows color (decimal): -12581608 or 1574208. OLE color: 1574208.

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

Color convert

RGB 64 5 24 -
CMYK 0 0.92 0.62 0.75
HSL 340.68º 0.86% 0.14% -
HSV(B) 340.68º 0.92% 0.25% -
XYZ 2.33 1.26 0.99 -
YUV 24.81 127.55 155.96 -
System Red Green Blue C M Y K H S L
Decimal 64 5 24 0 0.92 0.62 0.75 340.68 0.86 0.14
Hex 40 5 18 0 5C 3E 4B 155 56 E
Octal 100 5 30 0 134 76 113 525 126 16
Binary 1000000 101 11000 0 1011100 111110 1001011 101010101 1010110 1110

Color Harmonies of #400518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400518

Black with #400518

Text Example


Text Example

White with #400518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400518; }

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

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

background-color css

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

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

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

border-color css

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

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

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