#410D18

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

Shades of Rustic Red #410D18

Tints of Rustic Red #410D18

Color information

#410D18 (or 0x410D18) is unknown color: approx Rustic Red. HEX triplet: 41, 0D and 18. RGB value is (65,13,24). Sum of RGB (Red+Green+Blue) = 65+13+24=102 (13% of max value = 765). Red value is 65 (25.78% from 255 or 63.73% from 102); Green value is 13 (5.47% from 255 or 12.75% from 102); Blue value is 24 (9.77% from 255 or 23.53% from 102); Max value from RGB is 65 - color contains mainly: red. Hex color #410D18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410D18 is #BEF2E7. Grayscale: #1D1D1D. Windows color (decimal): -12514024 or 1576257. OLE color: 1576257.

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

Color convert

RGB651324-
CMYK00.800.630.75
HSL347.31º66.67%15.29%-
HSV(B)347.31º80%25.49%-
XYZ2.491.481.02-
YUV29.8124.73153.11-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 63.73%
GREEN value IS 13 (5.47% from 255) = 12.75%
BLUE value IS 24 (9.77% from 255) = 23.53%
R=63.73%
G=12.75%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.63
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65132400.800.630.75347.3166.6715.29
Hex41D180503F4B15b43f
Octal101153001207711353310317
Binary100000111011100001010000111111100101110101101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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