#410E1B

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

Shades of Rustic Red #410E1B

Tints of Rustic Red #410E1B

Color information

#410E1B (or 0x410E1B) is unknown color: approx Rustic Red. HEX triplet: 41, 0E and 1B. RGB value is (65,14,27). Sum of RGB (Red+Green+Blue) = 65+14+27=106 (14% of max value = 765). Red value is 65 (25.78% from 255 or 61.32% from 106); Green value is 14 (5.86% from 255 or 13.21% from 106); Blue value is 27 (10.94% from 255 or 25.47% from 106); Max value from RGB is 65 - color contains mainly: red. Hex color #410E1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410E1B is #BEF1E4. Grayscale: #1E1E1E. Windows color (decimal): -12513765 or 1773121. OLE color: 1773121.

HSL color Cylindrical-coordinate representation of color #410E1B: hue angle of 344.71º 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 #410E1B is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.75.

Color convert

RGB651427-
CMYK00.780.580.75
HSL344.71º64.56%15.49%-
HSV(B)344.71º78.46%25.49%-
XYZ2.531.521.2-
YUV30.73125.9152.44-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 61.32%
GREEN value IS 14 (5.86% from 255) = 13.21%
BLUE value IS 27 (10.94% from 255) = 25.47%
R=61.32%
G=13.21%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65142700.780.580.75344.7164.5615.49
Hex41E1B04E3A4B15941f
Octal101163301167211353110117
Binary100000111101101101001110111010100101110101100110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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