Html Css Color HEX #401118 Rustic Red

📋 copy color: '#401118'

red 64 ◦ green 17 ◦ blue 24

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

Shades of Rustic Red #401118

Tints of Rustic Red #401118

RGB

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

 GREEN value IS 17 (7.03% from 255) = 16.19%

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

R = 60.95%
G = 16.19%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.62

 K value IS 0.75

RGB Variations

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

Color information

#401118 (or 0x401118) is known color: Rustic Red. HEX triplet: 40, 11 and 18. RGB value is (64,17,24). Sum of RGB (Red+Green+Blue) = 64+17+24=105 (13% of max value = 765). Red value is 64 (25.39% from 255 or 60.95% from 105); Green value is 17 (7.03% from 255 or 16.19% from 105); Blue value is 24 (9.77% from 255 or 22.86% from 105); Max value from RGB is 64 - color contains mainly: red. Hex color #401118 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401118 is #BFEEE7. Grayscale: #1F1F1F. Windows color (decimal): -12578536 or 1577280. OLE color: 1577280.

HSL color Cylindrical-coordinate representation of color #401118: hue angle of 351.06º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #401118 is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 17 24 -
CMYK 0 0.73 0.62 0.75
HSL 351.06º 0.58% 0.16% -
HSV(B) 351.06º 0.73% 0.25% -
XYZ 2.48 1.56 1.03 -
YUV 31.85 123.57 150.93 -
System Red Green Blue C M Y K H S L
Decimal 64 17 24 0 0.73 0.62 0.75 351.06 0.58 0.16
Hex 40 11 18 0 49 3E 4B 15F 3A 10
Octal 100 21 30 0 111 76 113 537 72 20
Binary 1000000 10001 11000 0 1001001 111110 1001011 101011111 111010 10000

Color Harmonies of #401118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401118

Black with #401118

Text Example


Text Example

White with #401118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401118; }

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

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

background-color css

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

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

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

border-color css

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

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

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