#410910

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

Shades of Rustic Red #410910

Tints of Rustic Red #410910

Color information

#410910 (or 0x410910) is unknown color: approx Rustic Red. HEX triplet: 41, 09 and 10. RGB value is (65,9,16). Sum of RGB (Red+Green+Blue) = 65+9+16=90 (11% of max value = 765). Red value is 65 (25.78% from 255 or 72.22% from 90); Green value is 9 (3.91% from 255 or 10% from 90); Blue value is 16 (6.64% from 255 or 17.78% from 90); Max value from RGB is 65 - color contains mainly: red. Hex color #410910 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410910 is #BEF6EF. Grayscale: #1A1A1A. Windows color (decimal): -12515056 or 1050945. OLE color: 1050945.

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

Color convert

RGB65916-
CMYK00.860.750.75
HSL352.5º75.68%14.51%-
HSV(B)352.5º86.15%25.49%-
XYZ2.371.360.63-
YUV26.54122.05155.43-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 72.22%
GREEN value IS 9 (3.91% from 255) = 10%
BLUE value IS 16 (6.64% from 255) = 17.78%
R=72.22%
G=10%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6591600.860.750.75352.575.6814.51
Hex419100564B4B1604cf
Octal1011120012611311354011417
Binary1000001100110000010101101001011100101110110000010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410910; }

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

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

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

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

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

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

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

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