#411D1E

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

Shades of Rustic Red #411D1E

Tints of Rustic Red #411D1E

Color information

#411D1E (or 0x411D1E) is unknown color: approx Rustic Red. HEX triplet: 41, 1D and 1E. RGB value is (65,29,30). Sum of RGB (Red+Green+Blue) = 65+29+30=124 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.42% from 124); Green value is 29 (11.72% from 255 or 23.39% from 124); Blue value is 30 (12.11% from 255 or 24.19% from 124); Max value from RGB is 65 - color contains mainly: red. Hex color #411D1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411D1E is #BEE2E1. Grayscale: #272727. Windows color (decimal): -12509922 or 1973569. OLE color: 1973569.

HSL color Cylindrical-coordinate representation of color #411D1E: hue angle of 358.33º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #411D1E is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.75.

Color convert

RGB652930-
CMYK00.550.540.75
HSL358.33º38.3%18.43%-
HSV(B)358.33º55.38%25.49%-
XYZ2.852.11.48-
YUV39.88122.43145.92-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 52.42%
GREEN value IS 29 (11.72% from 255) = 23.39%
BLUE value IS 30 (12.11% from 255) = 24.19%
R=52.42%
G=23.39%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.54
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65293000.550.540.75358.3338.318.43
Hex411D1E037364B1662612
Octal1013536067661135464622
Binary100000111101111100110111110110100101110110011010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411D1E; }

 p { color: rgb(65,29,30); }

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

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

 a { background-color: rgb(65,29,30); }

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

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

 span { border-color: rgb(65,29,30); }

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