#410618

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

Shades of Rustic Red #410618

Tints of Rustic Red #410618

Color information

#410618 (or 0x410618) is unknown color: approx Rustic Red. HEX triplet: 41, 06 and 18. RGB value is (65,6,24). Sum of RGB (Red+Green+Blue) = 65+6+24=95 (12% of max value = 765). Red value is 65 (25.78% from 255 or 68.42% from 95); Green value is 6 (2.73% from 255 or 6.32% from 95); Blue value is 24 (9.77% from 255 or 25.26% from 95); Max value from RGB is 65 - color contains mainly: red. Hex color #410618 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410618 is #BEF9E7. Grayscale: #191919. Windows color (decimal): -12515816 or 1574465. OLE color: 1574465.

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

Color convert

RGB65624-
CMYK00.910.630.75
HSL341.69º83.1%13.92%-
HSV(B)341.69º90.77%25.49%-
XYZ2.411.320.99-
YUV25.69127.05156.04-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 68.42%
GREEN value IS 6 (2.73% from 255) = 6.32%
BLUE value IS 24 (9.77% from 255) = 25.26%
R=68.42%
G=6.32%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.63
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6562400.910.630.75341.6983.113.92
Hex4161805B3F4B15653e
Octal10163001337711352612316
Binary10000011101100001011011111111100101110101011010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410618; }

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

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

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

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

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

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

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

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