Html Css Color HEX #410518 Rustic Red

📋 copy color: '#410518'

red 65 ◦ green 5 ◦ blue 24

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

Shades of Rustic Red #410518

Tints of Rustic Red #410518

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.32%

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

R = 69.15%
G = 5.32%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.63

 K value IS 0.75

RGB Variations

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

Color information

#410518 (or 0x410518) is known color: Rustic Red. HEX triplet: 41, 05 and 18. RGB value is (65,5,24). Sum of RGB (Red+Green+Blue) = 65+5+24=94 (12% of max value = 765). Red value is 65 (25.78% from 255 or 69.15% from 94); Green value is 5 (2.34% from 255 or 5.32% from 94); Blue value is 24 (9.77% from 255 or 25.53% from 94); Max value from RGB is 65 - color contains mainly: red. Hex color #410518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410518 is #BEFAE7. Grayscale: #191919. Windows color (decimal): -12516072 or 1574209. OLE color: 1574209.

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

Color convert

RGB 65 5 24 -
CMYK 0 0.92 0.63 0.75
HSL 341º 0.86% 0.14% -
HSV(B) 341º 0.92% 0.25% -
XYZ 2.4 1.3 0.99 -
YUV 25.11 127.38 156.46 -
System Red Green Blue C M Y K H S L
Decimal 65 5 24 0 0.92 0.63 0.75 341 0.86 0.14
Hex 41 5 18 0 5C 3F 4B 155 56 E
Octal 101 5 30 0 134 77 113 525 126 16
Binary 1000001 101 11000 0 1011100 111111 1001011 101010101 1010110 1110

Color Harmonies of #410518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410518

Black with #410518

Text Example


Text Example

White with #410518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410518; }

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

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

background-color css

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

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

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

border-color css

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

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

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