Html Css Color HEX #400619 Rustic Red

📋 copy color: '#400619'

red 64 ◦ green 6 ◦ blue 25

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

Shades of Rustic Red #400619

Tints of Rustic Red #400619

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.32%

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

R = 67.37%
G = 6.32%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.61

 K value IS 0.75

RGB Variations

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

Color information

#400619 (or 0x400619) is known color: Rustic Red. HEX triplet: 40, 06 and 19. RGB value is (64,6,25). Sum of RGB (Red+Green+Blue) = 64+6+25=95 (12% of max value = 765). Red value is 64 (25.39% from 255 or 67.37% from 95); Green value is 6 (2.73% from 255 or 6.32% from 95); Blue value is 25 (10.16% from 255 or 26.32% from 95); Max value from RGB is 64 - color contains mainly: red. Hex color #400619 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400619 is #BFF9E6. Grayscale: #191919. Windows color (decimal): -12581351 or 1640000. OLE color: 1640000.

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

Color convert

RGB 64 6 25 -
CMYK 0 0.91 0.61 0.75
HSL 340.34º 0.83% 0.14% -
HSV(B) 340.34º 0.91% 0.25% -
XYZ 2.35 1.29 1.04 -
YUV 25.51 127.72 155.46 -
System Red Green Blue C M Y K H S L
Decimal 64 6 25 0 0.91 0.61 0.75 340.34 0.83 0.14
Hex 40 6 19 0 5B 3D 4B 154 53 E
Octal 100 6 31 0 133 75 113 524 123 16
Binary 1000000 110 11001 0 1011011 111101 1001011 101010100 1010011 1110

Color Harmonies of #400619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400619

Black with #400619

Text Example


Text Example

White with #400619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400619; }

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

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

background-color css

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

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

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

border-color css

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

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

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