Html Css Color HEX #411E1F Rustic Red

📋 copy color: '#411E1F'

red 65 ◦ green 30 ◦ blue 31

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

Shades of Rustic Red #411E1F

Tints of Rustic Red #411E1F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 23.81%

 BLUE value IS 31 (12.5% from 255) = 24.6%

R = 51.59%
G = 23.81%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.52

 K value IS 0.75

RGB Variations

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

Color information

#411E1F (or 0x411E1F) is known color: Rustic Red. HEX triplet: 41, 1E and 1F. RGB value is (65,30,31). Sum of RGB (Red+Green+Blue) = 65+30+31=126 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.59% from 126); Green value is 30 (12.11% from 255 or 23.81% from 126); Blue value is 31 (12.5% from 255 or 24.60% from 126); Max value from RGB is 65 - color contains mainly: red. Hex color #411E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411E1F is #BEE1E0. Grayscale: #282828. Windows color (decimal): -12509665 or 2039361. OLE color: 2039361.

HSL color Cylindrical-coordinate representation of color #411E1F: hue angle of 358.29º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #411E1F is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 30 31 -
CMYK 0 0.54 0.52 0.75
HSL 358.29º 0.37% 0.19% -
HSV(B) 358.29º 0.54% 0.25% -
XYZ 2.89 2.15 1.56 -
YUV 40.58 122.6 145.42 -
System Red Green Blue C M Y K H S L
Decimal 65 30 31 0 0.54 0.52 0.75 358.29 0.37 0.19
Hex 41 1E 1F 0 36 34 4B 166 25 13
Octal 101 36 37 0 66 64 113 546 45 23
Binary 1000001 11110 11111 0 110110 110100 1001011 101100110 100101 10011

Color Harmonies of #411E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411E1F

Black with #411E1F

Text Example


Text Example

White with #411E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411E1F; }

 p { color: rgb(65,30,31); }

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

background-color css

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

 a { background-color: rgb(65,30,31); }

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

border-color css

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

 span { border-color: rgb(65,30,31); }

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