#410405

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

Shades of Rustic Red #410405

Tints of Rustic Red #410405

Color information

#410405 (or 0x410405) is unknown color: approx Rustic Red. HEX triplet: 41, 04 and 05. RGB value is (65,4,5). Sum of RGB (Red+Green+Blue) = 65+4+5=74 (9% of max value = 765). Red value is 65 (25.78% from 255 or 87.84% from 74); Green value is 4 (1.95% from 255 or 5.41% from 74); Blue value is 5 (2.34% from 255 or 6.76% from 74); Max value from RGB is 65 - color contains mainly: red. Hex color #410405 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410405 is #BEFBFA. Grayscale: #161616. Windows color (decimal): -12516347 or 328769. OLE color: 328769.

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

Color convert

RGB6545-
CMYK00.940.920.75
HSL359.02º88.41%13.53%-
HSV(B)359.02º93.85%25.49%-
XYZ2.251.220.26-
YUV22.35118.21158.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 87.84%
GREEN value IS 4 (1.95% from 255) = 5.41%
BLUE value IS 5 (2.34% from 255) = 6.76%
R=87.84%
G=5.41%
B=6.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal654500.940.920.75359.0288.4113.53
Hex414505E5C4B16758e
Octal10145013613411354713016
Binary1000001100101010111101011100100101110110011110110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410405; }

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

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

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

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

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

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

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

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