Html Css Color HEX #400711 Rustic Red

📋 copy color: '#400711'

red 64 ◦ green 7 ◦ blue 17

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

Shades of Rustic Red #400711

Tints of Rustic Red #400711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 19.32%

R = 72.73%
G = 7.95%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.75

RGB Variations

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

Color information

#400711 (or 0x400711) is known color: Rustic Red. HEX triplet: 40, 07 and 11. RGB value is (64,7,17). Sum of RGB (Red+Green+Blue) = 64+7+17=88 (11% of max value = 765). Red value is 64 (25.39% from 255 or 72.73% from 88); Green value is 7 (3.12% from 255 or 7.95% from 88); Blue value is 17 (7.03% from 255 or 19.32% from 88); Max value from RGB is 64 - color contains mainly: red. Hex color #400711 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400711 is #BFF8EE. Grayscale: #191919. Windows color (decimal): -12581103 or 1115968. OLE color: 1115968.

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

Color convert

RGB 64 7 17 -
CMYK 0 0.89 0.73 0.75
HSL 349.47º 0.8% 0.14% -
HSV(B) 349.47º 0.89% 0.25% -
XYZ 2.29 1.28 0.66 -
YUV 25.18 123.38 155.69 -
System Red Green Blue C M Y K H S L
Decimal 64 7 17 0 0.89 0.73 0.75 349.47 0.8 0.14
Hex 40 7 11 0 59 49 4B 15D 50 E
Octal 100 7 21 0 131 111 113 535 120 16
Binary 1000000 111 10001 0 1011001 1001001 1001011 101011101 1010000 1110

Color Harmonies of #400711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400711

Black with #400711

Text Example


Text Example

White with #400711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400711; }

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

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

background-color css

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

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

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

border-color css

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

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

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