Html Css Color HEX #410E19 Rustic Red

📋 copy color: '#410E19'

red 65 ◦ green 14 ◦ blue 25

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

Shades of Rustic Red #410E19

Tints of Rustic Red #410E19

RGB

 RED value IS 65 (25.78% from 255) = 62.5%

 GREEN value IS 14 (5.86% from 255) = 13.46%

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

R = 62.5%
G = 13.46%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.75

RGB Variations

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

Color information

#410E19 (or 0x410E19) is known color: Rustic Red. HEX triplet: 41, 0E and 19. RGB value is (65,14,25). Sum of RGB (Red+Green+Blue) = 65+14+25=104 (13% of max value = 765). Red value is 65 (25.78% from 255 or 62.5% from 104); Green value is 14 (5.86% from 255 or 13.46% from 104); Blue value is 25 (10.16% from 255 or 24.04% from 104); Max value from RGB is 65 - color contains mainly: red. Hex color #410E19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410E19 is #BEF1E6. Grayscale: #1E1E1E. Windows color (decimal): -12513767 or 1642049. OLE color: 1642049.

HSL color Cylindrical-coordinate representation of color #410E19: hue angle of 347.06º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #410E19 is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 14 25 -
CMYK 0 0.78 0.62 0.75
HSL 347.06º 0.65% 0.15% -
HSV(B) 347.06º 0.78% 0.25% -
XYZ 2.51 1.51 1.08 -
YUV 30.5 124.9 152.61 -
System Red Green Blue C M Y K H S L
Decimal 65 14 25 0 0.78 0.62 0.75 347.06 0.65 0.15
Hex 41 E 19 0 4E 3E 4B 15B 41 F
Octal 101 16 31 0 116 76 113 533 101 17
Binary 1000001 1110 11001 0 1001110 111110 1001011 101011011 1000001 1111

Color Harmonies of #410E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410E19

Black with #410E19

Text Example


Text Example

White with #410E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410E19; }

 p { color: rgb(65,14,25); }

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

background-color css

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

 a { background-color: rgb(65,14,25); }

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

border-color css

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

 span { border-color: rgb(65,14,25); }

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