Html Css Color HEX #411B1C Rustic Red

📋 copy color: '#411B1C'

red 65 ◦ green 27 ◦ blue 28

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

Shades of Rustic Red #411B1C

Tints of Rustic Red #411B1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 23.33%

R = 54.17%
G = 22.5%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.57

 K value IS 0.75

RGB Variations

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

Color information

#411B1C (or 0x411B1C) is known color: Rustic Red. HEX triplet: 41, 1B and 1C. RGB value is (65,27,28). Sum of RGB (Red+Green+Blue) = 65+27+28=120 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.17% from 120); Green value is 27 (10.94% from 255 or 22.5% from 120); Blue value is 28 (11.33% from 255 or 23.33% from 120); Max value from RGB is 65 - color contains mainly: red. Hex color #411B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411B1C is #BEE4E3. Grayscale: #262626. Windows color (decimal): -12510436 or 1841985. OLE color: 1841985.

HSL color Cylindrical-coordinate representation of color #411B1C: hue angle of 358.42º 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 #411B1C is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 27 28 -
CMYK 0 0.58 0.57 0.75
HSL 358.42º 0.41% 0.18% -
HSV(B) 358.42º 0.58% 0.25% -
XYZ 2.78 1.99 1.34 -
YUV 38.48 122.09 146.92 -
System Red Green Blue C M Y K H S L
Decimal 65 27 28 0 0.58 0.57 0.75 358.42 0.41 0.18
Hex 41 1B 1C 0 3A 39 4B 166 29 12
Octal 101 33 34 0 72 71 113 546 51 22
Binary 1000001 11011 11100 0 111010 111001 1001011 101100110 101001 10010

Color Harmonies of #411B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411B1C

Black with #411B1C

Text Example


Text Example

White with #411B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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