#410D10

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

Shades of Rustic Red #410D10

Tints of Rustic Red #410D10

Color information

#410D10 (or 0x410D10) is unknown color: approx Rustic Red. HEX triplet: 41, 0D and 10. RGB value is (65,13,16). Sum of RGB (Red+Green+Blue) = 65+13+16=94 (12% of max value = 765). Red value is 65 (25.78% from 255 or 69.15% from 94); Green value is 13 (5.47% from 255 or 13.83% from 94); Blue value is 16 (6.64% from 255 or 17.02% from 94); Max value from RGB is 65 - color contains mainly: red. Hex color #410D10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410D10 is #BEF2EF. Grayscale: #1C1C1C. Windows color (decimal): -12514032 or 1051969. OLE color: 1051969.

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

Color convert

RGB651316-
CMYK00.800.750.75
HSL356.54º66.67%15.29%-
HSV(B)356.54º80%25.49%-
XYZ2.421.450.64-
YUV28.89120.73153.76-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 69.15%
GREEN value IS 13 (5.47% from 255) = 13.83%
BLUE value IS 16 (6.64% from 255) = 17.02%
R=69.15%
G=13.83%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65131600.800.750.75356.5466.6715.29
Hex41D100504B4B16543f
Octal1011520012011311354510317
Binary1000001110110000010100001001011100101110110010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410D10; }

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

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

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

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

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

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

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

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