Html Css Color HEX #401718 Rustic Red

📋 copy color: '#401718'

red 64 ◦ green 23 ◦ blue 24

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

Shades of Rustic Red #401718

Tints of Rustic Red #401718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 21.62%

R = 57.66%
G = 20.72%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.62

 K value IS 0.75

RGB Variations

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

Color information

#401718 (or 0x401718) is known color: Rustic Red. HEX triplet: 40, 17 and 18. RGB value is (64,23,24). Sum of RGB (Red+Green+Blue) = 64+23+24=111 (14% of max value = 765). Red value is 64 (25.39% from 255 or 57.66% from 111); Green value is 23 (9.38% from 255 or 20.72% from 111); Blue value is 24 (9.77% from 255 or 21.62% from 111); Max value from RGB is 64 - color contains mainly: red. Hex color #401718 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401718 is #BFE8E7. Grayscale: #232323. Windows color (decimal): -12577000 or 1578816. OLE color: 1578816.

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

Color convert

RGB 64 23 24 -
CMYK 0 0.64 0.62 0.75
HSL 358.54º 0.47% 0.17% -
HSV(B) 358.54º 0.64% 0.25% -
XYZ 2.59 1.77 1.07 -
YUV 35.37 121.58 148.42 -
System Red Green Blue C M Y K H S L
Decimal 64 23 24 0 0.64 0.62 0.75 358.54 0.47 0.17
Hex 40 17 18 0 40 3E 4B 167 2F 11
Octal 100 27 30 0 100 76 113 547 57 21
Binary 1000000 10111 11000 0 1000000 111110 1001011 101100111 101111 10001

Color Harmonies of #401718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401718

Black with #401718

Text Example


Text Example

White with #401718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401718; }

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

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

background-color css

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

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

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

border-color css

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

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

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