Html Css Color HEX #40181C Rustic Red

📋 copy color: '#40181C'

red 64 ◦ green 24 ◦ blue 28

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

Shades of Rustic Red #40181C

Tints of Rustic Red #40181C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 20.69%

 BLUE value IS 28 (11.33% from 255) = 24.14%

R = 55.17%
G = 20.69%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.56

 K value IS 0.75

RGB Variations

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

Color information

#40181C (or 0x40181C) is known color: Rustic Red. HEX triplet: 40, 18 and 1C. RGB value is (64,24,28). Sum of RGB (Red+Green+Blue) = 64+24+28=116 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.17% from 116); Green value is 24 (9.77% from 255 or 20.69% from 116); Blue value is 28 (11.33% from 255 or 24.14% from 116); Max value from RGB is 64 - color contains mainly: red. Hex color #40181C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40181C is #BFE7E3. Grayscale: #242424. Windows color (decimal): -12576740 or 1841216. OLE color: 1841216.

HSL color Cylindrical-coordinate representation of color #40181C: hue angle of 354º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #40181C is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 24 28 -
CMYK 0 0.62 0.56 0.75
HSL 354º 0.45% 0.17% -
HSV(B) 354º 0.63% 0.25% -
XYZ 2.65 1.83 1.31 -
YUV 36.42 123.25 147.67 -
System Red Green Blue C M Y K H S L
Decimal 64 24 28 0 0.62 0.56 0.75 354 0.45 0.17
Hex 40 18 1C 0 3E 38 4B 162 2D 11
Octal 100 30 34 0 76 70 113 542 55 21
Binary 1000000 11000 11100 0 111110 111000 1001011 101100010 101101 10001

Color Harmonies of #40181C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40181C

Black with #40181C

Text Example


Text Example

White with #40181C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40181C; }

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

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

background-color css

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

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

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

border-color css

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

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

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