Html Css Color HEX #401019 Rustic Red

📋 copy color: '#401019'

red 64 ◦ green 16 ◦ blue 25

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

Shades of Rustic Red #401019

Tints of Rustic Red #401019

RGB

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

 GREEN value IS 16 (6.64% from 255) = 15.24%

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

R = 60.95%
G = 15.24%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.61

 K value IS 0.75

RGB Variations

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

Color information

#401019 (or 0x401019) is known color: Rustic Red. HEX triplet: 40, 10 and 19. RGB value is (64,16,25). Sum of RGB (Red+Green+Blue) = 64+16+25=105 (13% of max value = 765). Red value is 64 (25.39% from 255 or 60.95% from 105); Green value is 16 (6.64% from 255 or 15.24% from 105); Blue value is 25 (10.16% from 255 or 23.81% from 105); Max value from RGB is 64 - color contains mainly: red. Hex color #401019 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401019 is #BFEFE6. Grayscale: #1F1F1F. Windows color (decimal): -12578791 or 1642560. OLE color: 1642560.

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

Color convert

RGB 64 16 25 -
CMYK 0 0.75 0.61 0.75
HSL 348.75º 0.6% 0.16% -
HSV(B) 348.75º 0.75% 0.25% -
XYZ 2.48 1.53 1.08 -
YUV 31.38 124.4 151.27 -
System Red Green Blue C M Y K H S L
Decimal 64 16 25 0 0.75 0.61 0.75 348.75 0.6 0.16
Hex 40 10 19 0 4B 3D 4B 15D 3C 10
Octal 100 20 31 0 113 75 113 535 74 20
Binary 1000000 10000 11001 0 1001011 111101 1001011 101011101 111100 10000

Color Harmonies of #401019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401019

Black with #401019

Text Example


Text Example

White with #401019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401019; }

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

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

background-color css

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

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

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

border-color css

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

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

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