Html Css Color HEX #41181E Rustic Red

📋 copy color: '#41181E'

red 65 ◦ green 24 ◦ blue 30

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

Shades of Rustic Red #41181E

Tints of Rustic Red #41181E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 20.17%

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

R = 54.62%
G = 20.17%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.54

 K value IS 0.75

RGB Variations

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

Color information

#41181E (or 0x41181E) is known color: Rustic Red. HEX triplet: 41, 18 and 1E. RGB value is (65,24,30). Sum of RGB (Red+Green+Blue) = 65+24+30=119 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.62% from 119); Green value is 24 (9.77% from 255 or 20.17% from 119); Blue value is 30 (12.11% from 255 or 25.21% from 119); Max value from RGB is 65 - color contains mainly: red. Hex color #41181E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41181E is #BEE7E1. Grayscale: #242424. Windows color (decimal): -12511202 or 1972289. OLE color: 1972289.

HSL color Cylindrical-coordinate representation of color #41181E: hue angle of 351.22º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #41181E is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 24 30 -
CMYK 0 0.63 0.54 0.75
HSL 351.22º 0.46% 0.17% -
HSV(B) 351.22º 0.63% 0.25% -
XYZ 2.74 1.87 1.44 -
YUV 36.94 124.08 148.01 -
System Red Green Blue C M Y K H S L
Decimal 65 24 30 0 0.63 0.54 0.75 351.22 0.46 0.17
Hex 41 18 1E 0 3F 36 4B 15F 2E 11
Octal 101 30 36 0 77 66 113 537 56 21
Binary 1000001 11000 11110 0 111111 110110 1001011 101011111 101110 10001

Color Harmonies of #41181E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41181E

Black with #41181E

Text Example


Text Example

White with #41181E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41181E; }

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

 H1.HeaderClassName
 {
   color: #41181E;
 }
 .AnyTagClassName
 {
   color: #41181E;
 }
</style>

background-color css

<style>
 a { background-color: #41181E; }

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

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

border-color css

<style>
 span { border-color: #41181E; }

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

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