#410206

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

Shades of Rustic Red #410206

Tints of Rustic Red #410206

Color information

#410206 (or 0x410206) is unknown color: approx Rustic Red. HEX triplet: 41, 02 and 06. RGB value is (65,2,6). Sum of RGB (Red+Green+Blue) = 65+2+6=73 (9% of max value = 765). Red value is 65 (25.78% from 255 or 89.04% from 73); Green value is 2 (1.17% from 255 or 2.74% from 73); Blue value is 6 (2.73% from 255 or 8.22% from 73); Max value from RGB is 65 - color contains mainly: red. Hex color #410206 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410206 is #BEFDF9. Grayscale: #151515. Windows color (decimal): -12516858 or 393793. OLE color: 393793.

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

Color convert

RGB6526-
CMYK00.970.910.75
HSL356.19º94.03%13.14%-
HSV(B)356.19º96.92%25.49%-
XYZ2.231.180.28-
YUV21.29119.37159.17-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 89.04%
GREEN value IS 2 (1.17% from 255) = 2.74%
BLUE value IS 6 (2.73% from 255) = 8.22%
R=89.04%
G=2.74%
B=8.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.91
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal652600.970.910.75356.1994.0313.14
Hex41260615B4B1645ed
Octal10126014113311354413615
Binary100000110110011000011011011100101110110010010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410206; }

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

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

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

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

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

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

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

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