#410205

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

Shades of Rustic Red #410205

Tints of Rustic Red #410205

Color information

#410205 (or 0x410205) is unknown color: approx Rustic Red. HEX triplet: 41, 02 and 05. RGB value is (65,2,5). Sum of RGB (Red+Green+Blue) = 65+2+5=72 (9% of max value = 765). Red value is 65 (25.78% from 255 or 90.28% from 72); Green value is 2 (1.17% from 255 or 2.78% from 72); Blue value is 5 (2.34% from 255 or 6.94% from 72); Max value from RGB is 65 - color contains mainly: red. Hex color #410205 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410205 is #BEFDFA. Grayscale: #151515. Windows color (decimal): -12516859 or 328257. OLE color: 328257.

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

Color convert

RGB6525-
CMYK00.970.920.75
HSL357.14º94.03%13.14%-
HSV(B)357.14º96.92%25.49%-
XYZ2.231.180.25-
YUV21.18118.87159.26-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 90.28%
GREEN value IS 2 (1.17% from 255) = 2.78%
BLUE value IS 5 (2.34% from 255) = 6.94%
R=90.28%
G=2.78%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal652500.970.920.75357.1494.0313.14
Hex41250615C4B1655ed
Octal10125014113411354513615
Binary100000110101011000011011100100101110110010110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410205; }

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

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

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

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

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

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

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

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