#41121C

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

Shades of Rustic Red #41121C

Tints of Rustic Red #41121C

Color information

#41121C (or 0x41121C) is unknown color: approx Rustic Red. HEX triplet: 41, 12 and 1C. RGB value is (65,18,28). Sum of RGB (Red+Green+Blue) = 65+18+28=111 (14% of max value = 765). Red value is 65 (25.78% from 255 or 58.56% from 111); Green value is 18 (7.42% from 255 or 16.22% from 111); Blue value is 28 (11.33% from 255 or 25.23% from 111); Max value from RGB is 65 - color contains mainly: red. Hex color #41121C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41121C is #BEEDE3. Grayscale: #212121. Windows color (decimal): -12512740 or 1839681. OLE color: 1839681.

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

Color convert

RGB651828-
CMYK00.720.570.75
HSL347.23º56.63%16.27%-
HSV(B)347.23º72.31%25.49%-
XYZ2.611.641.28-
YUV33.19125.07150.69-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 58.56%
GREEN value IS 18 (7.42% from 255) = 16.22%
BLUE value IS 28 (11.33% from 255) = 25.23%
R=58.56%
G=16.22%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.57
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65182800.720.570.75347.2356.6316.27
Hex41121C048394B15b3910
Octal10122340110711135337120
Binary1000001100101110001001000111001100101110101101111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41121C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41121C; }

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

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

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

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

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

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

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

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