Html Css Color HEX #400912 Rustic Red

📋 copy color: '#400912'

red 64 ◦ green 9 ◦ blue 18

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

Shades of Rustic Red #400912

Tints of Rustic Red #400912

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.89%

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

R = 70.33%
G = 9.89%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#400912 (or 0x400912) is known color: Rustic Red. HEX triplet: 40, 09 and 12. RGB value is (64,9,18). Sum of RGB (Red+Green+Blue) = 64+9+18=91 (12% of max value = 765). Red value is 64 (25.39% from 255 or 70.33% from 91); Green value is 9 (3.91% from 255 or 9.89% from 91); Blue value is 18 (7.42% from 255 or 19.78% from 91); Max value from RGB is 64 - color contains mainly: red. Hex color #400912 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400912 is #BFF6ED. Grayscale: #1A1A1A. Windows color (decimal): -12580590 or 1182016. OLE color: 1182016.

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

Color convert

RGB 64 9 18 -
CMYK 0 0.86 0.72 0.75
HSL 350.18º 0.75% 0.14% -
HSV(B) 350.18º 0.86% 0.25% -
XYZ 2.32 1.33 0.71 -
YUV 26.47 123.22 154.77 -
System Red Green Blue C M Y K H S L
Decimal 64 9 18 0 0.86 0.72 0.75 350.18 0.75 0.14
Hex 40 9 12 0 56 48 4B 15E 4B E
Octal 100 11 22 0 126 110 113 536 113 16
Binary 1000000 1001 10010 0 1010110 1001000 1001011 101011110 1001011 1110

Color Harmonies of #400912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400912

Black with #400912

Text Example


Text Example

White with #400912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400912; }

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

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

background-color css

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

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

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

border-color css

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

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

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