Html Css Color HEX #400417 Rustic Red

📋 copy color: '#400417'

red 64 ◦ green 4 ◦ blue 23

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

Shades of Rustic Red #400417

Tints of Rustic Red #400417

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.4%

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

R = 70.33%
G = 4.4%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.64

 K value IS 0.75

RGB Variations

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

Color information

#400417 (or 0x400417) is known color: Rustic Red. HEX triplet: 40, 04 and 17. RGB value is (64,4,23). Sum of RGB (Red+Green+Blue) = 64+4+23=91 (12% of max value = 765). Red value is 64 (25.39% from 255 or 70.33% from 91); Green value is 4 (1.95% from 255 or 4.40% from 91); Blue value is 23 (9.38% from 255 or 25.27% from 91); Max value from RGB is 64 - color contains mainly: red. Hex color #400417 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400417 is #BFFBE8. Grayscale: #181818. Windows color (decimal): -12581865 or 1508416. OLE color: 1508416.

HSL color Cylindrical-coordinate representation of color #400417: hue angle of 341º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #400417 is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 4 23 -
CMYK 0 0.94 0.64 0.75
HSL 341º 0.88% 0.13% -
HSV(B) 341º 0.94% 0.25% -
XYZ 2.31 1.24 0.93 -
YUV 24.11 127.38 156.46 -
System Red Green Blue C M Y K H S L
Decimal 64 4 23 0 0.94 0.64 0.75 341 0.88 0.13
Hex 40 4 17 0 5E 40 4B 155 58 D
Octal 100 4 27 0 136 100 113 525 130 15
Binary 1000000 100 10111 0 1011110 1000000 1001011 101010101 1011000 1101

Color Harmonies of #400417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400417

Black with #400417

Text Example


Text Example

White with #400417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400417; }

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

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

background-color css

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

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

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

border-color css

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

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

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