Html Css Color HEX #41181D Rustic Red

📋 copy color: '#41181D'

red 65 ◦ green 24 ◦ blue 29

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

Shades of Rustic Red #41181D

Tints of Rustic Red #41181D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 24.58%

R = 55.08%
G = 20.34%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.55

 K value IS 0.75

RGB Variations

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

Color information

#41181D (or 0x41181D) is known color: Rustic Red. HEX triplet: 41, 18 and 1D. RGB value is (65,24,29). Sum of RGB (Red+Green+Blue) = 65+24+29=118 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.08% from 118); Green value is 24 (9.77% from 255 or 20.34% from 118); Blue value is 29 (11.72% from 255 or 24.58% from 118); Max value from RGB is 65 - color contains mainly: red. Hex color #41181D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41181D is #BEE7E2. Grayscale: #242424. Windows color (decimal): -12511203 or 1906753. OLE color: 1906753.

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

Color convert

RGB 65 24 29 -
CMYK 0 0.63 0.55 0.75
HSL 352.68º 0.46% 0.17% -
HSV(B) 352.68º 0.63% 0.25% -
XYZ 2.73 1.87 1.38 -
YUV 36.83 123.58 148.09 -
System Red Green Blue C M Y K H S L
Decimal 65 24 29 0 0.63 0.55 0.75 352.68 0.46 0.17
Hex 41 18 1D 0 3F 37 4B 161 2E 11
Octal 101 30 35 0 77 67 113 541 56 21
Binary 1000001 11000 11101 0 111111 110111 1001011 101100001 101110 10001

Color Harmonies of #41181D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41181D

Black with #41181D

Text Example


Text Example

White with #41181D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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