Html Css Color HEX #410E1A Rustic Red

📋 copy color: '#410E1A'

red 65 ◦ green 14 ◦ blue 26

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

Shades of Rustic Red #410E1A

Tints of Rustic Red #410E1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 24.76%

R = 61.9%
G = 13.33%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.60

 K value IS 0.75

RGB Variations

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

Color information

#410E1A (or 0x410E1A) is known color: Rustic Red. HEX triplet: 41, 0E and 1A. RGB value is (65,14,26). Sum of RGB (Red+Green+Blue) = 65+14+26=105 (13% of max value = 765). Red value is 65 (25.78% from 255 or 61.90% from 105); Green value is 14 (5.86% from 255 or 13.33% from 105); Blue value is 26 (10.55% from 255 or 24.76% from 105); Max value from RGB is 65 - color contains mainly: red. Hex color #410E1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410E1A is #BEF1E5. Grayscale: #1E1E1E. Windows color (decimal): -12513766 or 1707585. OLE color: 1707585.

HSL color Cylindrical-coordinate representation of color #410E1A: hue angle of 345.88º 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 #410E1A is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 14 26 -
CMYK 0 0.78 0.60 0.75
HSL 345.88º 0.65% 0.15% -
HSV(B) 345.88º 0.78% 0.25% -
XYZ 2.52 1.51 1.14 -
YUV 30.62 125.4 152.52 -
System Red Green Blue C M Y K H S L
Decimal 65 14 26 0 0.78 0.60 0.75 345.88 0.65 0.15
Hex 41 E 1A 0 4E 3C 4B 15A 41 F
Octal 101 16 32 0 116 74 113 532 101 17
Binary 1000001 1110 11010 0 1001110 111100 1001011 101011010 1000001 1111

Color Harmonies of #410E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410E1A

Black with #410E1A

Text Example


Text Example

White with #410E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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