Html Css Color HEX #400A11 Rustic Red

📋 copy color: '#400A11'

red 64 ◦ green 10 ◦ blue 17

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

Shades of Rustic Red #400A11

Tints of Rustic Red #400A11

RGB

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

 GREEN value IS 10 (4.3% from 255) = 10.99%

 BLUE value IS 17 (7.03% from 255) = 18.68%

R = 70.33%
G = 10.99%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.75

RGB Variations

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

Color information

#400A11 (or 0x400A11) is known color: Rustic Red. HEX triplet: 40, 0A and 11. RGB value is (64,10,17). Sum of RGB (Red+Green+Blue) = 64+10+17=91 (12% of max value = 765). Red value is 64 (25.39% from 255 or 70.33% from 91); Green value is 10 (4.30% from 255 or 10.99% from 91); Blue value is 17 (7.03% from 255 or 18.68% from 91); Max value from RGB is 64 - color contains mainly: red. Hex color #400A11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400A11 is #BFF5EE. Grayscale: #1A1A1A. Windows color (decimal): -12580335 or 1116736. OLE color: 1116736.

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

Color convert

RGB 64 10 17 -
CMYK 0 0.84 0.73 0.75
HSL 352.22º 0.73% 0.15% -
HSV(B) 352.22º 0.84% 0.25% -
XYZ 2.32 1.35 0.67 -
YUV 26.94 122.39 154.43 -
System Red Green Blue C M Y K H S L
Decimal 64 10 17 0 0.84 0.73 0.75 352.22 0.73 0.15
Hex 40 A 11 0 54 49 4B 160 49 F
Octal 100 12 21 0 124 111 113 540 111 17
Binary 1000000 1010 10001 0 1010100 1001001 1001011 101100000 1001001 1111

Color Harmonies of #400A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400A11

Black with #400A11

Text Example


Text Example

White with #400A11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,10,17); }

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

background-color css

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

 a { background-color: rgb(64,10,17); }

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

border-color css

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

 span { border-color: rgb(64,10,17); }

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