Html Css Color HEX #401319 Rustic Red

📋 copy color: '#401319'

red 64 ◦ green 19 ◦ blue 25

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

Shades of Rustic Red #401319

Tints of Rustic Red #401319

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.59%

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

R = 59.26%
G = 17.59%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.61

 K value IS 0.75

RGB Variations

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

Color information

#401319 (or 0x401319) is known color: Rustic Red. HEX triplet: 40, 13 and 19. RGB value is (64,19,25). Sum of RGB (Red+Green+Blue) = 64+19+25=108 (14% of max value = 765). Red value is 64 (25.39% from 255 or 59.26% from 108); Green value is 19 (7.81% from 255 or 17.59% from 108); Blue value is 25 (10.16% from 255 or 23.15% from 108); Max value from RGB is 64 - color contains mainly: red. Hex color #401319 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401319 is #BFECE6. Grayscale: #212121. Windows color (decimal): -12578023 or 1643328. OLE color: 1643328.

HSL color Cylindrical-coordinate representation of color #401319: hue angle of 352º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #401319 is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 19 25 -
CMYK 0 0.70 0.61 0.75
HSL 352º 0.54% 0.16% -
HSV(B) 352º 0.7% 0.25% -
XYZ 2.52 1.63 1.1 -
YUV 33.14 123.41 150.01 -
System Red Green Blue C M Y K H S L
Decimal 64 19 25 0 0.70 0.61 0.75 352 0.54 0.16
Hex 40 13 19 0 46 3D 4B 160 36 10
Octal 100 23 31 0 106 75 113 540 66 20
Binary 1000000 10011 11001 0 1000110 111101 1001011 101100000 110110 10000

Color Harmonies of #401319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401319

Black with #401319

Text Example


Text Example

White with #401319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401319; }

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

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

background-color css

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

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

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

border-color css

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

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

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