#410413

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

Shades of Rustic Red #410413

Tints of Rustic Red #410413

Color information

#410413 (or 0x410413) is unknown color: approx Rustic Red. HEX triplet: 41, 04 and 13. RGB value is (65,4,19). Sum of RGB (Red+Green+Blue) = 65+4+19=88 (11% of max value = 765). Red value is 65 (25.78% from 255 or 73.86% from 88); Green value is 4 (1.95% from 255 or 4.55% from 88); Blue value is 19 (7.81% from 255 or 21.59% from 88); Max value from RGB is 65 - color contains mainly: red. Hex color #410413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410413 is #BEFBEC. Grayscale: #171717. Windows color (decimal): -12516333 or 1246273. OLE color: 1246273.

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

Color convert

RGB65419-
CMYK00.940.710.75
HSL345.25º88.41%13.53%-
HSV(B)345.25º93.85%25.49%-
XYZ2.341.260.74-
YUV23.95125.21157.28-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 73.86%
GREEN value IS 4 (1.95% from 255) = 4.55%
BLUE value IS 19 (7.81% from 255) = 21.59%
R=73.86%
G=4.55%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.71
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6541900.940.710.75345.2588.4113.53
Hex4141305E474B15958e
Octal101423013610711353113016
Binary100000110010011010111101000111100101110101100110110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410413; }

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

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

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

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

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

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

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

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