#411018

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

Shades of Rustic Red #411018

Tints of Rustic Red #411018

Color information

#411018 (or 0x411018) is unknown color: approx Rustic Red. HEX triplet: 41, 10 and 18. RGB value is (65,16,24). Sum of RGB (Red+Green+Blue) = 65+16+24=105 (13% of max value = 765). Red value is 65 (25.78% from 255 or 61.90% from 105); Green value is 16 (6.64% from 255 or 15.24% from 105); Blue value is 24 (9.77% from 255 or 22.86% from 105); Max value from RGB is 65 - color contains mainly: red. Hex color #411018 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411018 is #BEEFE7. Grayscale: #1F1F1F. Windows color (decimal): -12513256 or 1577025. OLE color: 1577025.

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

Color convert

RGB651624-
CMYK00.750.630.75
HSL350.2º60.49%15.88%-
HSV(B)350.2º75.38%25.49%-
XYZ2.531.561.03-
YUV31.56123.73151.85-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 61.90%
GREEN value IS 16 (6.64% from 255) = 15.24%
BLUE value IS 24 (9.77% from 255) = 22.86%
R=61.90%
G=15.24%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.63
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65162400.750.630.75350.260.4915.88
Hex41101804B3F4B15e3c10
Octal10120300113771135367420
Binary1000001100001100001001011111111100101110101111011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411018; }

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

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

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

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

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

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

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

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