#410F11

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

Shades of Rustic Red #410F11

Tints of Rustic Red #410F11

Color information

#410F11 (or 0x410F11) is unknown color: approx Rustic Red. HEX triplet: 41, 0F and 11. RGB value is (65,15,17). Sum of RGB (Red+Green+Blue) = 65+15+17=97 (12% of max value = 765). Red value is 65 (25.78% from 255 or 67.01% from 97); Green value is 15 (6.25% from 255 or 15.46% from 97); Blue value is 17 (7.03% from 255 or 17.53% from 97); Max value from RGB is 65 - color contains mainly: red. Hex color #410F11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410F11 is #BEF0EE. Grayscale: #1E1E1E. Windows color (decimal): -12513519 or 1118017. OLE color: 1118017.

HSL color Cylindrical-coordinate representation of color #410F11: hue angle of 357.6º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #410F11 is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.75.

Color convert

RGB651517-
CMYK00.770.740.75
HSL357.6º62.5%15.69%-
HSV(B)357.6º76.92%25.49%-
XYZ2.451.510.69-
YUV30.18120.56152.84-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 67.01%
GREEN value IS 15 (6.25% from 255) = 15.46%
BLUE value IS 17 (7.03% from 255) = 17.53%
R=67.01%
G=15.46%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.74
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65151700.770.740.75357.662.515.69
Hex41F1104D4A4B1663e10
Octal101172101151121135467620
Binary1000001111110001010011011001010100101110110011011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410F11; }

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

 H1.HeaderClassName
 {
   color: #410F11;
 }
 .AnyTagClassName
 {
   color: #410F11;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #410F11;
 }
 .BgClassName
 {
   background-color: #410F11;
 }
</style>
border-color css

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

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

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