Html Css Color HEX #400517 Rustic Red

📋 copy color: '#400517'

red 64 ◦ green 5 ◦ blue 23

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

Shades of Rustic Red #400517

Tints of Rustic Red #400517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 25%

R = 69.57%
G = 5.43%
B = 25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.64

 K value IS 0.75

RGB Variations

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

Color information

#400517 (or 0x400517) is known color: Rustic Red. HEX triplet: 40, 05 and 17. RGB value is (64,5,23). Sum of RGB (Red+Green+Blue) = 64+5+23=92 (12% of max value = 765). Red value is 64 (25.39% from 255 or 69.57% from 92); Green value is 5 (2.34% from 255 or 5.43% from 92); Blue value is 23 (9.38% from 255 or 25% from 92); Max value from RGB is 64 - color contains mainly: red. Hex color #400517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400517 is #BFFAE8. Grayscale: #181818. Windows color (decimal): -12581609 or 1508672. OLE color: 1508672.

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

Color convert

RGB 64 5 23 -
CMYK 0 0.92 0.64 0.75
HSL 341.69º 0.86% 0.14% -
HSV(B) 341.69º 0.92% 0.25% -
XYZ 2.32 1.26 0.93 -
YUV 24.69 127.05 156.04 -
System Red Green Blue C M Y K H S L
Decimal 64 5 23 0 0.92 0.64 0.75 341.69 0.86 0.14
Hex 40 5 17 0 5C 40 4B 156 56 E
Octal 100 5 27 0 134 100 113 526 126 16
Binary 1000000 101 10111 0 1011100 1000000 1001011 101010110 1010110 1110

Color Harmonies of #400517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400517

Black with #400517

Text Example


Text Example

White with #400517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400517; }

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

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

background-color css

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

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

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

border-color css

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

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

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