Html Css Color HEX #411718 Rustic Red

📋 copy color: '#411718'

red 65 ◦ green 23 ◦ blue 24

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

Shades of Rustic Red #411718

Tints of Rustic Red #411718

RGB

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

 GREEN value IS 23 (9.38% from 255) = 20.54%

 BLUE value IS 24 (9.77% from 255) = 21.43%

R = 58.04%
G = 20.54%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.63

 K value IS 0.75

RGB Variations

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

Color information

#411718 (or 0x411718) is known color: Rustic Red. HEX triplet: 41, 17 and 18. RGB value is (65,23,24). Sum of RGB (Red+Green+Blue) = 65+23+24=112 (14% of max value = 765). Red value is 65 (25.78% from 255 or 58.04% from 112); Green value is 23 (9.38% from 255 or 20.54% from 112); Blue value is 24 (9.77% from 255 or 21.43% from 112); Max value from RGB is 65 - color contains mainly: red. Hex color #411718 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411718 is #BEE8E7. Grayscale: #232323. Windows color (decimal): -12511464 or 1578817. OLE color: 1578817.

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

Color convert

RGB 65 23 24 -
CMYK 0 0.65 0.63 0.75
HSL 358.57º 0.48% 0.17% -
HSV(B) 358.57º 0.65% 0.25% -
XYZ 2.65 1.8 1.07 -
YUV 35.67 121.41 148.92 -
System Red Green Blue C M Y K H S L
Decimal 65 23 24 0 0.65 0.63 0.75 358.57 0.48 0.17
Hex 41 17 18 0 41 3F 4B 167 30 11
Octal 101 27 30 0 101 77 113 547 60 21
Binary 1000001 10111 11000 0 1000001 111111 1001011 101100111 110000 10001

Color Harmonies of #411718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411718

Black with #411718

Text Example


Text Example

White with #411718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411718; }

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

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

background-color css

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

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

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

border-color css

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

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

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