Html Css Color HEX #400713 Rustic Red

📋 copy color: '#400713'

red 64 ◦ green 7 ◦ blue 19

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

Shades of Rustic Red #400713

Tints of Rustic Red #400713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 21.11%

R = 71.11%
G = 7.78%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.75

RGB Variations

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

Color information

#400713 (or 0x400713) is known color: Rustic Red. HEX triplet: 40, 07 and 13. RGB value is (64,7,19). Sum of RGB (Red+Green+Blue) = 64+7+19=90 (11% of max value = 765). Red value is 64 (25.39% from 255 or 71.11% from 90); Green value is 7 (3.12% from 255 or 7.78% from 90); Blue value is 19 (7.81% from 255 or 21.11% from 90); Max value from RGB is 64 - color contains mainly: red. Hex color #400713 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400713 is #BFF8EC. Grayscale: #191919. Windows color (decimal): -12581101 or 1247040. OLE color: 1247040.

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

Color convert

RGB 64 7 19 -
CMYK 0 0.89 0.70 0.75
HSL 347.37º 0.8% 0.14% -
HSV(B) 347.37º 0.89% 0.25% -
XYZ 2.31 1.29 0.74 -
YUV 25.41 124.38 155.52 -
System Red Green Blue C M Y K H S L
Decimal 64 7 19 0 0.89 0.70 0.75 347.37 0.8 0.14
Hex 40 7 13 0 59 46 4B 15B 50 E
Octal 100 7 23 0 131 106 113 533 120 16
Binary 1000000 111 10011 0 1011001 1000110 1001011 101011011 1010000 1110

Color Harmonies of #400713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400713

Black with #400713

Text Example


Text Example

White with #400713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400713; }

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

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

background-color css

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

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

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

border-color css

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

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

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