#410506

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

Shades of Rustic Red #410506

Tints of Rustic Red #410506

Color information

#410506 (or 0x410506) is unknown color: approx Rustic Red. HEX triplet: 41, 05 and 06. RGB value is (65,5,6). Sum of RGB (Red+Green+Blue) = 65+5+6=76 (10% of max value = 765). Red value is 65 (25.78% from 255 or 85.53% from 76); Green value is 5 (2.34% from 255 or 6.58% from 76); Blue value is 6 (2.73% from 255 or 7.89% from 76); Max value from RGB is 65 - color contains mainly: red. Hex color #410506 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410506 is #BEFAF9. Grayscale: #171717. Windows color (decimal): -12516090 or 394561. OLE color: 394561.

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

Color convert

RGB6556-
CMYK00.920.910.75
HSL359º85.71%13.73%-
HSV(B)359º92.31%25.49%-
XYZ2.271.250.29-
YUV23.05118.38157.92-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 85.53%
GREEN value IS 5 (2.34% from 255) = 6.58%
BLUE value IS 6 (2.73% from 255) = 7.89%
R=85.53%
G=6.58%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.91
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal655600.920.910.7535985.7113.73
Hex415605C5B4B16756e
Octal10156013413311354712616
Binary1000001101110010111001011011100101110110011110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410506; }

 p { color: rgb(65,5,6); }

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

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

 a { background-color: rgb(65,5,6); }

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

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

 span { border-color: rgb(65,5,6); }

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