Html Css Color HEX #400717 Rustic Red

📋 copy color: '#400717'

red 64 ◦ green 7 ◦ blue 23

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

Shades of Rustic Red #400717

Tints of Rustic Red #400717

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7.45%

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

R = 68.09%
G = 7.45%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.64

 K value IS 0.75

RGB Variations

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

Color information

#400717 (or 0x400717) is known color: Rustic Red. HEX triplet: 40, 07 and 17. RGB value is (64,7,23). Sum of RGB (Red+Green+Blue) = 64+7+23=94 (12% of max value = 765). Red value is 64 (25.39% from 255 or 68.09% from 94); Green value is 7 (3.12% from 255 or 7.45% from 94); Blue value is 23 (9.38% from 255 or 24.47% from 94); Max value from RGB is 64 - color contains mainly: red. Hex color #400717 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400717 is #BFF8E8. Grayscale: #191919. Windows color (decimal): -12581097 or 1509184. OLE color: 1509184.

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

Color convert

RGB 64 7 23 -
CMYK 0 0.89 0.64 0.75
HSL 343.16º 0.8% 0.14% -
HSV(B) 343.16º 0.89% 0.25% -
XYZ 2.34 1.3 0.94 -
YUV 25.87 126.38 155.2 -
System Red Green Blue C M Y K H S L
Decimal 64 7 23 0 0.89 0.64 0.75 343.16 0.8 0.14
Hex 40 7 17 0 59 40 4B 157 50 E
Octal 100 7 27 0 131 100 113 527 120 16
Binary 1000000 111 10111 0 1011001 1000000 1001011 101010111 1010000 1110

Color Harmonies of #400717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400717

Black with #400717

Text Example


Text Example

White with #400717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400717; }

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

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

background-color css

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

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

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

border-color css

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

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

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