#410911

Color #410911 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #410911

Tints of Rustic Red #410911

Color information

#410911 (or 0x410911) is unknown color: approx 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

RGB65917-
CMYK00.860.740.75
HSL351.43º75.68%14.51%-
HSV(B)351.43º86.15%25.49%-
XYZ2.381.360.67-
YUV26.66122.55155.35-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.74
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6591700.860.740.75351.4375.6814.51
Hex419110564A4B15f4cf
Octal1011121012611211353711417
Binary1000001100110001010101101001010100101110101111110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>