Html Css Color HEX #400611 Rustic Red

📋 copy color: '#400611'

red 64 ◦ green 6 ◦ blue 17

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

Shades of Rustic Red #400611

Tints of Rustic Red #400611

RGB

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

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

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

R = 73.56%
G = 6.9%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.73

 K value IS 0.75

RGB Variations

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

Color information

#400611 (or 0x400611) is known color: Rustic Red. HEX triplet: 40, 06 and 11. RGB value is (64,6,17). Sum of RGB (Red+Green+Blue) = 64+6+17=87 (11% of max value = 765). Red value is 64 (25.39% from 255 or 73.56% from 87); Green value is 6 (2.73% from 255 or 6.90% from 87); Blue value is 17 (7.03% from 255 or 19.54% from 87); Max value from RGB is 64 - color contains mainly: red. Hex color #400611 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400611 is #BFF9EE. Grayscale: #181818. Windows color (decimal): -12581359 or 1115712. OLE color: 1115712.

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

Color convert

RGB 64 6 17 -
CMYK 0 0.91 0.73 0.75
HSL 348.62º 0.83% 0.14% -
HSV(B) 348.62º 0.91% 0.25% -
XYZ 2.28 1.26 0.65 -
YUV 24.6 123.72 156.11 -
System Red Green Blue C M Y K H S L
Decimal 64 6 17 0 0.91 0.73 0.75 348.62 0.83 0.14
Hex 40 6 11 0 5B 49 4B 15D 53 E
Octal 100 6 21 0 133 111 113 535 123 16
Binary 1000000 110 10001 0 1011011 1001001 1001011 101011101 1010011 1110

Color Harmonies of #400611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400611

Black with #400611

Text Example


Text Example

White with #400611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400611; }

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

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

background-color css

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

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

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

border-color css

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

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

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