Html Css Color HEX #400614 Rustic Red

📋 copy color: '#400614'

red 64 ◦ green 6 ◦ blue 20

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

Shades of Rustic Red #400614

Tints of Rustic Red #400614

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.67%

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

R = 71.11%
G = 6.67%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.69

 K value IS 0.75

RGB Variations

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

Color information

#400614 (or 0x400614) is known color: Rustic Red. HEX triplet: 40, 06 and 14. RGB value is (64,6,20). Sum of RGB (Red+Green+Blue) = 64+6+20=90 (11% of max value = 765). Red value is 64 (25.39% from 255 or 71.11% from 90); Green value is 6 (2.73% from 255 or 6.67% from 90); Blue value is 20 (8.20% from 255 or 22.22% from 90); Max value from RGB is 64 - color contains mainly: red. Hex color #400614 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400614 is #BFF9EB. Grayscale: #181818. Windows color (decimal): -12581356 or 1312320. OLE color: 1312320.

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

Color convert

RGB 64 6 20 -
CMYK 0 0.91 0.69 0.75
HSL 345.52º 0.83% 0.14% -
HSV(B) 345.52º 0.91% 0.25% -
XYZ 2.31 1.27 0.79 -
YUV 24.94 125.22 155.86 -
System Red Green Blue C M Y K H S L
Decimal 64 6 20 0 0.91 0.69 0.75 345.52 0.83 0.14
Hex 40 6 14 0 5B 45 4B 15A 53 E
Octal 100 6 24 0 133 105 113 532 123 16
Binary 1000000 110 10100 0 1011011 1000101 1001011 101011010 1010011 1110

Color Harmonies of #400614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400614

Black with #400614

Text Example


Text Example

White with #400614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400614; }

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

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

background-color css

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

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

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

border-color css

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

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

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