#410408

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

Shades of Rustic Red #410408

Tints of Rustic Red #410408

Color information

#410408 (or 0x410408) is unknown color: approx Rustic Red. HEX triplet: 41, 04 and 08. RGB value is (65,4,8). Sum of RGB (Red+Green+Blue) = 65+4+8=77 (10% of max value = 765). Red value is 65 (25.78% from 255 or 84.42% from 77); Green value is 4 (1.95% from 255 or 5.19% from 77); Blue value is 8 (3.52% from 255 or 10.39% from 77); Max value from RGB is 65 - color contains mainly: red. Hex color #410408 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410408 is #BEFBF7. Grayscale: #161616. Windows color (decimal): -12516344 or 525377. OLE color: 525377.

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

Color convert

RGB6548-
CMYK00.940.880.75
HSL356.07º88.41%13.53%-
HSV(B)356.07º93.85%25.49%-
XYZ2.271.230.35-
YUV22.69119.71158.17-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 84.42%
GREEN value IS 4 (1.95% from 255) = 5.19%
BLUE value IS 8 (3.52% from 255) = 10.39%
R=84.42%
G=5.19%
B=10.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.88
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal654800.940.880.75356.0788.4113.53
Hex414805E584B16458e
Octal101410013613011354413016
Binary10000011001000010111101011000100101110110010010110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410408; }

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

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

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

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

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

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

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

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