Html Css Color HEX #400506 Rustic Red

📋 copy color: '#400506'

red 64 ◦ green 5 ◦ blue 6

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

Shades of Rustic Red #400506

Tints of Rustic Red #400506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 8%

R = 85.33%
G = 6.67%
B = 8%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.91

 K value IS 0.75

RGB Variations

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

Color information

#400506 (or 0x400506) is known color: Rustic Red. HEX triplet: 40, 05 and 06. RGB value is (64,5,6). Sum of RGB (Red+Green+Blue) = 64+5+6=75 (9% of max value = 765). Red value is 64 (25.39% from 255 or 85.33% from 75); Green value is 5 (2.34% from 255 or 6.67% from 75); Blue value is 6 (2.73% from 255 or 8% from 75); Max value from RGB is 64 - color contains mainly: red. Hex color #400506 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400506 is #BFFAF9. Grayscale: #161616. Windows color (decimal): -12581626 or 394560. OLE color: 394560.

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

Color convert

RGB 64 5 6 -
CMYK 0 0.92 0.91 0.75
HSL 358.98º 0.86% 0.14% -
HSV(B) 358.98º 0.92% 0.25% -
XYZ 2.2 1.21 0.29 -
YUV 22.76 118.55 157.42 -
System Red Green Blue C M Y K H S L
Decimal 64 5 6 0 0.92 0.91 0.75 358.98 0.86 0.14
Hex 40 5 6 0 5C 5B 4B 167 56 E
Octal 100 5 6 0 134 133 113 547 126 16
Binary 1000000 101 110 0 1011100 1011011 1001011 101100111 1010110 1110

Color Harmonies of #400506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400506

Black with #400506

Text Example


Text Example

White with #400506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400506; }

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

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

background-color css

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

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

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

border-color css

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

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

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