#41121A

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

Shades of Rustic Red #41121A

Tints of Rustic Red #41121A

Color information

#41121A (or 0x41121A) is unknown color: approx Rustic Red. HEX triplet: 41, 12 and 1A. RGB value is (65,18,26). Sum of RGB (Red+Green+Blue) = 65+18+26=109 (14% of max value = 765). Red value is 65 (25.78% from 255 or 59.63% from 109); Green value is 18 (7.42% from 255 or 16.51% from 109); Blue value is 26 (10.55% from 255 or 23.85% from 109); Max value from RGB is 65 - color contains mainly: red. Hex color #41121A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41121A is #BEEDE5. Grayscale: #202020. Windows color (decimal): -12512742 or 1708609. OLE color: 1708609.

HSL color Cylindrical-coordinate representation of color #41121A: hue angle of 349.79º 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 #41121A is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.75.

Color convert

RGB651826-
CMYK00.720.600.75
HSL349.79º56.63%16.27%-
HSV(B)349.79º72.31%25.49%-
XYZ2.581.631.16-
YUV32.96124.07150.85-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 59.63%
GREEN value IS 18 (7.42% from 255) = 16.51%
BLUE value IS 26 (10.55% from 255) = 23.85%
R=59.63%
G=16.51%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.60
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65182600.720.600.75349.7956.6316.27
Hex41121A0483C4B15e3910
Octal10122320110741135367120
Binary1000001100101101001001000111100100101110101111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41121A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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