Html Css Color HEX #40171E Rustic Red

📋 copy color: '#40171E'

red 64 ◦ green 23 ◦ blue 30

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

Shades of Rustic Red #40171E

Tints of Rustic Red #40171E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 25.64%

R = 54.7%
G = 19.66%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.53

 K value IS 0.75

RGB Variations

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

Color information

#40171E (or 0x40171E) is known color: Rustic Red. HEX triplet: 40, 17 and 1E. RGB value is (64,23,30). Sum of RGB (Red+Green+Blue) = 64+23+30=117 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.70% from 117); Green value is 23 (9.38% from 255 or 19.66% from 117); Blue value is 30 (12.11% from 255 or 25.64% from 117); Max value from RGB is 64 - color contains mainly: red. Hex color #40171E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40171E is #BFE8E1. Grayscale: #242424. Windows color (decimal): -12576994 or 1972032. OLE color: 1972032.

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

Color convert

RGB 64 23 30 -
CMYK 0 0.64 0.53 0.75
HSL 349.76º 0.47% 0.17% -
HSV(B) 349.76º 0.64% 0.25% -
XYZ 2.66 1.8 1.44 -
YUV 36.06 124.58 147.93 -
System Red Green Blue C M Y K H S L
Decimal 64 23 30 0 0.64 0.53 0.75 349.76 0.47 0.17
Hex 40 17 1E 0 40 35 4B 15E 2F 11
Octal 100 27 36 0 100 65 113 536 57 21
Binary 1000000 10111 11110 0 1000000 110101 1001011 101011110 101111 10001

Color Harmonies of #40171E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40171E

Black with #40171E

Text Example


Text Example

White with #40171E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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