Html Css Color HEX #400509 Rustic Red

📋 copy color: '#400509'

red 64 ◦ green 5 ◦ blue 9

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

Shades of Rustic Red #400509

Tints of Rustic Red #400509

RGB

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

 GREEN value IS 5 (2.34% from 255) = 6.41%

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

R = 82.05%
G = 6.41%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#400509 (or 0x400509) is known color: Rustic Red. HEX triplet: 40, 05 and 09. RGB value is (64,5,9). Sum of RGB (Red+Green+Blue) = 64+5+9=78 (10% of max value = 765). Red value is 64 (25.39% from 255 or 82.05% from 78); Green value is 5 (2.34% from 255 or 6.41% from 78); Blue value is 9 (3.91% from 255 or 11.54% from 78); Max value from RGB is 64 - color contains mainly: red. Hex color #400509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400509 is #BFFAF6. Grayscale: #171717. Windows color (decimal): -12581623 or 591168. OLE color: 591168.

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

Color convert

RGB 64 5 9 -
CMYK 0 0.92 0.86 0.75
HSL 355.93º 0.86% 0.14% -
HSV(B) 355.93º 0.92% 0.25% -
XYZ 2.22 1.22 0.38 -
YUV 23.1 120.05 157.17 -
System Red Green Blue C M Y K H S L
Decimal 64 5 9 0 0.92 0.86 0.75 355.93 0.86 0.14
Hex 40 5 9 0 5C 56 4B 164 56 E
Octal 100 5 11 0 134 126 113 544 126 16
Binary 1000000 101 1001 0 1011100 1010110 1001011 101100100 1010110 1110

Color Harmonies of #400509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400509

Black with #400509

Text Example


Text Example

White with #400509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400509; }

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

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

background-color css

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

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

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

border-color css

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

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

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