#410416

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

Shades of Rustic Red #410416

Tints of Rustic Red #410416

Color information

#410416 (or 0x410416) is unknown color: approx Rustic Red. HEX triplet: 41, 04 and 16. RGB value is (65,4,22). Sum of RGB (Red+Green+Blue) = 65+4+22=91 (12% of max value = 765). Red value is 65 (25.78% from 255 or 71.43% from 91); Green value is 4 (1.95% from 255 or 4.40% from 91); Blue value is 22 (8.98% from 255 or 24.18% from 91); Max value from RGB is 65 - color contains mainly: red. Hex color #410416 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410416 is #BEFBE9. Grayscale: #181818. Windows color (decimal): -12516330 or 1442881. OLE color: 1442881.

HSL color Cylindrical-coordinate representation of color #410416: hue angle of 342.3º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #410416 is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.75.

Color convert

RGB65422-
CMYK00.940.660.75
HSL342.3º88.41%13.53%-
HSV(B)342.3º93.85%25.49%-
XYZ2.371.270.88-
YUV24.29126.71157.04-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 71.43%
GREEN value IS 4 (1.95% from 255) = 4.40%
BLUE value IS 22 (8.98% from 255) = 24.18%
R=71.43%
G=4.40%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.66
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6542200.940.660.75342.388.4113.53
Hex4141605E424B15658e
Octal101426013610211352613016
Binary100000110010110010111101000010100101110101011010110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410416; }

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

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

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

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

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

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

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

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