#410113

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

Shades of Rustic Red #410113

Tints of Rustic Red #410113

Color information

#410113 (or 0x410113) is unknown color: approx Rustic Red. HEX triplet: 41, 01 and 13. RGB value is (65,1,19). Sum of RGB (Red+Green+Blue) = 65+1+19=85 (11% of max value = 765). Red value is 65 (25.78% from 255 or 76.47% from 85); Green value is 1 (0.78% from 255 or 1.18% from 85); Blue value is 19 (7.81% from 255 or 22.35% from 85); Max value from RGB is 65 - color contains mainly: red. Hex color #410113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410113 is #BEFEEC. Grayscale: #161616. Windows color (decimal): -12517101 or 1245505. OLE color: 1245505.

HSL color Cylindrical-coordinate representation of color #410113: hue angle of 343.12º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #410113 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.75.

Color convert

RGB65119-
CMYK00.980.710.75
HSL343.12º96.97%12.94%-
HSV(B)343.12º98.46%25.49%-
XYZ2.311.190.72-
YUV22.19126.2158.54-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 76.47%
GREEN value IS 1 (0.78% from 255) = 1.18%
BLUE value IS 19 (7.81% from 255) = 22.35%
R=76.47%
G=1.18%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.71
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6511900.980.710.75343.1296.9712.94
Hex41113062474B15761d
Octal101123014210711352714115
Binary1000001110011011000101000111100101110101011111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410113; }

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

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

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

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

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

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

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

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