Html Css Color HEX #411B1E Rustic Red

📋 copy color: '#411B1E'

red 65 ◦ green 27 ◦ blue 30

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

Shades of Rustic Red #411B1E

Tints of Rustic Red #411B1E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 22.13%

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

R = 53.28%
G = 22.13%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.54

 K value IS 0.75

RGB Variations

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

Color information

#411B1E (or 0x411B1E) is known color: Rustic Red. HEX triplet: 41, 1B and 1E. RGB value is (65,27,30). Sum of RGB (Red+Green+Blue) = 65+27+30=122 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.28% from 122); Green value is 27 (10.94% from 255 or 22.13% from 122); Blue value is 30 (12.11% from 255 or 24.59% from 122); Max value from RGB is 65 - color contains mainly: red. Hex color #411B1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411B1E is #BEE4E1. Grayscale: #262626. Windows color (decimal): -12510434 or 1973057. OLE color: 1973057.

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

Color convert

RGB 65 27 30 -
CMYK 0 0.58 0.54 0.75
HSL 355.26º 0.41% 0.18% -
HSV(B) 355.26º 0.58% 0.25% -
XYZ 2.81 2 1.47 -
YUV 38.7 123.09 146.76 -
System Red Green Blue C M Y K H S L
Decimal 65 27 30 0 0.58 0.54 0.75 355.26 0.41 0.18
Hex 41 1B 1E 0 3A 36 4B 163 29 12
Octal 101 33 36 0 72 66 113 543 51 22
Binary 1000001 11011 11110 0 111010 110110 1001011 101100011 101001 10010

Color Harmonies of #411B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411B1E

Black with #411B1E

Text Example


Text Example

White with #411B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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