#410F10

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

Shades of Rustic Red #410F10

Tints of Rustic Red #410F10

Color information

#410F10 (or 0x410F10) is unknown color: approx Rustic Red. HEX triplet: 41, 0F and 10. RGB value is (65,15,16). Sum of RGB (Red+Green+Blue) = 65+15+16=96 (12% of max value = 765). Red value is 65 (25.78% from 255 or 67.71% from 96); Green value is 15 (6.25% from 255 or 15.62% from 96); Blue value is 16 (6.64% from 255 or 16.67% from 96); Max value from RGB is 65 - color contains mainly: red. Hex color #410F10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410F10 is #BEF0EF. Grayscale: #1E1E1E. Windows color (decimal): -12513520 or 1052481. OLE color: 1052481.

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

Color convert

RGB651516-
CMYK00.770.750.75
HSL358.8º62.5%15.69%-
HSV(B)358.8º76.92%25.49%-
XYZ2.441.50.65-
YUV30.06120.06152.92-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 67.71%
GREEN value IS 15 (6.25% from 255) = 15.62%
BLUE value IS 16 (6.64% from 255) = 16.67%
R=67.71%
G=15.62%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65151600.770.750.75358.862.515.69
Hex41F1004D4B4B1673e10
Octal101172001151131135477620
Binary1000001111110000010011011001011100101110110011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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