#411013

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

Shades of Rustic Red #411013

Tints of Rustic Red #411013

Color information

#411013 (or 0x411013) is unknown color: approx Rustic Red. HEX triplet: 41, 10 and 13. RGB value is (65,16,19). Sum of RGB (Red+Green+Blue) = 65+16+19=100 (13% of max value = 765). Red value is 65 (25.78% from 255 or 65% from 100); Green value is 16 (6.64% from 255 or 16% from 100); Blue value is 19 (7.81% from 255 or 19% from 100); Max value from RGB is 65 - color contains mainly: red. Hex color #411013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411013 is #BEEFEC. Grayscale: #1F1F1F. Windows color (decimal): -12513261 or 1249345. OLE color: 1249345.

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

Color convert

RGB651619-
CMYK00.750.710.75
HSL356.33º60.49%15.88%-
HSV(B)356.33º75.38%25.49%-
XYZ2.481.540.78-
YUV30.99121.23152.26-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 65%
GREEN value IS 16 (6.64% from 255) = 16%
BLUE value IS 19 (7.81% from 255) = 19%
R=65%
G=16%
B=19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.71
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65161900.750.710.75356.3360.4915.88
Hex41101304B474B1643c10
Octal101202301131071135447420
Binary10000011000010011010010111000111100101110110010011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411013; }

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

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

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

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

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

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

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

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