Html Css Color HEX #40171B Rustic Red

📋 copy color: '#40171B'

red 64 ◦ green 23 ◦ blue 27

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

Shades of Rustic Red #40171B

Tints of Rustic Red #40171B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 23.68%

R = 56.14%
G = 20.18%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.58

 K value IS 0.75

RGB Variations

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

Color information

#40171B (or 0x40171B) is known color: Rustic Red. HEX triplet: 40, 17 and 1B. RGB value is (64,23,27). Sum of RGB (Red+Green+Blue) = 64+23+27=114 (15% of max value = 765). Red value is 64 (25.39% from 255 or 56.14% from 114); Green value is 23 (9.38% from 255 or 20.18% from 114); Blue value is 27 (10.94% from 255 or 23.68% from 114); Max value from RGB is 64 - color contains mainly: red. Hex color #40171B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40171B is #BFE8E4. Grayscale: #232323. Windows color (decimal): -12576997 or 1775424. OLE color: 1775424.

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

Color convert

RGB 64 23 27 -
CMYK 0 0.64 0.58 0.75
HSL 354.15º 0.47% 0.17% -
HSV(B) 354.15º 0.64% 0.25% -
XYZ 2.62 1.78 1.24 -
YUV 35.72 123.08 148.17 -
System Red Green Blue C M Y K H S L
Decimal 64 23 27 0 0.64 0.58 0.75 354.15 0.47 0.17
Hex 40 17 1B 0 40 3A 4B 162 2F 11
Octal 100 27 33 0 100 72 113 542 57 21
Binary 1000000 10111 11011 0 1000000 111010 1001011 101100010 101111 10001

Color Harmonies of #40171B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40171B

Black with #40171B

Text Example


Text Example

White with #40171B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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