Html Css Color HEX #400118 Rustic Red

📋 copy color: '#400118'

red 64 ◦ green 1 ◦ blue 24

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

Shades of Rustic Red #400118

Tints of Rustic Red #400118

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.12%

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

R = 71.91%
G = 1.12%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.62

 K value IS 0.75

RGB Variations

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

Color information

#400118 (or 0x400118) is known color: Rustic Red. HEX triplet: 40, 01 and 18. RGB value is (64,1,24). Sum of RGB (Red+Green+Blue) = 64+1+24=89 (11% of max value = 765). Red value is 64 (25.39% from 255 or 71.91% from 89); Green value is 1 (0.78% from 255 or 1.12% from 89); Blue value is 24 (9.77% from 255 or 26.97% from 89); Max value from RGB is 64 - color contains mainly: red. Hex color #400118 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400118 is #BFFEE7. Grayscale: #161616. Windows color (decimal): -12582632 or 1573184. OLE color: 1573184.

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

Color convert

RGB 64 1 24 -
CMYK 0 0.98 0.62 0.75
HSL 338.1º 0.97% 0.13% -
HSV(B) 338.1º 0.98% 0.25% -
XYZ 2.29 1.18 0.97 -
YUV 22.46 128.87 157.63 -
System Red Green Blue C M Y K H S L
Decimal 64 1 24 0 0.98 0.62 0.75 338.1 0.97 0.13
Hex 40 1 18 0 62 3E 4B 152 61 D
Octal 100 1 30 0 142 76 113 522 141 15
Binary 1000000 1 11000 0 1100010 111110 1001011 101010010 1100001 1101

Color Harmonies of #400118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400118

Black with #400118

Text Example


Text Example

White with #400118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400118; }

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

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

background-color css

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

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

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

border-color css

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

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

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