Html Css Color HEX #400914 Rustic Red

📋 copy color: '#400914'

red 64 ◦ green 9 ◦ blue 20

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

Shades of Rustic Red #400914

Tints of Rustic Red #400914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 21.51%

R = 68.82%
G = 9.68%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.75

RGB Variations

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

Color information

#400914 (or 0x400914) is known color: Rustic Red. HEX triplet: 40, 09 and 14. RGB value is (64,9,20). Sum of RGB (Red+Green+Blue) = 64+9+20=93 (12% of max value = 765). Red value is 64 (25.39% from 255 or 68.82% from 93); Green value is 9 (3.91% from 255 or 9.68% from 93); Blue value is 20 (8.20% from 255 or 21.51% from 93); Max value from RGB is 64 - color contains mainly: red. Hex color #400914 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400914 is #BFF6EB. Grayscale: #1A1A1A. Windows color (decimal): -12580588 or 1313088. OLE color: 1313088.

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

Color convert

RGB 64 9 20 -
CMYK 0 0.86 0.69 0.75
HSL 348º 0.75% 0.14% -
HSV(B) 348º 0.86% 0.25% -
XYZ 2.34 1.34 0.8 -
YUV 26.7 124.22 154.61 -
System Red Green Blue C M Y K H S L
Decimal 64 9 20 0 0.86 0.69 0.75 348 0.75 0.14
Hex 40 9 14 0 56 45 4B 15C 4B E
Octal 100 11 24 0 126 105 113 534 113 16
Binary 1000000 1001 10100 0 1010110 1000101 1001011 101011100 1001011 1110

Color Harmonies of #400914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400914

Black with #400914

Text Example


Text Example

White with #400914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400914; }

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

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

background-color css

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

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

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

border-color css

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

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

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