Html Css Color HEX #411A1B Rustic Red

📋 copy color: '#411A1B'

red 65 ◦ green 26 ◦ blue 27

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

Shades of Rustic Red #411A1B

Tints of Rustic Red #411A1B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 22.03%

 BLUE value IS 27 (10.94% from 255) = 22.88%

R = 55.08%
G = 22.03%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.58

 K value IS 0.75

RGB Variations

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

Color information

#411A1B (or 0x411A1B) is known color: Rustic Red. HEX triplet: 41, 1A and 1B. RGB value is (65,26,27). Sum of RGB (Red+Green+Blue) = 65+26+27=118 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.08% from 118); Green value is 26 (10.55% from 255 or 22.03% from 118); Blue value is 27 (10.94% from 255 or 22.88% from 118); Max value from RGB is 65 - color contains mainly: red. Hex color #411A1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411A1B is #BEE5E4. Grayscale: #252525. Windows color (decimal): -12510693 or 1776193. OLE color: 1776193.

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

Color convert

RGB 65 26 27 -
CMYK 0 0.60 0.58 0.75
HSL 358.46º 0.43% 0.18% -
HSV(B) 358.46º 0.6% 0.25% -
XYZ 2.75 1.94 1.27 -
YUV 37.78 121.92 147.42 -
System Red Green Blue C M Y K H S L
Decimal 65 26 27 0 0.60 0.58 0.75 358.46 0.43 0.18
Hex 41 1A 1B 0 3C 3A 4B 166 2B 12
Octal 101 32 33 0 74 72 113 546 53 22
Binary 1000001 11010 11011 0 111100 111010 1001011 101100110 101011 10010

Color Harmonies of #411A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411A1B

Black with #411A1B

Text Example


Text Example

White with #411A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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