#410510

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

Shades of Rustic Red #410510

Tints of Rustic Red #410510

Color information

#410510 (or 0x410510) is unknown color: approx Rustic Red. HEX triplet: 41, 05 and 10. RGB value is (65,5,16). Sum of RGB (Red+Green+Blue) = 65+5+16=86 (11% of max value = 765). Red value is 65 (25.78% from 255 or 75.58% from 86); Green value is 5 (2.34% from 255 or 5.81% from 86); Blue value is 16 (6.64% from 255 or 18.60% from 86); Max value from RGB is 65 - color contains mainly: red. Hex color #410510 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410510 is #BEFAEF. Grayscale: #181818. Windows color (decimal): -12516080 or 1049921. OLE color: 1049921.

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

Color convert

RGB65516-
CMYK00.920.750.75
HSL349º85.71%13.73%-
HSV(B)349º92.31%25.49%-
XYZ2.331.270.61-
YUV24.19123.38157.11-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 75.58%
GREEN value IS 5 (2.34% from 255) = 5.81%
BLUE value IS 16 (6.64% from 255) = 18.60%
R=75.58%
G=5.81%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6551600.920.750.7534985.7113.73
Hex4151005C4B4B15d56e
Octal101520013411311353512616
Binary100000110110000010111001001011100101110101110110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410510; }

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

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

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

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

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

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

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

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