#410409

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

Shades of Rustic Red #410409

Tints of Rustic Red #410409

Color information

#410409 (or 0x410409) is unknown color: approx Rustic Red. HEX triplet: 41, 04 and 09. RGB value is (65,4,9). Sum of RGB (Red+Green+Blue) = 65+4+9=78 (10% of max value = 765). Red value is 65 (25.78% from 255 or 83.33% from 78); Green value is 4 (1.95% from 255 or 5.13% from 78); Blue value is 9 (3.91% from 255 or 11.54% from 78); Max value from RGB is 65 - color contains mainly: red. Hex color #410409 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410409 is #BEFBF6. Grayscale: #161616. Windows color (decimal): -12516343 or 590913. OLE color: 590913.

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

Color convert

RGB6549-
CMYK00.940.860.75
HSL355.08º88.41%13.53%-
HSV(B)355.08º93.85%25.49%-
XYZ2.271.230.38-
YUV22.81120.21158.09-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 83.33%
GREEN value IS 4 (1.95% from 255) = 5.13%
BLUE value IS 9 (3.91% from 255) = 11.54%
R=83.33%
G=5.13%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.86
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal654900.940.860.75355.0888.4113.53
Hex414905E564B16358e
Octal101411013612611354313016
Binary10000011001001010111101010110100101110110001110110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410409; }

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

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

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

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

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

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

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

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