Html Css Color HEX #400009 Rustic Red

📋 copy color: '#400009'

red 64 ◦ green 0 ◦ blue 9

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

Shades of Rustic Red #400009

Tints of Rustic Red #400009

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 87.67%
G = 0%
B = 12.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#400009 (or 0x400009) is known color: Rustic Red. HEX triplet: 40, 00 and 09. RGB value is (64,0,9). Sum of RGB (Red+Green+Blue) = 64+0+9=73 (9% of max value = 765). Red value is 64 (25.39% from 255 or 87.67% from 73); Green value is 0 (0.39% from 255 or 0% from 73); Blue value is 9 (3.91% from 255 or 12.33% from 73); Max value from RGB is 64 - color contains mainly: red. Hex color #400009 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400009 is #BFFFF6. Grayscale: #141414. Windows color (decimal): -12582903 or 589888. OLE color: 589888.

HSL color Cylindrical-coordinate representation of color #400009: hue angle of 351.56º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #400009 is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 0 9 -
CMYK 0 1 0.86 0.75
HSL 351.56º 1% 0.13% -
HSV(B) 351.56º 1% 0.25% -
XYZ 2.16 1.11 0.36 -
YUV 20.16 121.7 159.27 -
System Red Green Blue C M Y K H S L
Decimal 64 0 9 0 1 0.86 0.75 351.56 1 0.13
Hex 40 0 9 0 64 56 4B 160 64 D
Octal 100 0 11 0 144 126 113 540 144 15
Binary 1000000 0 1001 0 1100100 1010110 1001011 101100000 1100100 1101

Color Harmonies of #400009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400009

Black with #400009

Text Example


Text Example

White with #400009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400009; }

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

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

background-color css

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

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

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

border-color css

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

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

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