#410407

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

Shades of Rustic Red #410407

Tints of Rustic Red #410407

Color information

#410407 (or 0x410407) is unknown color: approx Rustic Red. HEX triplet: 41, 04 and 07. RGB value is (65,4,7). Sum of RGB (Red+Green+Blue) = 65+4+7=76 (10% of max value = 765). Red value is 65 (25.78% from 255 or 85.53% from 76); Green value is 4 (1.95% from 255 or 5.26% from 76); Blue value is 7 (3.12% from 255 or 9.21% from 76); Max value from RGB is 65 - color contains mainly: red. Hex color #410407 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410407 is #BEFBF8. Grayscale: #161616. Windows color (decimal): -12516345 or 459841. OLE color: 459841.

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

Color convert

RGB6547-
CMYK00.940.890.75
HSL357.05º88.41%13.53%-
HSV(B)357.05º93.85%25.49%-
XYZ2.261.230.32-
YUV22.58119.21158.26-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 85.53%
GREEN value IS 4 (1.95% from 255) = 5.26%
BLUE value IS 7 (3.12% from 255) = 9.21%
R=85.53%
G=5.26%
B=9.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.89
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal654700.940.890.75357.0588.4113.53
Hex414705E594B16558e
Octal10147013613111354513016
Binary1000001100111010111101011001100101110110010110110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410407; }

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

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

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

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

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

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

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

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