Html Css Color HEX #410911 Rustic Red

📋 copy color: '#410911'

red 65 ◦ green 9 ◦ blue 17

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

Shades of Rustic Red #410911

Tints of Rustic Red #410911

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 18.68%

R = 71.43%
G = 9.89%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.74

 K value IS 0.75

RGB Variations

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

Color information

#410911 (or 0x410911) is known color: Rustic Red. HEX triplet: 41, 09 and 11. RGB value is (65,9,17). Sum of RGB (Red+Green+Blue) = 65+9+17=91 (12% of max value = 765). Red value is 65 (25.78% from 255 or 71.43% from 91); Green value is 9 (3.91% from 255 or 9.89% from 91); Blue value is 17 (7.03% from 255 or 18.68% from 91); Max value from RGB is 65 - color contains mainly: red. Hex color #410911 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410911 is #BEF6EE. Grayscale: #1A1A1A. Windows color (decimal): -12515055 or 1116481. OLE color: 1116481.

HSL color Cylindrical-coordinate representation of color #410911: hue angle of 351.43º 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 #410911 is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 9 17 -
CMYK 0 0.86 0.74 0.75
HSL 351.43º 0.76% 0.15% -
HSV(B) 351.43º 0.86% 0.25% -
XYZ 2.38 1.36 0.67 -
YUV 26.66 122.55 155.35 -
System Red Green Blue C M Y K H S L
Decimal 65 9 17 0 0.86 0.74 0.75 351.43 0.76 0.15
Hex 41 9 11 0 56 4A 4B 15F 4C F
Octal 101 11 21 0 126 112 113 537 114 17
Binary 1000001 1001 10001 0 1010110 1001010 1001011 101011111 1001100 1111

Color Harmonies of #410911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410911

Black with #410911

Text Example


Text Example

White with #410911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410911; }

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

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

background-color css

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

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

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

border-color css

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

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

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