Html Css Color HEX #410918 Rustic Red

📋 copy color: '#410918'

red 65 ◦ green 9 ◦ blue 24

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

Shades of Rustic Red #410918

Tints of Rustic Red #410918

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.18%

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

R = 66.33%
G = 9.18%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.63

 K value IS 0.75

RGB Variations

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

Color information

#410918 (or 0x410918) is known color: Rustic Red. HEX triplet: 41, 09 and 18. RGB value is (65,9,24). Sum of RGB (Red+Green+Blue) = 65+9+24=98 (12% of max value = 765). Red value is 65 (25.78% from 255 or 66.33% from 98); Green value is 9 (3.91% from 255 or 9.18% from 98); Blue value is 24 (9.77% from 255 or 24.49% from 98); Max value from RGB is 65 - color contains mainly: red. Hex color #410918 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410918 is #BEF6E7. Grayscale: #1B1B1B. Windows color (decimal): -12515048 or 1575233. OLE color: 1575233.

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

Color convert

RGB 65 9 24 -
CMYK 0 0.86 0.63 0.75
HSL 343.93º 0.76% 0.15% -
HSV(B) 343.93º 0.86% 0.25% -
XYZ 2.44 1.39 1 -
YUV 27.45 126.05 154.78 -
System Red Green Blue C M Y K H S L
Decimal 65 9 24 0 0.86 0.63 0.75 343.93 0.76 0.15
Hex 41 9 18 0 56 3F 4B 158 4C F
Octal 101 11 30 0 126 77 113 530 114 17
Binary 1000001 1001 11000 0 1010110 111111 1001011 101011000 1001100 1111

Color Harmonies of #410918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410918

Black with #410918

Text Example


Text Example

White with #410918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410918; }

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

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

background-color css

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

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

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

border-color css

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

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

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