Html Css Color HEX #400405 Rustic Red

📋 copy color: '#400405'

red 64 ◦ green 4 ◦ blue 5

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

Shades of Rustic Red #400405

Tints of Rustic Red #400405

RGB

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

 GREEN value IS 4 (1.95% from 255) = 5.48%

 BLUE value IS 5 (2.34% from 255) = 6.85%

R = 87.67%
G = 5.48%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.92

 K value IS 0.75

RGB Variations

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

Color information

#400405 (or 0x400405) is known color: Rustic Red. HEX triplet: 40, 04 and 05. RGB value is (64,4,5). Sum of RGB (Red+Green+Blue) = 64+4+5=73 (9% of max value = 765). Red value is 64 (25.39% from 255 or 87.67% from 73); Green value is 4 (1.95% from 255 or 5.48% from 73); Blue value is 5 (2.34% from 255 or 6.85% from 73); Max value from RGB is 64 - color contains mainly: red. Hex color #400405 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400405 is #BFFBFA. Grayscale: #161616. Windows color (decimal): -12581883 or 328768. OLE color: 328768.

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

Color convert

RGB 64 4 5 -
CMYK 0 0.94 0.92 0.75
HSL 359º 0.88% 0.13% -
HSV(B) 359º 0.94% 0.25% -
XYZ 2.19 1.19 0.26 -
YUV 22.05 118.38 157.92 -
System Red Green Blue C M Y K H S L
Decimal 64 4 5 0 0.94 0.92 0.75 359 0.88 0.13
Hex 40 4 5 0 5E 5C 4B 167 58 D
Octal 100 4 5 0 136 134 113 547 130 15
Binary 1000000 100 101 0 1011110 1011100 1001011 101100111 1011000 1101

Color Harmonies of #400405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400405

Black with #400405

Text Example


Text Example

White with #400405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400405; }

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

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

background-color css

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

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

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

border-color css

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

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

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