#41121B

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

Shades of Rustic Red #41121B

Tints of Rustic Red #41121B

Color information

#41121B (or 0x41121B) is unknown color: approx Rustic Red. HEX triplet: 41, 12 and 1B. RGB value is (65,18,27). Sum of RGB (Red+Green+Blue) = 65+18+27=110 (14% of max value = 765). Red value is 65 (25.78% from 255 or 59.09% from 110); Green value is 18 (7.42% from 255 or 16.36% from 110); Blue value is 27 (10.94% from 255 or 24.55% from 110); Max value from RGB is 65 - color contains mainly: red. Hex color #41121B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41121B is #BEEDE4. Grayscale: #212121. Windows color (decimal): -12512741 or 1774145. OLE color: 1774145.

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

Color convert

RGB651827-
CMYK00.720.580.75
HSL348.51º56.63%16.27%-
HSV(B)348.51º72.31%25.49%-
XYZ2.591.641.22-
YUV33.08124.57150.77-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 59.09%
GREEN value IS 18 (7.42% from 255) = 16.36%
BLUE value IS 27 (10.94% from 255) = 24.55%
R=59.09%
G=16.36%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65182700.720.580.75348.5156.6316.27
Hex41121B0483A4B15d3910
Octal10122330110721135357120
Binary1000001100101101101001000111010100101110101110111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41121B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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