Html Css Color HEX #400507 Rustic Red

📋 copy color: '#400507'

red 64 ◦ green 5 ◦ blue 7

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

Shades of Rustic Red #400507

Tints of Rustic Red #400507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 9.21%

R = 84.21%
G = 6.58%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.89

 K value IS 0.75

RGB Variations

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

Color information

#400507 (or 0x400507) is known color: Rustic Red. HEX triplet: 40, 05 and 07. RGB value is (64,5,7). Sum of RGB (Red+Green+Blue) = 64+5+7=76 (10% of max value = 765). Red value is 64 (25.39% from 255 or 84.21% from 76); Green value is 5 (2.34% from 255 or 6.58% from 76); Blue value is 7 (3.12% from 255 or 9.21% from 76); Max value from RGB is 64 - color contains mainly: red. Hex color #400507 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400507 is #BFFAF8. Grayscale: #161616. Windows color (decimal): -12581625 or 460096. OLE color: 460096.

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

Color convert

RGB 64 5 7 -
CMYK 0 0.92 0.89 0.75
HSL 357.97º 0.86% 0.14% -
HSV(B) 357.97º 0.92% 0.25% -
XYZ 2.21 1.21 0.32 -
YUV 22.87 119.05 157.34 -
System Red Green Blue C M Y K H S L
Decimal 64 5 7 0 0.92 0.89 0.75 357.97 0.86 0.14
Hex 40 5 7 0 5C 59 4B 166 56 E
Octal 100 5 7 0 134 131 113 546 126 16
Binary 1000000 101 111 0 1011100 1011001 1001011 101100110 1010110 1110

Color Harmonies of #400507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400507

Black with #400507

Text Example


Text Example

White with #400507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400507; }

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

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

background-color css

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

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

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

border-color css

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

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

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