#41101B

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

Shades of Rustic Red #41101B

Tints of Rustic Red #41101B

Color information

#41101B (or 0x41101B) is unknown color: approx Rustic Red. HEX triplet: 41, 10 and 1B. RGB value is (65,16,27). Sum of RGB (Red+Green+Blue) = 65+16+27=108 (14% of max value = 765). Red value is 65 (25.78% from 255 or 60.19% from 108); Green value is 16 (6.64% from 255 or 14.81% from 108); Blue value is 27 (10.94% from 255 or 25% from 108); Max value from RGB is 65 - color contains mainly: red. Hex color #41101B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41101B is #BEEFE4. Grayscale: #1F1F1F. Windows color (decimal): -12513253 or 1773633. OLE color: 1773633.

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

Color convert

RGB651627-
CMYK00.750.580.75
HSL346.53º60.49%15.88%-
HSV(B)346.53º75.38%25.49%-
XYZ2.561.571.21-
YUV31.9125.23151.61-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 60.19%
GREEN value IS 16 (6.64% from 255) = 14.81%
BLUE value IS 27 (10.94% from 255) = 25%
R=60.19%
G=14.81%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65162700.750.580.75346.5360.4915.88
Hex41101B04B3A4B15b3c10
Octal10120330113721135337420
Binary1000001100001101101001011111010100101110101101111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41101B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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