#411214

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

Shades of Rustic Red #411214

Tints of Rustic Red #411214

Color information

#411214 (or 0x411214) is unknown color: approx Rustic Red. HEX triplet: 41, 12 and 14. RGB value is (65,18,20). Sum of RGB (Red+Green+Blue) = 65+18+20=103 (13% of max value = 765). Red value is 65 (25.78% from 255 or 63.11% from 103); Green value is 18 (7.42% from 255 or 17.48% from 103); Blue value is 20 (8.20% from 255 or 19.42% from 103); Max value from RGB is 65 - color contains mainly: red. Hex color #411214 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411214 is #BEEDEB. Grayscale: #202020. Windows color (decimal): -12512748 or 1315393. OLE color: 1315393.

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

Color convert

RGB651820-
CMYK00.720.690.75
HSL357.45º56.63%16.27%-
HSV(B)357.45º72.31%25.49%-
XYZ2.521.610.84-
YUV32.28121.07151.34-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 63.11%
GREEN value IS 18 (7.42% from 255) = 17.48%
BLUE value IS 20 (8.20% from 255) = 19.42%
R=63.11%
G=17.48%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65182000.720.690.75357.4556.6316.27
Hex411214048454B1653910
Octal101222401101051135457120
Binary10000011001010100010010001000101100101110110010111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411214; }

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

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

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

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

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

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

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

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