Html Css Color HEX #401112 Rustic Red

📋 copy color: '#401112'

red 64 ◦ green 17 ◦ blue 18

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

Shades of Rustic Red #401112

Tints of Rustic Red #401112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 18.18%

R = 64.65%
G = 17.17%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#401112 (or 0x401112) is known color: Rustic Red. HEX triplet: 40, 11 and 12. RGB value is (64,17,18). Sum of RGB (Red+Green+Blue) = 64+17+18=99 (13% of max value = 765). Red value is 64 (25.39% from 255 or 64.65% from 99); Green value is 17 (7.03% from 255 or 17.17% from 99); Blue value is 18 (7.42% from 255 or 18.18% from 99); Max value from RGB is 64 - color contains mainly: red. Hex color #401112 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401112 is #BFEEED. Grayscale: #1F1F1F. Windows color (decimal): -12578542 or 1184064. OLE color: 1184064.

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

Color convert

RGB 64 17 18 -
CMYK 0 0.73 0.72 0.75
HSL 358.72º 0.58% 0.16% -
HSV(B) 358.72º 0.73% 0.25% -
XYZ 2.42 1.53 0.74 -
YUV 31.17 120.57 151.42 -
System Red Green Blue C M Y K H S L
Decimal 64 17 18 0 0.73 0.72 0.75 358.72 0.58 0.16
Hex 40 11 12 0 49 48 4B 167 3A 10
Octal 100 21 22 0 111 110 113 547 72 20
Binary 1000000 10001 10010 0 1001001 1001000 1001011 101100111 111010 10000

Color Harmonies of #401112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401112

Black with #401112

Text Example


Text Example

White with #401112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401112; }

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

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

background-color css

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

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

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

border-color css

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

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

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