Html Css Color HEX #400414 Rustic Red

📋 copy color: '#400414'

red 64 ◦ green 4 ◦ blue 20

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

Shades of Rustic Red #400414

Tints of Rustic Red #400414

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.55%

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

R = 72.73%
G = 4.55%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.69

 K value IS 0.75

RGB Variations

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

Color information

#400414 (or 0x400414) is known color: Rustic Red. HEX triplet: 40, 04 and 14. RGB value is (64,4,20). Sum of RGB (Red+Green+Blue) = 64+4+20=88 (11% of max value = 765). Red value is 64 (25.39% from 255 or 72.73% from 88); Green value is 4 (1.95% from 255 or 4.55% from 88); Blue value is 20 (8.20% from 255 or 22.73% from 88); Max value from RGB is 64 - color contains mainly: red. Hex color #400414 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400414 is #BFFBEB. Grayscale: #171717. Windows color (decimal): -12581868 or 1311808. OLE color: 1311808.

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

Color convert

RGB 64 4 20 -
CMYK 0 0.94 0.69 0.75
HSL 344º 0.88% 0.13% -
HSV(B) 344º 0.94% 0.25% -
XYZ 2.28 1.23 0.78 -
YUV 23.76 125.88 156.7 -
System Red Green Blue C M Y K H S L
Decimal 64 4 20 0 0.94 0.69 0.75 344 0.88 0.13
Hex 40 4 14 0 5E 45 4B 158 58 D
Octal 100 4 24 0 136 105 113 530 130 15
Binary 1000000 100 10100 0 1011110 1000101 1001011 101011000 1011000 1101

Color Harmonies of #400414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400414

Black with #400414

Text Example


Text Example

White with #400414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400414; }

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

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

background-color css

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

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

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

border-color css

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

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

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