Html Css Color HEX #411218 Rustic Red

📋 copy color: '#411218'

red 65 ◦ green 18 ◦ blue 24

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

Shades of Rustic Red #411218

Tints of Rustic Red #411218

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.82%

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

R = 60.75%
G = 16.82%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.63

 K value IS 0.75

RGB Variations

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

Color information

#411218 (or 0x411218) is known color: Rustic Red. HEX triplet: 41, 12 and 18. RGB value is (65,18,24). Sum of RGB (Red+Green+Blue) = 65+18+24=107 (14% of max value = 765). Red value is 65 (25.78% from 255 or 60.75% from 107); Green value is 18 (7.42% from 255 or 16.82% from 107); Blue value is 24 (9.77% from 255 or 22.43% from 107); Max value from RGB is 65 - color contains mainly: red. Hex color #411218 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411218 is #BEEDE7. Grayscale: #202020. Windows color (decimal): -12512744 or 1577537. OLE color: 1577537.

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

Color convert

RGB 65 18 24 -
CMYK 0 0.72 0.63 0.75
HSL 352.34º 0.57% 0.16% -
HSV(B) 352.34º 0.72% 0.25% -
XYZ 2.56 1.62 1.04 -
YUV 32.74 123.07 151.01 -
System Red Green Blue C M Y K H S L
Decimal 65 18 24 0 0.72 0.63 0.75 352.34 0.57 0.16
Hex 41 12 18 0 48 3F 4B 160 39 10
Octal 101 22 30 0 110 77 113 540 71 20
Binary 1000001 10010 11000 0 1001000 111111 1001011 101100000 111001 10000

Color Harmonies of #411218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411218

Black with #411218

Text Example


Text Example

White with #411218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411218; }

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

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

background-color css

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

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

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

border-color css

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

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

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