#410E16

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

Shades of Rustic Red #410E16

Tints of Rustic Red #410E16

Color information

#410E16 (or 0x410E16) is unknown color: approx Rustic Red. HEX triplet: 41, 0E and 16. RGB value is (65,14,22). Sum of RGB (Red+Green+Blue) = 65+14+22=101 (13% of max value = 765). Red value is 65 (25.78% from 255 or 64.36% from 101); Green value is 14 (5.86% from 255 or 13.86% from 101); Blue value is 22 (8.98% from 255 or 21.78% from 101); Max value from RGB is 65 - color contains mainly: red. Hex color #410E16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410E16 is #BEF1E9. Grayscale: #1E1E1E. Windows color (decimal): -12513770 or 1445441. OLE color: 1445441.

HSL color Cylindrical-coordinate representation of color #410E16: hue angle of 350.59º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #410E16 is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.75.

Color convert

RGB651422-
CMYK00.780.660.75
HSL350.59º64.56%15.49%-
HSV(B)350.59º78.46%25.49%-
XYZ2.481.50.92-
YUV30.16123.4152.85-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 64.36%
GREEN value IS 14 (5.86% from 255) = 13.86%
BLUE value IS 22 (8.98% from 255) = 21.78%
R=64.36%
G=13.86%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.66
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65142200.780.660.75350.5964.5615.49
Hex41E1604E424B15f41f
Octal1011626011610211353710117
Binary1000001111010110010011101000010100101110101111110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,14,22); }

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

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

 a { background-color: rgb(65,14,22); }

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

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

 span { border-color: rgb(65,14,22); }

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