Html Css Color HEX #400209 Rustic Red

📋 copy color: '#400209'

red 64 ◦ green 2 ◦ blue 9

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

Shades of Rustic Red #400209

Tints of Rustic Red #400209

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.67%

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

R = 85.33%
G = 2.67%
B = 12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#400209 (or 0x400209) is known color: Rustic Red. HEX triplet: 40, 02 and 09. RGB value is (64,2,9). Sum of RGB (Red+Green+Blue) = 64+2+9=75 (9% of max value = 765). Red value is 64 (25.39% from 255 or 85.33% from 75); Green value is 2 (1.17% from 255 or 2.67% from 75); Blue value is 9 (3.91% from 255 or 12% from 75); Max value from RGB is 64 - color contains mainly: red. Hex color #400209 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400209 is #BFFDF6. Grayscale: #151515. Windows color (decimal): -12582391 or 590400. OLE color: 590400.

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

Color convert

RGB 64 2 9 -
CMYK 0 0.97 0.86 0.75
HSL 353.23º 0.94% 0.13% -
HSV(B) 353.23º 0.97% 0.25% -
XYZ 2.19 1.15 0.37 -
YUV 21.34 121.04 158.43 -
System Red Green Blue C M Y K H S L
Decimal 64 2 9 0 0.97 0.86 0.75 353.23 0.94 0.13
Hex 40 2 9 0 61 56 4B 161 5E D
Octal 100 2 11 0 141 126 113 541 136 15
Binary 1000000 10 1001 0 1100001 1010110 1001011 101100001 1011110 1101

Color Harmonies of #400209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400209

Black with #400209

Text Example


Text Example

White with #400209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400209; }

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

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

background-color css

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

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

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

border-color css

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

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

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