#411014

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

Shades of Rustic Red #411014

Tints of Rustic Red #411014

Color information

#411014 (or 0x411014) is unknown color: approx Rustic Red. HEX triplet: 41, 10 and 14. RGB value is (65,16,20). Sum of RGB (Red+Green+Blue) = 65+16+20=101 (13% of max value = 765). Red value is 65 (25.78% from 255 or 64.36% from 101); Green value is 16 (6.64% from 255 or 15.84% from 101); Blue value is 20 (8.20% from 255 or 19.80% from 101); Max value from RGB is 65 - color contains mainly: red. Hex color #411014 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411014 is #BEEFEB. Grayscale: #1F1F1F. Windows color (decimal): -12513260 or 1314881. OLE color: 1314881.

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

Color convert

RGB651620-
CMYK00.750.690.75
HSL355.1º60.49%15.88%-
HSV(B)355.1º75.38%25.49%-
XYZ2.491.540.83-
YUV31.11121.73152.17-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 64.36%
GREEN value IS 16 (6.64% from 255) = 15.84%
BLUE value IS 20 (8.20% from 255) = 19.80%
R=64.36%
G=15.84%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65162000.750.690.75355.160.4915.88
Hex41101404B454B1633c10
Octal101202401131051135437420
Binary10000011000010100010010111000101100101110110001111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411014; }

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

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

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

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

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

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

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

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