#410810

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

Shades of Rustic Red #410810

Tints of Rustic Red #410810

Color information

#410810 (or 0x410810) is unknown color: approx Rustic Red. HEX triplet: 41, 08 and 10. RGB value is (65,8,16). Sum of RGB (Red+Green+Blue) = 65+8+16=89 (11% of max value = 765). Red value is 65 (25.78% from 255 or 73.03% from 89); Green value is 8 (3.52% from 255 or 8.99% from 89); Blue value is 16 (6.64% from 255 or 17.98% from 89); Max value from RGB is 65 - color contains mainly: red. Hex color #410810 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410810 is #BEF7EF. Grayscale: #191919. Windows color (decimal): -12515312 or 1050689. OLE color: 1050689.

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

Color convert

RGB65816-
CMYK00.880.750.75
HSL351.58º78.08%14.31%-
HSV(B)351.58º87.69%25.49%-
XYZ2.361.330.62-
YUV25.96122.38155.85-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 73.03%
GREEN value IS 8 (3.52% from 255) = 8.99%
BLUE value IS 16 (6.64% from 255) = 17.98%
R=73.03%
G=8.99%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6581600.880.750.75351.5878.0814.31
Hex418100584B4B1604ee
Octal1011020013011311354011616
Binary1000001100010000010110001001011100101110110000010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410810; }

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

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

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

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

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

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

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

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