Html Css Color HEX #411418 Rustic Red

📋 copy color: '#411418'

red 65 ◦ green 20 ◦ blue 24

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

Shades of Rustic Red #411418

Tints of Rustic Red #411418

RGB

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

 GREEN value IS 20 (8.2% from 255) = 18.35%

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

R = 59.63%
G = 18.35%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.63

 K value IS 0.75

RGB Variations

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

Color information

#411418 (or 0x411418) is known color: Rustic Red. HEX triplet: 41, 14 and 18. RGB value is (65,20,24). Sum of RGB (Red+Green+Blue) = 65+20+24=109 (14% of max value = 765). Red value is 65 (25.78% from 255 or 59.63% from 109); Green value is 20 (8.20% from 255 or 18.35% from 109); Blue value is 24 (9.77% from 255 or 22.02% from 109); Max value from RGB is 65 - color contains mainly: red. Hex color #411418 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411418 is #BEEBE7. Grayscale: #212121. Windows color (decimal): -12512232 or 1578049. OLE color: 1578049.

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

Color convert

RGB 65 20 24 -
CMYK 0 0.69 0.63 0.75
HSL 354.67º 0.53% 0.17% -
HSV(B) 354.67º 0.69% 0.25% -
XYZ 2.59 1.69 1.05 -
YUV 33.91 122.41 150.17 -
System Red Green Blue C M Y K H S L
Decimal 65 20 24 0 0.69 0.63 0.75 354.67 0.53 0.17
Hex 41 14 18 0 45 3F 4B 163 35 11
Octal 101 24 30 0 105 77 113 543 65 21
Binary 1000001 10100 11000 0 1000101 111111 1001011 101100011 110101 10001

Color Harmonies of #411418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411418

Black with #411418

Text Example


Text Example

White with #411418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411418; }

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

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

background-color css

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

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

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

border-color css

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

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

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