Html Css Color HEX #400609 Rustic Red

📋 copy color: '#400609'

red 64 ◦ green 6 ◦ blue 9

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

Shades of Rustic Red #400609

Tints of Rustic Red #400609

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 11.39%

R = 81.01%
G = 7.59%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#400609 (or 0x400609) is known color: Rustic Red. HEX triplet: 40, 06 and 09. RGB value is (64,6,9). Sum of RGB (Red+Green+Blue) = 64+6+9=79 (10% of max value = 765). Red value is 64 (25.39% from 255 or 81.01% from 79); Green value is 6 (2.73% from 255 or 7.59% from 79); Blue value is 9 (3.91% from 255 or 11.39% from 79); Max value from RGB is 64 - color contains mainly: red. Hex color #400609 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400609 is #BFF9F6. Grayscale: #171717. Windows color (decimal): -12581367 or 591424. OLE color: 591424.

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

Color convert

RGB 64 6 9 -
CMYK 0 0.91 0.86 0.75
HSL 356.9º 0.83% 0.14% -
HSV(B) 356.9º 0.91% 0.25% -
XYZ 2.23 1.24 0.38 -
YUV 23.68 119.72 156.76 -
System Red Green Blue C M Y K H S L
Decimal 64 6 9 0 0.91 0.86 0.75 356.9 0.83 0.14
Hex 40 6 9 0 5B 56 4B 165 53 E
Octal 100 6 11 0 133 126 113 545 123 16
Binary 1000000 110 1001 0 1011011 1010110 1001011 101100101 1010011 1110

Color Harmonies of #400609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400609

Black with #400609

Text Example


Text Example

White with #400609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400609; }

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

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

background-color css

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

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

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

border-color css

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

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

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