Html Css Color HEX #400918 Rustic Red

📋 copy color: '#400918'

red 64 ◦ green 9 ◦ blue 24

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

Shades of Rustic Red #400918

Tints of Rustic Red #400918

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.28%

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

R = 65.98%
G = 9.28%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.62

 K value IS 0.75

RGB Variations

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

Color information

#400918 (or 0x400918) is known color: Rustic Red. HEX triplet: 40, 09 and 18. RGB value is (64,9,24). Sum of RGB (Red+Green+Blue) = 64+9+24=97 (12% of max value = 765). Red value is 64 (25.39% from 255 or 65.98% from 97); Green value is 9 (3.91% from 255 or 9.28% from 97); Blue value is 24 (9.77% from 255 or 24.74% from 97); Max value from RGB is 64 - color contains mainly: red. Hex color #400918 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400918 is #BFF6E7. Grayscale: #1B1B1B. Windows color (decimal): -12580584 or 1575232. OLE color: 1575232.

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

Color convert

RGB 64 9 24 -
CMYK 0 0.86 0.62 0.75
HSL 343.64º 0.75% 0.14% -
HSV(B) 343.64º 0.86% 0.25% -
XYZ 2.38 1.35 1 -
YUV 27.16 126.22 154.28 -
System Red Green Blue C M Y K H S L
Decimal 64 9 24 0 0.86 0.62 0.75 343.64 0.75 0.14
Hex 40 9 18 0 56 3E 4B 158 4B E
Octal 100 11 30 0 126 76 113 530 113 16
Binary 1000000 1001 11000 0 1010110 111110 1001011 101011000 1001011 1110

Color Harmonies of #400918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400918

Black with #400918

Text Example


Text Example

White with #400918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400918; }

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

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

background-color css

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

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

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

border-color css

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

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

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