#411C1F

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

Shades of Rustic Red #411C1F

Tints of Rustic Red #411C1F

Color information

#411C1F (or 0x411C1F) is unknown color: approx Rustic Red. HEX triplet: 41, 1C and 1F. RGB value is (65,28,31). Sum of RGB (Red+Green+Blue) = 65+28+31=124 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.42% from 124); Green value is 28 (11.33% from 255 or 22.58% from 124); Blue value is 31 (12.5% from 255 or 25% from 124); Max value from RGB is 65 - color contains mainly: red. Hex color #411C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411C1F is #BEE3E0. Grayscale: #272727. Windows color (decimal): -12510177 or 2038849. OLE color: 2038849.

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

Color convert

RGB652831-
CMYK00.570.520.75
HSL355.14º39.78%18.24%-
HSV(B)355.14º56.92%25.49%-
XYZ2.842.051.54-
YUV39.4123.26146.26-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 52.42%
GREEN value IS 28 (11.33% from 255) = 22.58%
BLUE value IS 31 (12.5% from 255) = 25%
R=52.42%
G=22.58%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65283100.570.520.75355.1439.7818.24
Hex411C1F039344B1632812
Octal1013437071641135435022
Binary100000111100111110111001110100100101110110001110100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,28,31); }

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

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

 a { background-color: rgb(65,28,31); }

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

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

 span { border-color: rgb(65,28,31); }

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