Html Css Color HEX #400714 Rustic Red

📋 copy color: '#400714'

red 64 ◦ green 7 ◦ blue 20

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

Shades of Rustic Red #400714

Tints of Rustic Red #400714

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7.69%

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

R = 70.33%
G = 7.69%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.69

 K value IS 0.75

RGB Variations

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

Color information

#400714 (or 0x400714) is known color: Rustic Red. HEX triplet: 40, 07 and 14. RGB value is (64,7,20). Sum of RGB (Red+Green+Blue) = 64+7+20=91 (12% of max value = 765). Red value is 64 (25.39% from 255 or 70.33% from 91); Green value is 7 (3.12% from 255 or 7.69% from 91); Blue value is 20 (8.20% from 255 or 21.98% from 91); Max value from RGB is 64 - color contains mainly: red. Hex color #400714 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400714 is #BFF8EB. Grayscale: #191919. Windows color (decimal): -12581100 or 1312576. OLE color: 1312576.

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

Color convert

RGB 64 7 20 -
CMYK 0 0.89 0.69 0.75
HSL 346.32º 0.8% 0.14% -
HSV(B) 346.32º 0.89% 0.25% -
XYZ 2.32 1.29 0.79 -
YUV 25.53 124.88 155.44 -
System Red Green Blue C M Y K H S L
Decimal 64 7 20 0 0.89 0.69 0.75 346.32 0.8 0.14
Hex 40 7 14 0 59 45 4B 15A 50 E
Octal 100 7 24 0 131 105 113 532 120 16
Binary 1000000 111 10100 0 1011001 1000101 1001011 101011010 1010000 1110

Color Harmonies of #400714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400714

Black with #400714

Text Example


Text Example

White with #400714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400714; }

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

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

background-color css

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

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

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

border-color css

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

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

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