Html Css Color HEX #400A19 Rustic Red

📋 copy color: '#400A19'

red 64 ◦ green 10 ◦ blue 25

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

Shades of Rustic Red #400A19

Tints of Rustic Red #400A19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 25.25%

R = 64.65%
G = 10.1%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.61

 K value IS 0.75

RGB Variations

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

Color information

#400A19 (or 0x400A19) is known color: Rustic Red. HEX triplet: 40, 0A and 19. RGB value is (64,10,25). Sum of RGB (Red+Green+Blue) = 64+10+25=99 (13% of max value = 765). Red value is 64 (25.39% from 255 or 64.65% from 99); Green value is 10 (4.30% from 255 or 10.10% from 99); Blue value is 25 (10.16% from 255 or 25.25% from 99); Max value from RGB is 64 - color contains mainly: red. Hex color #400A19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400A19 is #BFF5E6. Grayscale: #1B1B1B. Windows color (decimal): -12580327 or 1641024. OLE color: 1641024.

HSL color Cylindrical-coordinate representation of color #400A19: hue angle of 343.33º 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 #400A19 is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 10 25 -
CMYK 0 0.84 0.61 0.75
HSL 343.33º 0.73% 0.15% -
HSV(B) 343.33º 0.84% 0.25% -
XYZ 2.4 1.38 1.06 -
YUV 27.86 126.39 153.78 -
System Red Green Blue C M Y K H S L
Decimal 64 10 25 0 0.84 0.61 0.75 343.33 0.73 0.15
Hex 40 A 19 0 54 3D 4B 157 49 F
Octal 100 12 31 0 124 75 113 527 111 17
Binary 1000000 1010 11001 0 1010100 111101 1001011 101010111 1001001 1111

Color Harmonies of #400A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400A19

Black with #400A19

Text Example


Text Example

White with #400A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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