#410D19

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

Shades of Rustic Red #410D19

Tints of Rustic Red #410D19

Color information

#410D19 (or 0x410D19) is unknown color: approx Rustic Red. HEX triplet: 41, 0D and 19. RGB value is (65,13,25). Sum of RGB (Red+Green+Blue) = 65+13+25=103 (13% of max value = 765). Red value is 65 (25.78% from 255 or 63.11% from 103); Green value is 13 (5.47% from 255 or 12.62% from 103); Blue value is 25 (10.16% from 255 or 24.27% from 103); Max value from RGB is 65 - color contains mainly: red. Hex color #410D19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410D19 is #BEF2E6. Grayscale: #1D1D1D. Windows color (decimal): -12514023 or 1641793. OLE color: 1641793.

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

Color convert

RGB651325-
CMYK00.800.620.75
HSL346.15º66.67%15.29%-
HSV(B)346.15º80%25.49%-
XYZ2.51.481.07-
YUV29.92125.23153.02-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 63.11%
GREEN value IS 13 (5.47% from 255) = 12.62%
BLUE value IS 25 (10.16% from 255) = 24.27%
R=63.11%
G=12.62%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65132500.800.620.75346.1566.6715.29
Hex41D190503E4B15a43f
Octal101153101207611353210317
Binary100000111011100101010000111110100101110101101010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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