#410417

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

Shades of Rustic Red #410417

Tints of Rustic Red #410417

Color information

#410417 (or 0x410417) is unknown color: approx Rustic Red. HEX triplet: 41, 04 and 17. RGB value is (65,4,23). Sum of RGB (Red+Green+Blue) = 65+4+23=92 (12% of max value = 765). Red value is 65 (25.78% from 255 or 70.65% from 92); Green value is 4 (1.95% from 255 or 4.35% from 92); Blue value is 23 (9.38% from 255 or 25% from 92); Max value from RGB is 65 - color contains mainly: red. Hex color #410417 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410417 is #BEFBE8. Grayscale: #181818. Windows color (decimal): -12516329 or 1508417. OLE color: 1508417.

HSL color Cylindrical-coordinate representation of color #410417: hue angle of 341.31º 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 #410417 is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.75.

Color convert

RGB65423-
CMYK00.940.650.75
HSL341.31º88.41%13.53%-
HSV(B)341.31º93.85%25.49%-
XYZ2.381.270.93-
YUV24.4127.21156.96-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 70.65%
GREEN value IS 4 (1.95% from 255) = 4.35%
BLUE value IS 23 (9.38% from 255) = 25%
R=70.65%
G=4.35%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.65
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6542300.940.650.75341.3188.4113.53
Hex4141705E414B15558e
Octal101427013610111352513016
Binary100000110010111010111101000001100101110101010110110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410417; }

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

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

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

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

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

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

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

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