#410418

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

Shades of Rustic Red #410418

Tints of Rustic Red #410418

Color information

#410418 (or 0x410418) is unknown color: approx Rustic Red. HEX triplet: 41, 04 and 18. RGB value is (65,4,24). Sum of RGB (Red+Green+Blue) = 65+4+24=93 (12% of max value = 765). Red value is 65 (25.78% from 255 or 69.89% from 93); Green value is 4 (1.95% from 255 or 4.30% from 93); Blue value is 24 (9.77% from 255 or 25.81% from 93); Max value from RGB is 65 - color contains mainly: red. Hex color #410418 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410418 is #BEFBE7. Grayscale: #181818. Windows color (decimal): -12516328 or 1573953. OLE color: 1573953.

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

Color convert

RGB65424-
CMYK00.940.630.75
HSL340.33º88.41%13.53%-
HSV(B)340.33º93.85%25.49%-
XYZ2.391.280.98-
YUV24.52127.71156.87-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 69.89%
GREEN value IS 4 (1.95% from 255) = 4.30%
BLUE value IS 24 (9.77% from 255) = 25.81%
R=69.89%
G=4.30%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.63
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6542400.940.630.75340.3388.4113.53
Hex4141805E3F4B15458e
Octal10143001367711352413016
Binary10000011001100001011110111111100101110101010010110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410418; }

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

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

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

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

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

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

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

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