Html Css Color HEX #401419 Rustic Red

📋 copy color: '#401419'

red 64 ◦ green 20 ◦ blue 25

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

Shades of Rustic Red #401419

Tints of Rustic Red #401419

RGB

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

 GREEN value IS 20 (8.2% from 255) = 18.35%

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

R = 58.72%
G = 18.35%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.61

 K value IS 0.75

RGB Variations

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

Color information

#401419 (or 0x401419) is known color: Rustic Red. HEX triplet: 40, 14 and 19. RGB value is (64,20,25). Sum of RGB (Red+Green+Blue) = 64+20+25=109 (14% of max value = 765). Red value is 64 (25.39% from 255 or 58.72% from 109); Green value is 20 (8.20% from 255 or 18.35% from 109); Blue value is 25 (10.16% from 255 or 22.94% from 109); Max value from RGB is 64 - color contains mainly: red. Hex color #401419 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401419 is #BFEBE6. Grayscale: #212121. Windows color (decimal): -12577767 or 1643584. OLE color: 1643584.

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

Color convert

RGB 64 20 25 -
CMYK 0 0.69 0.61 0.75
HSL 353.18º 0.52% 0.16% -
HSV(B) 353.18º 0.69% 0.25% -
XYZ 2.54 1.66 1.11 -
YUV 33.73 123.08 149.59 -
System Red Green Blue C M Y K H S L
Decimal 64 20 25 0 0.69 0.61 0.75 353.18 0.52 0.16
Hex 40 14 19 0 45 3D 4B 161 34 10
Octal 100 24 31 0 105 75 113 541 64 20
Binary 1000000 10100 11001 0 1000101 111101 1001011 101100001 110100 10000

Color Harmonies of #401419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401419

Black with #401419

Text Example


Text Example

White with #401419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401419; }

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

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

background-color css

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

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

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

border-color css

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

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

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