Html Css Color HEX #401619 Rustic Red

📋 copy color: '#401619'

red 64 ◦ green 22 ◦ blue 25

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

Shades of Rustic Red #401619

Tints of Rustic Red #401619

RGB

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

 GREEN value IS 22 (8.98% from 255) = 19.82%

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

R = 57.66%
G = 19.82%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.61

 K value IS 0.75

RGB Variations

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

Color information

#401619 (or 0x401619) is known color: Rustic Red. HEX triplet: 40, 16 and 19. RGB value is (64,22,25). Sum of RGB (Red+Green+Blue) = 64+22+25=111 (14% of max value = 765). Red value is 64 (25.39% from 255 or 57.66% from 111); Green value is 22 (8.98% from 255 or 19.82% from 111); Blue value is 25 (10.16% from 255 or 22.52% from 111); Max value from RGB is 64 - color contains mainly: red. Hex color #401619 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401619 is #BFE9E6. Grayscale: #222222. Windows color (decimal): -12577255 or 1644096. OLE color: 1644096.

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

Color convert

RGB 64 22 25 -
CMYK 0 0.66 0.61 0.75
HSL 355.71º 0.49% 0.17% -
HSV(B) 355.71º 0.66% 0.25% -
XYZ 2.58 1.73 1.12 -
YUV 34.9 122.41 148.76 -
System Red Green Blue C M Y K H S L
Decimal 64 22 25 0 0.66 0.61 0.75 355.71 0.49 0.17
Hex 40 16 19 0 42 3D 4B 164 31 11
Octal 100 26 31 0 102 75 113 544 61 21
Binary 1000000 10110 11001 0 1000010 111101 1001011 101100100 110001 10001

Color Harmonies of #401619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401619

Black with #401619

Text Example


Text Example

White with #401619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401619; }

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

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

background-color css

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

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

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

border-color css

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

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

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