Html Css Color HEX #400512 Rustic Red

📋 copy color: '#400512'

red 64 ◦ green 5 ◦ blue 18

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

Shades of Rustic Red #400512

Tints of Rustic Red #400512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 20.69%

R = 73.56%
G = 5.75%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#400512 (or 0x400512) is known color: Rustic Red. HEX triplet: 40, 05 and 12. RGB value is (64,5,18). Sum of RGB (Red+Green+Blue) = 64+5+18=87 (11% of max value = 765). Red value is 64 (25.39% from 255 or 73.56% from 87); Green value is 5 (2.34% from 255 or 5.75% from 87); Blue value is 18 (7.42% from 255 or 20.69% from 87); Max value from RGB is 64 - color contains mainly: red. Hex color #400512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400512 is #BFFAED. Grayscale: #181818. Windows color (decimal): -12581614 or 1180992. OLE color: 1180992.

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

Color convert

RGB 64 5 18 -
CMYK 0 0.92 0.72 0.75
HSL 346.78º 0.86% 0.14% -
HSV(B) 346.78º 0.92% 0.25% -
XYZ 2.28 1.24 0.69 -
YUV 24.12 124.55 156.44 -
System Red Green Blue C M Y K H S L
Decimal 64 5 18 0 0.92 0.72 0.75 346.78 0.86 0.14
Hex 40 5 12 0 5C 48 4B 15B 56 E
Octal 100 5 22 0 134 110 113 533 126 16
Binary 1000000 101 10010 0 1011100 1001000 1001011 101011011 1010110 1110

Color Harmonies of #400512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400512

Black with #400512

Text Example


Text Example

White with #400512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400512; }

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

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

background-color css

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

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

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

border-color css

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

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

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