Html Css Color HEX #41181C Rustic Red

📋 copy color: '#41181C'

red 65 ◦ green 24 ◦ blue 28

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

Shades of Rustic Red #41181C

Tints of Rustic Red #41181C

RGB

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

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

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

R = 55.56%
G = 20.51%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.57

 K value IS 0.75

RGB Variations

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

Color information

#41181C (or 0x41181C) is known color: Rustic Red. HEX triplet: 41, 18 and 1C. RGB value is (65,24,28). Sum of RGB (Red+Green+Blue) = 65+24+28=117 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.56% from 117); Green value is 24 (9.77% from 255 or 20.51% from 117); Blue value is 28 (11.33% from 255 or 23.93% from 117); Max value from RGB is 65 - color contains mainly: red. Hex color #41181C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41181C is #BEE7E3. Grayscale: #242424. Windows color (decimal): -12511204 or 1841217. OLE color: 1841217.

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

Color convert

RGB 65 24 28 -
CMYK 0 0.63 0.57 0.75
HSL 354.15º 0.46% 0.17% -
HSV(B) 354.15º 0.63% 0.25% -
XYZ 2.72 1.86 1.31 -
YUV 36.72 123.08 148.17 -
System Red Green Blue C M Y K H S L
Decimal 65 24 28 0 0.63 0.57 0.75 354.15 0.46 0.17
Hex 41 18 1C 0 3F 39 4B 162 2E 11
Octal 101 30 34 0 77 71 113 542 56 21
Binary 1000001 11000 11100 0 111111 111001 1001011 101100010 101110 10001

Color Harmonies of #41181C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41181C

Black with #41181C

Text Example


Text Example

White with #41181C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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