#410E1A

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

Shades of Rustic Red #410E1A

Tints of Rustic Red #410E1A

Color information

#410E1A (or 0x410E1A) is unknown color: approx Rustic Red. HEX triplet: 41, 0E and 1A. RGB value is (65,14,26). Sum of RGB (Red+Green+Blue) = 65+14+26=105 (13% of max value = 765). Red value is 65 (25.78% from 255 or 61.90% from 105); Green value is 14 (5.86% from 255 or 13.33% from 105); Blue value is 26 (10.55% from 255 or 24.76% from 105); Max value from RGB is 65 - color contains mainly: red. Hex color #410E1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410E1A is #BEF1E5. Grayscale: #1E1E1E. Windows color (decimal): -12513766 or 1707585. OLE color: 1707585.

HSL color Cylindrical-coordinate representation of color #410E1A: hue angle of 345.88º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #410E1A is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.75.

Color convert

RGB651426-
CMYK00.780.600.75
HSL345.88º64.56%15.49%-
HSV(B)345.88º78.46%25.49%-
XYZ2.521.511.14-
YUV30.62125.4152.52-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 61.90%
GREEN value IS 14 (5.86% from 255) = 13.33%
BLUE value IS 26 (10.55% from 255) = 24.76%
R=61.90%
G=13.33%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.60
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65142600.780.600.75345.8864.5615.49
Hex41E1A04E3C4B15a41f
Octal101163201167411353210117
Binary100000111101101001001110111100100101110101101010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410E1A; }

 p { color: rgb(65,14,26); }

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

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

 a { background-color: rgb(65,14,26); }

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

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

 span { border-color: rgb(65,14,26); }

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