#410A16

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

Shades of Rustic Red #410A16

Tints of Rustic Red #410A16

Color information

#410A16 (or 0x410A16) is unknown color: approx Rustic Red. HEX triplet: 41, 0A and 16. RGB value is (65,10,22). Sum of RGB (Red+Green+Blue) = 65+10+22=97 (12% of max value = 765). Red value is 65 (25.78% from 255 or 67.01% from 97); Green value is 10 (4.30% from 255 or 10.31% from 97); Blue value is 22 (8.98% from 255 or 22.68% from 97); Max value from RGB is 65 - color contains mainly: red. Hex color #410A16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410A16 is #BEF5E9. Grayscale: #1B1B1B. Windows color (decimal): -12514794 or 1444417. OLE color: 1444417.

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

Color convert

RGB651022-
CMYK00.850.660.75
HSL346.91º73.33%14.71%-
HSV(B)346.91º84.62%25.49%-
XYZ2.431.40.9-
YUV27.81124.72154.52-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 67.01%
GREEN value IS 10 (4.30% from 255) = 10.31%
BLUE value IS 22 (8.98% from 255) = 22.68%
R=67.01%
G=10.31%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.66
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65102200.850.660.75346.9173.3314.71
Hex41A16055424B15b49f
Octal1011226012510211353311117
Binary1000001101010110010101011000010100101110101101110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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