Html Css Color HEX #400412 Rustic Red

📋 copy color: '#400412'

red 64 ◦ green 4 ◦ blue 18

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

Shades of Rustic Red #400412

Tints of Rustic Red #400412

RGB

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

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

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

R = 74.42%
G = 4.65%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#400412 (or 0x400412) is known color: Rustic Red. HEX triplet: 40, 04 and 12. RGB value is (64,4,18). Sum of RGB (Red+Green+Blue) = 64+4+18=86 (11% of max value = 765). Red value is 64 (25.39% from 255 or 74.42% from 86); Green value is 4 (1.95% from 255 or 4.65% from 86); Blue value is 18 (7.42% from 255 or 20.93% from 86); Max value from RGB is 64 - color contains mainly: red. Hex color #400412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400412 is #BFFBED. Grayscale: #171717. Windows color (decimal): -12581870 or 1180736. OLE color: 1180736.

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

Color convert

RGB 64 4 18 -
CMYK 0 0.94 0.72 0.75
HSL 346º 0.88% 0.13% -
HSV(B) 346º 0.94% 0.25% -
XYZ 2.27 1.22 0.69 -
YUV 23.54 124.88 156.86 -
System Red Green Blue C M Y K H S L
Decimal 64 4 18 0 0.94 0.72 0.75 346 0.88 0.13
Hex 40 4 12 0 5E 48 4B 15A 58 D
Octal 100 4 22 0 136 110 113 532 130 15
Binary 1000000 100 10010 0 1011110 1001000 1001011 101011010 1011000 1101

Color Harmonies of #400412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400412

Black with #400412

Text Example


Text Example

White with #400412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400412; }

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

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

background-color css

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

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

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

border-color css

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

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

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