#410209

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

Shades of Rustic Red #410209

Tints of Rustic Red #410209

Color information

#410209 (or 0x410209) is unknown color: approx Rustic Red. HEX triplet: 41, 02 and 09. RGB value is (65,2,9). Sum of RGB (Red+Green+Blue) = 65+2+9=76 (10% of max value = 765). Red value is 65 (25.78% from 255 or 85.53% from 76); Green value is 2 (1.17% from 255 or 2.63% from 76); Blue value is 9 (3.91% from 255 or 11.84% from 76); Max value from RGB is 65 - color contains mainly: red. Hex color #410209 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410209 is #BEFDF6. Grayscale: #151515. Windows color (decimal): -12516855 or 590401. OLE color: 590401.

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

Color convert

RGB6529-
CMYK00.970.860.75
HSL353.33º94.03%13.14%-
HSV(B)353.33º96.92%25.49%-
XYZ2.251.190.37-
YUV21.64120.87158.93-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 85.53%
GREEN value IS 2 (1.17% from 255) = 2.63%
BLUE value IS 9 (3.91% from 255) = 11.84%
R=85.53%
G=2.63%
B=11.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.86
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal652900.970.860.75353.3394.0313.14
Hex4129061564B1615ed
Octal101211014112611354113615
Binary1000001101001011000011010110100101110110000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410209; }

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

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

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

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

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

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

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

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