#410411

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

Shades of Rustic Red #410411

Tints of Rustic Red #410411

Color information

#410411 (or 0x410411) is unknown color: approx Rustic Red. HEX triplet: 41, 04 and 11. RGB value is (65,4,17). Sum of RGB (Red+Green+Blue) = 65+4+17=86 (11% of max value = 765). Red value is 65 (25.78% from 255 or 75.58% from 86); Green value is 4 (1.95% from 255 or 4.65% from 86); Blue value is 17 (7.03% from 255 or 19.77% from 86); Max value from RGB is 65 - color contains mainly: red. Hex color #410411 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410411 is #BEFBEE. Grayscale: #171717. Windows color (decimal): -12516335 or 1115201. OLE color: 1115201.

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

Color convert

RGB65417-
CMYK00.940.740.75
HSL347.21º88.41%13.53%-
HSV(B)347.21º93.85%25.49%-
XYZ2.321.250.65-
YUV23.72124.21157.44-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 75.58%
GREEN value IS 4 (1.95% from 255) = 4.65%
BLUE value IS 17 (7.03% from 255) = 19.77%
R=75.58%
G=4.65%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.74
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6541700.940.740.75347.2188.4113.53
Hex4141105E4A4B15b58e
Octal101421013611211353313016
Binary100000110010001010111101001010100101110101101110110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410411; }

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

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

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

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

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

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

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

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