#411012

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

Shades of Rustic Red #411012

Tints of Rustic Red #411012

Color information

#411012 (or 0x411012) is unknown color: approx Rustic Red. HEX triplet: 41, 10 and 12. RGB value is (65,16,18). Sum of RGB (Red+Green+Blue) = 65+16+18=99 (13% of max value = 765). Red value is 65 (25.78% from 255 or 65.66% from 99); Green value is 16 (6.64% from 255 or 16.16% from 99); Blue value is 18 (7.42% from 255 or 18.18% from 99); Max value from RGB is 65 - color contains mainly: red. Hex color #411012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411012 is #BEEFED. Grayscale: #1E1E1E. Windows color (decimal): -12513262 or 1183809. OLE color: 1183809.

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

Color convert

RGB651618-
CMYK00.750.720.75
HSL357.55º60.49%15.88%-
HSV(B)357.55º75.38%25.49%-
XYZ2.471.540.74-
YUV30.88120.73152.34-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 65.66%
GREEN value IS 16 (6.64% from 255) = 16.16%
BLUE value IS 18 (7.42% from 255) = 18.18%
R=65.66%
G=16.16%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65161800.750.720.75357.5560.4915.88
Hex41101204B484B1663c10
Octal101202201131101135467420
Binary10000011000010010010010111001000100101110110011011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411012; }

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

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

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

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

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

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

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

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