Html Css Color HEX #400007 Rustic Red

📋 copy color: '#400007'

red 64 ◦ green 0 ◦ blue 7

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

Shades of Rustic Red #400007

Tints of Rustic Red #400007

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 90.14%
G = 0%
B = 9.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.89

 K value IS 0.75

RGB Variations

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

Color information

#400007 (or 0x400007) is known color: Rustic Red. HEX triplet: 40, 00 and 07. RGB value is (64,0,7). Sum of RGB (Red+Green+Blue) = 64+0+7=71 (9% of max value = 765). Red value is 64 (25.39% from 255 or 90.14% from 71); Green value is 0 (0.39% from 255 or 0% from 71); Blue value is 7 (3.12% from 255 or 9.86% from 71); Max value from RGB is 64 - color contains mainly: red. Hex color #400007 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400007 is #BFFFF8. Grayscale: #131313. Windows color (decimal): -12582905 or 458816. OLE color: 458816.

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

Color convert

RGB 64 0 7 -
CMYK 0 1 0.89 0.75
HSL 353.44º 1% 0.13% -
HSV(B) 353.44º 1% 0.25% -
XYZ 2.15 1.11 0.3 -
YUV 19.93 120.7 159.43 -
System Red Green Blue C M Y K H S L
Decimal 64 0 7 0 1 0.89 0.75 353.44 1 0.13
Hex 40 0 7 0 64 59 4B 161 64 D
Octal 100 0 7 0 144 131 113 541 144 15
Binary 1000000 0 111 0 1100100 1011001 1001011 101100001 1100100 1101

Color Harmonies of #400007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400007

Black with #400007

Text Example


Text Example

White with #400007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400007; }

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

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

background-color css

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

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

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

border-color css

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

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

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