Html Css Color HEX #400617 Rustic Red

📋 copy color: '#400617'

red 64 ◦ green 6 ◦ blue 23

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

Shades of Rustic Red #400617

Tints of Rustic Red #400617

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.45%

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

R = 68.82%
G = 6.45%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.64

 K value IS 0.75

RGB Variations

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

Color information

#400617 (or 0x400617) is known color: Rustic Red. HEX triplet: 40, 06 and 17. RGB value is (64,6,23). Sum of RGB (Red+Green+Blue) = 64+6+23=93 (12% of max value = 765). Red value is 64 (25.39% from 255 or 68.82% from 93); Green value is 6 (2.73% from 255 or 6.45% from 93); Blue value is 23 (9.38% from 255 or 24.73% from 93); Max value from RGB is 64 - color contains mainly: red. Hex color #400617 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400617 is #BFF9E8. Grayscale: #191919. Windows color (decimal): -12581353 or 1508928. OLE color: 1508928.

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

Color convert

RGB 64 6 23 -
CMYK 0 0.91 0.64 0.75
HSL 342.41º 0.83% 0.14% -
HSV(B) 342.41º 0.91% 0.25% -
XYZ 2.33 1.28 0.94 -
YUV 25.28 126.72 155.62 -
System Red Green Blue C M Y K H S L
Decimal 64 6 23 0 0.91 0.64 0.75 342.41 0.83 0.14
Hex 40 6 17 0 5B 40 4B 156 53 E
Octal 100 6 27 0 133 100 113 526 123 16
Binary 1000000 110 10111 0 1011011 1000000 1001011 101010110 1010011 1110

Color Harmonies of #400617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400617

Black with #400617

Text Example


Text Example

White with #400617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400617; }

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

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

background-color css

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

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

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

border-color css

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

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

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