Html Css Color HEX #400F12 Rustic Red

📋 copy color: '#400F12'

red 64 ◦ green 15 ◦ blue 18

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

Shades of Rustic Red #400F12

Tints of Rustic Red #400F12

RGB

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

 GREEN value IS 15 (6.25% from 255) = 15.46%

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

R = 65.98%
G = 15.46%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#400F12 (or 0x400F12) is known color: Rustic Red. HEX triplet: 40, 0F and 12. RGB value is (64,15,18). Sum of RGB (Red+Green+Blue) = 64+15+18=97 (12% of max value = 765). Red value is 64 (25.39% from 255 or 65.98% from 97); Green value is 15 (6.25% from 255 or 15.46% from 97); Blue value is 18 (7.42% from 255 or 18.56% from 97); Max value from RGB is 64 - color contains mainly: red. Hex color #400F12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400F12 is #BFF0ED. Grayscale: #1E1E1E. Windows color (decimal): -12579054 or 1183552. OLE color: 1183552.

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

Color convert

RGB 64 15 18 -
CMYK 0 0.77 0.72 0.75
HSL 356.33º 0.62% 0.15% -
HSV(B) 356.33º 0.77% 0.25% -
XYZ 2.39 1.48 0.73 -
YUV 29.99 121.23 152.26 -
System Red Green Blue C M Y K H S L
Decimal 64 15 18 0 0.77 0.72 0.75 356.33 0.62 0.15
Hex 40 F 12 0 4D 48 4B 164 3E F
Octal 100 17 22 0 115 110 113 544 76 17
Binary 1000000 1111 10010 0 1001101 1001000 1001011 101100100 111110 1111

Color Harmonies of #400F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400F12

Black with #400F12

Text Example


Text Example

White with #400F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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