Html Css Color HEX #411C1E Rustic Red

📋 copy color: '#411C1E'

red 65 ◦ green 28 ◦ blue 30

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

Shades of Rustic Red #411C1E

Tints of Rustic Red #411C1E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 22.76%

 BLUE value IS 30 (12.11% from 255) = 24.39%

R = 52.85%
G = 22.76%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.54

 K value IS 0.75

RGB Variations

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

Color information

#411C1E (or 0x411C1E) is known color: Rustic Red. HEX triplet: 41, 1C and 1E. RGB value is (65,28,30). Sum of RGB (Red+Green+Blue) = 65+28+30=123 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.85% from 123); Green value is 28 (11.33% from 255 or 22.76% from 123); Blue value is 30 (12.11% from 255 or 24.39% from 123); Max value from RGB is 65 - color contains mainly: red. Hex color #411C1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411C1E is #BEE3E1. Grayscale: #272727. Windows color (decimal): -12510178 or 1973313. OLE color: 1973313.

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

Color convert

RGB 65 28 30 -
CMYK 0 0.57 0.54 0.75
HSL 356.76º 0.4% 0.18% -
HSV(B) 356.76º 0.57% 0.25% -
XYZ 2.83 2.05 1.47 -
YUV 39.29 122.76 146.34 -
System Red Green Blue C M Y K H S L
Decimal 65 28 30 0 0.57 0.54 0.75 356.76 0.4 0.18
Hex 41 1C 1E 0 39 36 4B 165 28 12
Octal 101 34 36 0 71 66 113 545 50 22
Binary 1000001 11100 11110 0 111001 110110 1001011 101100101 101000 10010

Color Harmonies of #411C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411C1E

Black with #411C1E

Text Example


Text Example

White with #411C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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