Html Css Color HEX #40171D Rustic Red

📋 copy color: '#40171D'

red 64 ◦ green 23 ◦ blue 29

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

Shades of Rustic Red #40171D

Tints of Rustic Red #40171D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 19.83%

 BLUE value IS 29 (11.72% from 255) = 25%

R = 55.17%
G = 19.83%
B = 25%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.55

 K value IS 0.75

RGB Variations

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

Color information

#40171D (or 0x40171D) is known color: Rustic Red. HEX triplet: 40, 17 and 1D. RGB value is (64,23,29). Sum of RGB (Red+Green+Blue) = 64+23+29=116 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.17% from 116); Green value is 23 (9.38% from 255 or 19.83% from 116); Blue value is 29 (11.72% from 255 or 25% from 116); Max value from RGB is 64 - color contains mainly: red. Hex color #40171D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40171D is #BFE8E2. Grayscale: #232323. Windows color (decimal): -12576995 or 1906496. OLE color: 1906496.

HSL color Cylindrical-coordinate representation of color #40171D: hue angle of 351.22º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #40171D is Cyan = 0, Magento = 0.64, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 23 29 -
CMYK 0 0.64 0.55 0.75
HSL 351.22º 0.47% 0.17% -
HSV(B) 351.22º 0.64% 0.25% -
XYZ 2.64 1.79 1.37 -
YUV 35.94 124.08 148.01 -
System Red Green Blue C M Y K H S L
Decimal 64 23 29 0 0.64 0.55 0.75 351.22 0.47 0.17
Hex 40 17 1D 0 40 37 4B 15F 2F 11
Octal 100 27 35 0 100 67 113 537 57 21
Binary 1000000 10111 11101 0 1000000 110111 1001011 101011111 101111 10001

Color Harmonies of #40171D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40171D

Black with #40171D

Text Example


Text Example

White with #40171D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40171D; }

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

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

background-color css

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

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

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

border-color css

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

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

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