Html Css Color HEX #400812 Rustic Red

📋 copy color: '#400812'

red 64 ◦ green 8 ◦ blue 18

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

Shades of Rustic Red #400812

Tints of Rustic Red #400812

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.89%

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

R = 71.11%
G = 8.89%
B = 20%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#400812 (or 0x400812) is known color: Rustic Red. HEX triplet: 40, 08 and 12. RGB value is (64,8,18). Sum of RGB (Red+Green+Blue) = 64+8+18=90 (11% of max value = 765). Red value is 64 (25.39% from 255 or 71.11% from 90); Green value is 8 (3.52% from 255 or 8.89% from 90); Blue value is 18 (7.42% from 255 or 20% from 90); Max value from RGB is 64 - color contains mainly: red. Hex color #400812 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400812 is #BFF7ED. Grayscale: #191919. Windows color (decimal): -12580846 or 1181760. OLE color: 1181760.

HSL color Cylindrical-coordinate representation of color #400812: hue angle of 349.29º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #400812 is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 8 18 -
CMYK 0 0.87 0.72 0.75
HSL 349.29º 0.78% 0.14% -
HSV(B) 349.29º 0.88% 0.25% -
XYZ 2.31 1.31 0.7 -
YUV 25.88 123.55 155.19 -
System Red Green Blue C M Y K H S L
Decimal 64 8 18 0 0.87 0.72 0.75 349.29 0.78 0.14
Hex 40 8 12 0 57 48 4B 15D 4E E
Octal 100 10 22 0 127 110 113 535 116 16
Binary 1000000 1000 10010 0 1010111 1001000 1001011 101011101 1001110 1110

Color Harmonies of #400812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400812

Black with #400812

Text Example


Text Example

White with #400812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400812; }

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

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

background-color css

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

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

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

border-color css

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

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

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